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 void
addAttribute(ValuePair value)
void
addAttributes(ArrayList attList)
int
attributeListSize()
String
getNewAttributeValue(int index)
String
getNewAttributeValue(String key)
String
getNewFeatureName()
String
getOldAttributeValue(int index)
String
getOldAttributeValue(String key)
String
getOldFeatureName()
-
-
-
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()
-
-