Package org.apache.uima.cas_data
Interface ReferenceArrayFS
-
- All Superinterfaces:
FeatureStructure
,java.io.Serializable
- All Known Implementing Classes:
ReferenceArrayFSImpl
public interface ReferenceArrayFS extends FeatureStructure
A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getIdRefArray()
Gets the IDs of the target feature structures.int
size()
Get the size of this array.-
Methods inherited from interface org.apache.uima.cas_data.FeatureStructure
getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType
-
-