Class FeatureMap
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.FeatureMap
The Class FeatureMap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ConfigurableFeature entity) Adds the.booleanContains.get(int index) Gets the.Gets the.intsize()Size.
-
Constructor Details
-
FeatureMap
public FeatureMap()Instantiates a new feature map.
-
-
Method Details
-
add
Adds the.- Parameters:
entity- the entity
-
get
Gets the.- Parameters:
index- the index- Returns:
- the configurable feature
-
get
Gets the.- Parameters:
key- the key- Returns:
- the configurable feature
-
contains
Contains.- Parameters:
key- the key- Returns:
- true, if successful
-
size
public int size()Size.- Returns:
- the int
-