|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CQLAssociation | |
---|---|
gov.nih.nci.system.query.cql |
Uses of CQLAssociation in gov.nih.nci.system.query.cql |
---|
Methods in gov.nih.nci.system.query.cql that return CQLAssociation | |
---|---|
CQLAssociation |
CQLObject.getAssociation()
Gets the association value for this CQLObject. |
Methods in gov.nih.nci.system.query.cql that return types with arguments of type CQLAssociation | |
---|---|
java.util.Collection<CQLAssociation> |
CQLGroup.getAssociationCollection()
|
Methods in gov.nih.nci.system.query.cql with parameters of type CQLAssociation | |
---|---|
void |
CQLGroup.addAssociation(CQLAssociation association)
|
void |
CQLObject.setAssociation(CQLAssociation association)
Sets the association value for this CQLObject. |
Method parameters in gov.nih.nci.system.query.cql with type arguments of type CQLAssociation | |
---|---|
void |
CQLGroup.setAssociationCollection(java.util.Collection<CQLAssociation> associationCollection)
|
Constructors in gov.nih.nci.system.query.cql with parameters of type CQLAssociation | |
---|---|
CQLAssociation(CQLAssociation association,
CQLAttribute attribute,
CQLGroup group,
java.lang.String name,
java.lang.String sourceRoleName,
java.lang.String targetRoleName)
|
|
CQLObject(CQLAssociation association,
CQLAttribute attribute,
CQLGroup group,
java.lang.String name)
|
Constructor parameters in gov.nih.nci.system.query.cql with type arguments of type CQLAssociation | |
---|---|
CQLGroup(java.util.Collection<CQLAssociation> associationCollection,
java.util.Collection<CQLAttribute> attributeCollection,
java.util.Collection<CQLGroup> groupCollection,
CQLLogicalOperator logicOperator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |