|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.corpora.RepositioningInfo.PositionInfo
public class RepositioningInfo.PositionInfo
Just information keeper inner class. No significant functionality.
Constructor Summary | |
---|---|
RepositioningInfo.PositionInfo(long orig,
long origLen,
long curr,
long currLen)
The only constructor. |
Method Summary | |
---|---|
long |
getCurrentLength()
Length of peace of text in the extracted content |
long |
getCurrentPosition()
Position in the extracted (and probably changed) content |
long |
getOriginalLength()
Length of peace of text in the original content |
long |
getOriginalPosition()
Position in the original content |
String |
toString()
For debug purposes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositioningInfo.PositionInfo(long orig, long origLen, long curr, long currLen)
Method Detail |
---|
public long getCurrentPosition()
public long getOriginalPosition()
public long getOriginalLength()
public long getCurrentLength()
public String toString()
toString
in class Object
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |