|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.workers.partition.PartitionRange
Index and partition type info for a single partition.
| Constructor Summary | |
PartitionRange(java.lang.String type,
int startIndex,
int endIndex)
Creates a new instance of PartitionRange. |
|
| Method Summary | |
int |
getEndIndex()
Retrieves the ending index of this partition. |
int |
getStartIndex()
Retrieves the starting index of this partition. |
java.lang.String |
getType()
Retrieves the partition type name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PartitionRange(java.lang.String type,
int startIndex,
int endIndex)
type - partition typestartIndex - start indexendIndex - end index| Method Detail |
public final java.lang.String getType()
public final int getStartIndex()
public final int getEndIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||