|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.textrazor.annotations.Annotation
com.textrazor.annotations.Property
public class Property
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
int |
getId()
|
java.util.List<Word> |
getPredicateWords()
|
java.util.List<java.lang.Integer> |
getPropertyPositions()
|
java.util.List<Word> |
getPropertyWords()
|
java.util.List<java.lang.Integer> |
getWordPositions()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public java.util.List<java.lang.Integer> getWordPositions()
public java.util.List<Word> getPredicateWords()
Word in the predicate (or focus) of this property.public int getId()
public java.util.List<java.lang.Integer> getPropertyPositions()
public java.util.List<Word> getPropertyWords()
Word objects that make up the modifier of the predicate of this property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||