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

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

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

Fields in gov.nih.nci.system.query.cql declared as CQLLogicalOperator
static CQLLogicalOperator CQLLogicalOperator.AND
           
static CQLLogicalOperator CQLLogicalOperator.OR
           
 

Methods in gov.nih.nci.system.query.cql that return CQLLogicalOperator
 CQLLogicalOperator CQLGroup.getLogicOperator()
           
 

Methods in gov.nih.nci.system.query.cql with parameters of type CQLLogicalOperator
 void CQLGroup.setLogicOperator(CQLLogicalOperator logicOperator)
           
 

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