edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources
Class ACERelation

java.lang.Object
  extended by edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.ACERelation

public class ACERelation
extends java.lang.Object


Constructor Summary
ACERelation()
           
 
Method Summary
 void addMention(ACERMention rmention)
           
 java.lang.String getId()
           
 java.util.List<ACERMention> getMentions()
           
 java.lang.String getSubType()
           
 java.lang.String getType()
           
 boolean isExplicit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACERelation

public ACERelation()
Method Detail

addMention

public void addMention(ACERMention rmention)

isExplicit

public boolean isExplicit()

getId

public java.lang.String getId()

getType

public java.lang.String getType()

getSubType

public java.lang.String getSubType()

getMentions

public java.util.List<ACERMention> getMentions()