Uses of Class
org.apache.uima.jcas.cas.FloatList
-
Packages that use FloatList Package Description org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of FloatList in org.apache.uima.jcas.cas
Subclasses of FloatList in org.apache.uima.jcas.cas Modifier and Type Class Description classEmptyFloatListclassNonEmptyFloatListMethods in org.apache.uima.jcas.cas that return FloatList Modifier and Type Method Description static FloatListFloatList. create(JCas jcas, java.lang.Float[] a)Create an FloatList from an existing array of Feature StructuresFloatListNonEmptyFloatList. getTail()Methods in org.apache.uima.jcas.cas with parameters of type FloatList Modifier and Type Method Description voidNonEmptyFloatList. setTail(FloatList v)Constructors in org.apache.uima.jcas.cas with parameters of type FloatList Constructor Description NonEmptyFloatList(JCas jcas, float v, FloatList tail)Generate a NonEmpty node with the specified head and tail
-