Package org.openl.rules.helpers
Class IntRangeParser
- java.lang.Object
-
- org.openl.rules.helpers.IntRangeParser
-
public class IntRangeParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected RangeParser[]PARSERS
-
Constructor Summary
Constructors Modifier Constructor Description protectedIntRangeParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntRangeParsergetInstance()RangeWithBoundsparse(String range)
-
-
-
Field Detail
-
PARSERS
protected final RangeParser[] PARSERS
-
-
Method Detail
-
getInstance
public static IntRangeParser getInstance()
-
parse
public RangeWithBounds parse(String range)
-
-