|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprogram.RepReg
public class RepReg
Represents a repetition region. Repetetition regions are identified in the first step of the arc calculation, and are used to 'kick out' other arcs.
Constructor Summary | |
---|---|
RepReg(int firstIndex,
int secondIndex,
int substringLength)
Creates a new instance. |
Method Summary | |
---|---|
int |
getFirstIndex()
Returns the repregs first index. |
int |
getSecondIndex()
Returns the repregs second index. |
int |
getSubstringLength()
Returns the repregs substring length. |
void |
setSecondIndex(int secondIndex)
Sets the repregs second index. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepReg(int firstIndex, int secondIndex, int substringLength)
firstIndex
- the repetition regions first indexsecondIndex
- the repetition regions second indexsubstringLength
- the repetition regions substring lengthMethod Detail |
---|
public int getSecondIndex()
public void setSecondIndex(int secondIndex)
public int getFirstIndex()
public int getSubstringLength()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |