Uses of Class
org.apache.uima.collection.impl.cpm.utils.ConfigurableFeature
-
Packages that use ConfigurableFeature Package Description org.apache.uima.collection.impl.cpm.utils -
-
Uses of ConfigurableFeature in org.apache.uima.collection.impl.cpm.utils
Methods in org.apache.uima.collection.impl.cpm.utils that return ConfigurableFeature Modifier and Type Method Description ConfigurableFeature
FeatureMap. get(int index)
Gets the.ConfigurableFeature
FeatureMap. get(java.lang.String key)
Gets the.private static ConfigurableFeature
CPMUtils. getConfigurableFeature(org.w3c.dom.Node entityNode)
Gets the configurable feature.Methods in org.apache.uima.collection.impl.cpm.utils with parameters of type ConfigurableFeature Modifier and Type Method Description void
FeatureMap. add(ConfigurableFeature entity)
Adds the.
-