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

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

public class ACEEntity
extends java.lang.Object


Constructor Summary
ACEEntity()
           
 
Method Summary
 void addMention(ACEEMention emention)
           
 java.lang.String getAttribute(java.lang.String strKey)
           
 java.lang.String getId()
           
 java.util.List<ACEEMention> getMentions()
           
 java.lang.String getSubtype()
           
 java.lang.String getType()
           
 void setAttribute(java.lang.String strKey, java.lang.String strVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACEEntity

public ACEEntity()
Method Detail

addMention

public void addMention(ACEEMention emention)

getAttribute

public java.lang.String getAttribute(java.lang.String strKey)

setAttribute

public void setAttribute(java.lang.String strKey,
                         java.lang.String strVal)

getId

public java.lang.String getId()

getType

public java.lang.String getType()

getSubtype

public java.lang.String getSubtype()

getMentions

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