org.itc.irst.tcc.sre
Class RelationExtractor.Relation

java.lang.Object
  extended by org.itc.irst.tcc.sre.RelationExtractor.Relation
Enclosing class:
RelationExtractor

public class RelationExtractor.Relation
extends java.lang.Object


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

w1

private Word w1

w2

private Word w2

type

private int type

trueType

private int trueType
Constructor Detail

RelationExtractor.Relation

public RelationExtractor.Relation(Word w1,
                                  Word w2)
Method Detail

setTrueType

public void setTrueType(int type)

setType

public void setType(int type)

getType

public int getType(int type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object