Class ConfigurableFeature
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.ConfigurableFeature
-
public class ConfigurableFeature extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurableFeature(String oldV, String newV)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(ValuePair value)voidaddAttributes(ArrayList attList)intattributeListSize()StringgetNewAttributeValue(int index)StringgetNewAttributeValue(String key)StringgetNewFeatureName()StringgetOldAttributeValue(int index)StringgetOldAttributeValue(String key)StringgetOldFeatureName()
-
-
-
Method Detail
-
getOldFeatureName
public String getOldFeatureName()
-
getNewFeatureName
public String getNewFeatureName()
-
addAttribute
public void addAttribute(ValuePair value)
-
addAttributes
public void addAttributes(ArrayList attList)
-
getOldAttributeValue
public String getOldAttributeValue(int index)
-
getNewAttributeValue
public String getNewAttributeValue(int index)
-
attributeListSize
public int attributeListSize()
-
-