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

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

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

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return RelationEntityArgument
private  RelationEntityArgument DocXMLBase.processRelationEntityArgument(org.w3c.dom.Element node)
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with parameters of type RelationEntityArgument
private  java.lang.String DocXMLBase.toXMLString(RelationEntityArgument a, int argNum)
           
 

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

Fields in edu.illinois.cs.cogcomp.lbj.coref.ir.relations declared as RelationEntityArgument
private  RelationEntityArgument Relation.m_a1
           
private  RelationEntityArgument Relation.m_a2
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.relations that return RelationEntityArgument
 RelationEntityArgument Relation.getA1()
          Gets the first entity argument.
 RelationEntityArgument Relation.getA2()
          Gets the second relation argument.
 

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