Uses of Class
gov.nih.nci.system.query.cql.CQLGroup

Packages that use CQLGroup
gov.nih.nci.system.query.cql   
 

Uses of CQLGroup in gov.nih.nci.system.query.cql
 

Methods in gov.nih.nci.system.query.cql that return CQLGroup
 CQLGroup CQLObject.getGroup()
          Gets the group value for this CQLObject.
 

Methods in gov.nih.nci.system.query.cql that return types with arguments of type CQLGroup
 java.util.Collection<CQLGroup> CQLGroup.getGroupCollection()
           
 

Methods in gov.nih.nci.system.query.cql with parameters of type CQLGroup
 void CQLGroup.addGroup(CQLGroup group)
           
 void CQLObject.setGroup(CQLGroup group)
          Sets the group value for this CQLObject.
 

Method parameters in gov.nih.nci.system.query.cql with type arguments of type CQLGroup
 void CQLGroup.setGroupCollection(java.util.Collection<CQLGroup> groupCollection)
           
 

Constructors in gov.nih.nci.system.query.cql with parameters of type CQLGroup
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 CQLGroup
CQLGroup(java.util.Collection<CQLAssociation> associationCollection, java.util.Collection<CQLAttribute> attributeCollection, java.util.Collection<CQLGroup> groupCollection, CQLLogicalOperator logicOperator)