|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.itc.irst.tcc.sre.RelationExtractor.Relation
public class RelationExtractor.Relation
Field Summary | |
---|---|
private int |
trueType
|
private int |
type
|
private Word |
w1
|
private Word |
w2
|
Constructor Summary | |
---|---|
RelationExtractor.Relation(Word w1,
Word w2)
|
Method Summary | |
---|---|
int |
getType(int type)
|
void |
setTrueType(int type)
|
void |
setType(int type)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Word w1
private Word w2
private int type
private int trueType
Constructor Detail |
---|
public RelationExtractor.Relation(Word w1, Word w2)
Method Detail |
---|
public void setTrueType(int type)
public void setType(int type)
public int getType(int type)
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 |