Class | Description |
---|---|
FuzzyRegion |
FuzzyRegions represent intervals with variable size and start index.
|
LineBasedRegion |
Marker class used in code that needs to work with both offset- and line-based
regions to avoid confusing them.
|
OffsetBasedRegion |
Marker class used in code that needs to work with both offset- and line-based
regions to avoid confusing them.
|
Region |
Regions represent intervals.
|
RegionSet |
Set of
Region objects. |
SimpleRegion |
A simple region with only start and end.
|