Package org.oristool.models.gspn.chains
Interface Interval
- All Known Implementing Classes:
FoxGlynn
public interface Interval
An integer interval.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the left point of the interval.int
Returns the right point of the interval.
-
Method Details
-
leftPoint
int leftPoint()Returns the left point of the interval.- Returns:
- first point included in the interval
-
rightPoint
int rightPoint()Returns the right point of the interval.- Returns:
- last point included in the interval
-