Interface DecoratorInformation
-
- All Known Implementing Classes:
VpnDecoratorInformation
public interface DecoratorInformationMinimum set of information for each decorating object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfMatches()IPgetRangeEnd()IPgetRangeStart()<T extends DecoratorInformation>
TwithNewRange(IP start, IP end)<T extends DecoratorInformation>
TwithNumberOfMatches(int i)
-
-
-
Method Detail
-
getRangeStart
IP getRangeStart()
-
getRangeEnd
IP getRangeEnd()
-
getNumberOfMatches
int getNumberOfMatches()
-
withNewRange
<T extends DecoratorInformation> T withNewRange(IP start, IP end)
-
withNumberOfMatches
<T extends DecoratorInformation> T withNumberOfMatches(int i)
-
-