public class Tags extends Object implements Serializable
static class
Tags.TagsAnnotation
Tags(String... tags)
void
addTag(String tag)
addTag(String tag, Value v)
boolean
equals(Object o)
Value
getTag(String tag)
Collection<String>
getTags()
int
hashCode()
hasTag(String tag)
removeTag(String tag)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Tags(String... tags)
public Collection<String> getTags()
public boolean hasTag(String tag)
public void addTag(String tag)
public void addTag(String tag, Value v)
public void removeTag(String tag)
public Value getTag(String tag)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
© 2002-2013 Stanford NLP Group