Class ARangeIndexEvaluator.IndexNode
- java.lang.Object
-
- org.openl.rules.dt.algorithm.evaluator.ARangeIndexEvaluator.IndexNode
-
- All Implemented Interfaces:
Comparable<ARangeIndexEvaluator.IndexNode>
- Enclosing class:
- ARangeIndexEvaluator
public static class ARangeIndexEvaluator.IndexNode extends Object implements Comparable<ARangeIndexEvaluator.IndexNode>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ARangeIndexEvaluator.IndexNode o)int[]getRules()Comparable<Object>getValue()
-
-
-
Method Detail
-
getValue
public Comparable<Object> getValue()
-
getRules
public int[] getRules()
-
compareTo
public int compareTo(ARangeIndexEvaluator.IndexNode o)
- Specified by:
compareToin interfaceComparable<ARangeIndexEvaluator.IndexNode>
-
-