Interface NotationParser
- All Known Implementing Classes:
ComplexNotationParser,IntervalNotationParser,RangeNotationParser,SimpleNotationParser,WildcardNotationParser
public interface NotationParser
-
Method Summary
Modifier and Type Method Description booleanappliesTo(java.lang.String value)default inttoFirstValue(java.lang.String input, TimeUnit unit)int[]toValues(java.lang.String input, TimeUnit unit)
-
Method Details
-
appliesTo
boolean appliesTo(java.lang.String value) -
toValues
-
toFirstValue
-