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

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

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

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return RelationMention
private  RelationMention DocXMLBase.processRelationMention(org.w3c.dom.Element element)
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with parameters of type RelationMention
private  java.lang.String DocXMLBase.toXMLString(RelationMention m, java.lang.String linePrefix)
           
 

Uses of RelationMention in edu.illinois.cs.cogcomp.lbj.coref.ir.relations
 

Fields in edu.illinois.cs.cogcomp.lbj.coref.ir.relations declared as RelationMention
private  RelationMention Relation.m_mention
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.relations that return RelationMention
 RelationMention Relation.getMention()
          Gets the relation mention.
 

Constructors in edu.illinois.cs.cogcomp.lbj.coref.ir.relations with parameters of type RelationMention
Relation(java.lang.String id, java.lang.String type, java.lang.String subType, RelationEntityArgument entArg1, RelationEntityArgument entArg2, RelationMention m)
          Constructs a relation.