Class Executable
- java.lang.Object
-
- org.opencds.cqf.cql.engine.elm.execution.Executable
-
- Direct Known Subclasses:
CqlToElmBase,Element,InstanceElement,Library.Codes,Library.CodeSystems,Library.Concepts,Library.Contexts,Library.Includes,Library.Parameters,Library.Statements,Library.Usings,Library.ValueSets,Narrative,Tag,TupleElement,VersionedIdentifier
public class Executable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Executable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectevaluate(Context context)protected java.lang.ObjectinternalEvaluate(Context context)
-
-
-
Method Detail
-
evaluate
public java.lang.Object evaluate(Context context) throws CqlException
- Throws:
CqlException
-
internalEvaluate
protected java.lang.Object internalEvaluate(Context context)
-
-