Uses of Class
org.kie.dmn.feel.runtime.Range.RangeBoundary
-
Packages that use Range.RangeBoundary Package Description org.kie.dmn.feel.codegen.feel11 org.kie.dmn.feel.runtime org.kie.dmn.feel.runtime.impl -
-
Uses of Range.RangeBoundary in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 with parameters of type Range.RangeBoundary Modifier and Type Method Description static RangeImplCompiledFEELSemanticMappings. range(EvaluationContext ctx, Range.RangeBoundary lowBoundary, java.lang.Object lowEndPoint, java.lang.Object highEndPoint, Range.RangeBoundary highBoundary)Represents a [n..m] construct -
Uses of Range.RangeBoundary in org.kie.dmn.feel.runtime
Methods in org.kie.dmn.feel.runtime that return Range.RangeBoundary Modifier and Type Method Description Range.RangeBoundaryRange. getHighBoundary()Range.RangeBoundaryRange. getLowBoundary()static Range.RangeBoundaryRange.RangeBoundary. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Range.RangeBoundary[]Range.RangeBoundary. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Range.RangeBoundary in org.kie.dmn.feel.runtime.impl
Methods in org.kie.dmn.feel.runtime.impl that return Range.RangeBoundary Modifier and Type Method Description Range.RangeBoundaryRangeImpl. getHighBoundary()Range.RangeBoundaryRangeImpl. getLowBoundary()Constructors in org.kie.dmn.feel.runtime.impl with parameters of type Range.RangeBoundary Constructor Description RangeImpl(Range.RangeBoundary lowBoundary, java.lang.Comparable lowEndPoint, java.lang.Comparable highEndPoint, Range.RangeBoundary highBoundary)
-