Package org.apache.uima.cas_data.impl
Class ReferenceArrayFSImpl
java.lang.Object
org.apache.uima.cas_data.impl.FeatureStructureImpl
org.apache.uima.cas_data.impl.ReferenceArrayFSImpl
- All Implemented Interfaces:
Serializable
,FeatureStructure
,ReferenceArrayFS
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.uima.cas_data.impl.FeatureStructureImpl
get, getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.uima.cas_data.FeatureStructure
getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType
-
Constructor Details
-
ReferenceArrayFSImpl
-
-
Method Details
-
size
public int size()Description copied from interface:ReferenceArrayFS
Get the size of this array.- Specified by:
size
in interfaceReferenceArrayFS
- Returns:
- the size
-
getIdRefArray
Description copied from interface:ReferenceArrayFS
Gets the IDs of the target feature structures.- Specified by:
getIdRefArray
in interfaceReferenceArrayFS
- Returns:
- string array containing feature structure IDs
-
toString
- Overrides:
toString
in classFeatureStructureImpl
-