Package | Description |
---|---|
gov.nih.nci.system.query.cql |
Modifier and Type | Field and Description |
---|---|
static CQLLogicalOperator |
CQLLogicalOperator.AND |
static CQLLogicalOperator |
CQLLogicalOperator.OR |
Modifier and Type | Method and Description |
---|---|
CQLLogicalOperator |
CQLGroup.getLogicOperator() |
Modifier and Type | Method and Description |
---|---|
void |
CQLGroup.setLogicOperator(CQLLogicalOperator logicOperator) |
Constructor and Description |
---|
CQLGroup(java.util.Collection<CQLAssociation> associationCollection,
java.util.Collection<CQLAttribute> attributeCollection,
java.util.Collection<CQLGroup> groupCollection,
CQLLogicalOperator logicOperator) |