edu.stanford.nlp.ie.machinereading.domains.ace.reader
Class AceRelationMentionArgument

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
      extended by edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMentionArgument

public class AceRelationMentionArgument
extends AceMentionArgument


Field Summary
 
Fields inherited from class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
mContent, mRole
 
Constructor Summary
AceRelationMentionArgument(java.lang.String role, AceEntityMention content)
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
getContent, getRole, toXml, toXmlShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AceRelationMentionArgument

public AceRelationMentionArgument(java.lang.String role,
                                  AceEntityMention content)


Stanford NLP Group