Package | Description |
---|---|
gov.nih.nci.system.query.cql |
Modifier and Type | Method and Description |
---|---|
CQLAssociation |
CQLObject.getAssociation()
Gets the association value for this CQLObject.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CQLAssociation> |
CQLGroup.getAssociationCollection() |
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.addAssociation(CQLAssociation association) |
void |
CQLObject.setAssociation(CQLAssociation association)
Sets the association value for this CQLObject.
|
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.setAssociationCollection(java.util.Collection<CQLAssociation> associationCollection) |
Constructor and Description |
---|
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 and Description |
---|
CQLGroup(java.util.Collection<CQLAssociation> associationCollection,
java.util.Collection<CQLAttribute> attributeCollection,
java.util.Collection<CQLGroup> groupCollection,
CQLLogicalOperator logicOperator) |