Class ConfigurableFeature
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.ConfigurableFeature
The Class ConfigurableFeature.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurableFeature(String oldV, String newV) Instantiates a new configurable feature. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(ValuePair value) Adds the attribute.voidaddAttributes(ArrayList attList) Adds the attributes.intAttribute list size.getNewAttributeValue(int index) Gets the new attribute value.Gets the new attribute value.Gets the new feature name.getOldAttributeValue(int index) Gets the old attribute value.Gets the old attribute value.Gets the old feature name.
-
Constructor Details
-
ConfigurableFeature
-
-
Method Details
-
getOldFeatureName
-
getNewFeatureName
-
addAttribute
-
addAttributes
Adds the attributes.- Parameters:
attList- the att list
-
getOldAttributeValue
Gets the old attribute value.- Parameters:
index- the index- Returns:
- the old attribute value
-
getOldAttributeValue
-
getNewAttributeValue
Gets the new attribute value.- Parameters:
index- the index- Returns:
- the new attribute value
-
getNewAttributeValue
-
attributeListSize
public int attributeListSize()Attribute list size.- Returns:
- the int
-