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

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

public class ACERMention
extends java.lang.Object


Constructor Summary
ACERMention()
           
 
Method Summary
 ACEEMention getArg1()
           
 ACEEMention getArg2()
           
 java.lang.String getId()
           
 boolean include(ACERMention rm)
           
 boolean overlap(ACERMention rm)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACERMention

public ACERMention()
Method Detail

include

public boolean include(ACERMention rm)

overlap

public boolean overlap(ACERMention rm)

getId

public java.lang.String getId()

getArg1

public ACEEMention getArg1()

getArg2

public ACEEMention getArg2()