Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.ir.relations.Relation

Packages that use Relation
edu.illinois.cs.cogcomp.lbj.coref.ir.docs   
 

Uses of Relation in edu.illinois.cs.cogcomp.lbj.coref.ir.docs
 

Fields in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with type parameters of type Relation
private  java.util.List<Relation> DocBase.m_relations
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return Relation
 Relation DocBase.getRelation(int number)
           
 Relation Doc.getRelation(int number)
          Gets the specified relation.
protected  Relation DocXMLBase.loadRelation(org.w3c.dom.Element node)
          Loads a Relation from an xml representation and returns it.
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with parameters of type Relation
protected  void DocBase.addRelation(Relation r)
           
protected  java.lang.String DocXMLBase.toXMLString(Relation r)