public static class Coreferences.CoreferenceChain extends java.util.ArrayList<Coreferences.Mention>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
id
Chain id
|
Coreferences.Mention |
representative
Representative in chain
|
private static long |
serialVersionUID |
Constructor and Description |
---|
CoreferenceChain(java.lang.String id)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
private static final long serialVersionUID
public final java.lang.String id
public Coreferences.Mention representative
public CoreferenceChain(java.lang.String id)
id
- chain idpublic java.lang.String toString()
toString
in class java.util.AbstractCollection<Coreferences.Mention>