Class ProperIncludesEvaluator
java.lang.Object
org.opencds.cqf.cql.engine.elm.executing.ProperIncludesEvaluator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanintervalProperlyIncludes(Interval left, Interval right, String precision, State state) static BooleanlistProperlyIncludes(Iterable<?> left, Iterable<?> right, State state) static BooleanproperlyIncludes(Object left, Object right, String precision, State state)
-
Constructor Details
-
ProperIncludesEvaluator
public ProperIncludesEvaluator()
-
-
Method Details
-
properlyIncludes
-
intervalProperlyIncludes
-
listProperlyIncludes
-