|
||||||||||
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.Relation
public class Relation
Constructor Summary | |
---|---|
Relation()
|
Method Summary | |
---|---|
int |
getId()
|
java.util.List<RelationParam> |
getParams()
|
java.util.List<Word> |
getPredicateWords()
|
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 Relation()
Method Detail |
---|
public int getId()
public java.util.List<java.lang.Integer> getWordPositions()
public java.util.List<Word> getPredicateWords()
Word
objects in this relation within their sentence.public java.util.List<RelationParam> getParams()
RelationParam
object that a paramaters to the predicate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |