Interface SpeedRangeTerm
- All Superinterfaces:
QueryTerm
A term for a Speed range query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end of theSpeedrange in this term.Gets th start of theSpeedrange in this term.Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getSpeedRangeStart
Speed getSpeedRangeStart()Gets th start of theSpeedrange in this term.- Returns:
- the speed start
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getSpeedRangeEnd
Speed getSpeedRangeEnd()Gets the end of theSpeedrange in this term.- Returns:
- the speed end
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-