public class AceValueMention extends AceMention
| Modifier and Type | Field and Description |
|---|---|
AceValue |
value |
extent, id, jetExtent, text| Constructor and Description |
|---|
AceValueMention(Element mentionElement,
String fileText)
create an AceValueMention from the information in the APF file.
|
AceValueMention(String id,
Span extent,
String fileText)
create a new Value mention with the specified id and extent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
returns 'true' if 'o' is an AceValueMention with the same extent.
|
AceEventArgumentValue |
getParent()
the parent (the entity, value, or timex containing this mention)
|
String |
getType()
the type (of the parent entity, value, or timex).
|
compareTo, getHeadText, getJetHeadpublic AceValue value
public AceValueMention(String id, Span extent, String fileText)
public AceValueMention(Element mentionElement, String fileText)
mentionElement - the XML element from the APF file containing
information about this mentionfileText - the text of the document, including XML tagspublic AceEventArgumentValue getParent()
AceMentiongetParent in class AceMentionpublic String getType()
AceMentiongetType in class AceMentionCopyright © 2016 New York University. All rights reserved.