public class TcFeatureSet extends ArrayList<TcFeature> implements org.dkpro.lab.task.Discriminable
modCount
Constructor and Description |
---|
TcFeatureSet(String featureSetName,
TcFeature... features) |
TcFeatureSet(TcFeature... features) |
Modifier and Type | Method and Description |
---|---|
Object |
getActualValue() |
Object |
getDiscriminatorValue() |
void |
setFeatureSetName(String featureSetName)
Allows setting an user-defined name which is used when
getDiscriminatorValue is called by default the feature set name is a list of the names of
the individual features |
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
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public TcFeatureSet(TcFeature... features)
public void setFeatureSetName(String featureSetName)
getDiscriminatorValue
is called by default the feature set name is a list of the names of
the individual featuresfeatureSetName
- The name of the feature setpublic Object getDiscriminatorValue()
getDiscriminatorValue
in interface org.dkpro.lab.task.Discriminable
public Object getActualValue()
getActualValue
in interface org.dkpro.lab.task.Discriminable
Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.