Package | Description |
---|---|
gov.nih.nci.system.query.cql |
Modifier and Type | Method and Description |
---|---|
CQLGroup |
CQLObject.getGroup()
Gets the group value for this CQLObject.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CQLGroup> |
CQLGroup.getGroupCollection() |
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.addGroup(CQLGroup group) |
void |
CQLObject.setGroup(CQLGroup group)
Sets the group value for this CQLObject.
|
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.setGroupCollection(java.util.Collection<CQLGroup> groupCollection) |
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) |