|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.textmining.extraction.word.model.PropertyNode
public abstract class PropertyNode
Represents a lightweight node in the Trees used to store content properties.
| Method Summary | |
|---|---|
void |
adjustForDelete(int start,
int length)
Adjust for a deletion that can span multiple PropertyNodes. |
java.lang.Object |
clone()
|
int |
compareTo(java.lang.Object o)
Used for sorting in collections. |
boolean |
equals(java.lang.Object o)
|
int |
getEnd()
|
int |
getStart()
|
void |
setEnd(int end)
|
void |
setStart(int start)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void adjustForDelete(int start,
int length)
start - length -
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int getEnd()
public int getStart()
public void setEnd(int end)
public void setStart(int start)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||