public class AceEntity extends AceElement
mId| Constructor and Description |
|---|
AceEntity(String id,
String type,
String subtype,
String cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMention(AceEntityMention m) |
String |
getClasss() |
List<AceEntityMention> |
getMentions() |
String |
getSubtype() |
String |
getType() |
void |
setClass(String s) |
void |
setSubtype(String s) |
void |
setType(String s) |
String |
toXml(int offset) |
appendOffset, getIdpublic void addMention(AceEntityMention m)
public List<AceEntityMention> getMentions()
public String getType()
public void setType(String s)
public String getSubtype()
public void setSubtype(String s)
public void setClass(String s)
public String getClasss()
public String toXml(int offset)