Package | Description |
---|---|
org.apache.uima.cas_data | |
org.apache.uima.cas_data.impl | |
org.apache.uima.collection.impl.cpm.vinci.cas_data |
Modifier and Type | Interface and Description |
---|---|
interface |
PrimitiveValue
Represents a primitive feature value - a string, integer, or float.
|
interface |
ReferenceValue
A FeatureValue that represents a reference, via ID, to another FeatureStructure.
|
Modifier and Type | Method and Description |
---|---|
FeatureValue |
FeatureStructure.getFeatureValue(java.lang.String aName)
Gets the value of a feature
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureStructure.setFeatureValue(java.lang.String aName,
FeatureValue aValue)
Sets the value of a feature
|
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveValueImpl |
class |
ReferenceValueImpl |
Modifier and Type | Method and Description |
---|---|
FeatureValue |
FeatureStructureImpl.getFeatureValue(java.lang.String aFeatureName) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureStructureImpl.setFeatureValue(java.lang.String aFeatureType,
FeatureValue aValue) |
Modifier and Type | Class and Description |
---|---|
class |
VinciPrimitiveValue
Deprecated.
Use PrimitiveValueImpl instead. This is just here for backwards compatibility.
|
Copyright © 2012. All Rights Reserved.