public class FuzzyRegion extends java.lang.Object
The intervals for the start and end indices are represented as
Region
s.
A FuzzyRegion
is empty if the maximum index in its
endIndexRegion
is smaller than the minimal index in its
startIndexRegion
.
This class is immutable.
Constructor and Description |
---|
FuzzyRegion(int minNewStartIndex,
int maxNewStartIndex,
int minNewEndIndex,
int maxNewEndIndex)
Constructor.
|
FuzzyRegion(Region startIndexRegion,
Region endIndexRegion)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Region |
getEndIndexRegion() |
Region |
getStartIndexRegion() |
public FuzzyRegion(Region startIndexRegion, Region endIndexRegion)
public FuzzyRegion(int minNewStartIndex, int maxNewStartIndex, int minNewEndIndex, int maxNewEndIndex)
public Region getStartIndexRegion()
startIndexRegion
public Region getEndIndexRegion()
endIndexRegion