Class AggregateExpressionInvocation
java.lang.Object
org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
org.cqframework.cql.cql2elm.model.invocation.AggregateExpressionInvocation
- All Implemented Interfaces:
Invocation
-
Field Summary
Fields inherited from class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
expression -
Constructor Summary
ConstructorsConstructorDescriptionAggregateExpressionInvocation(org.hl7.elm.r1.AggregateExpression expression) -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.hl7.elm.r1.Expression> Iterable<org.hl7.elm.r1.TypeSpecifier> voidsetOperands(Iterable<org.hl7.elm.r1.Expression> operands) voidsetSignature(Iterable<org.hl7.elm.r1.TypeSpecifier> signature) Methods inherited from class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
assertAndGetSingleOperand, getExpression, getResolution, setResolution, setResultType
-
Constructor Details
-
AggregateExpressionInvocation
public AggregateExpressionInvocation(org.hl7.elm.r1.AggregateExpression expression)
-
-
Method Details
-
getOperands
-
setOperands
-
getSignature
-
setSignature
-