|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrimitiveArrayFS
A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
| Method Summary | |
|---|---|
int |
size()
Get the size of this array. |
float[] |
toFloatArray()
Gets this value as an float array. |
int[] |
toIntArray()
Gets this value as an integer array. |
String[] |
toStringArray()
Gets this value as an string array. |
| Methods inherited from interface org.apache.uima.cas_data.FeatureStructure |
|---|
getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType |
| Method Detail |
|---|
int size()
int[] toIntArray()
float[] toFloatArray()
String[] toStringArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||