Package | Description |
---|---|
gov.nih.nci.system.query.cql |
Modifier and Type | Method and Description |
---|---|
CQLAttribute |
CQLObject.getAttribute()
Gets the attribute value for this CQLObject.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CQLAttribute> |
CQLGroup.getAttributeCollection() |
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.addAttribute(CQLAttribute attribute) |
void |
CQLObject.setAttribute(CQLAttribute attribute)
Sets the attribute value for this CQLObject.
|
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.setAttributeCollection(java.util.Collection<CQLAttribute> attributeCollection) |
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) |