Class FeatureMap
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.FeatureMap
The Class FeatureMap.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ConfigurableFeature entity) Adds the.boolean
Contains.get
(int index) Gets the.Gets the.int
size()
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
-