Uses of Class
org.apache.uima.jcas.cas.FloatList
Packages that use FloatList
Package
Description
JCAS model for built-in CAS types
-
Uses of FloatList in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return FloatListModifier and TypeMethodDescriptionstatic FloatList
FSCollectionFactory.createFloatList
(JCas aJCas, float... aValues) static FloatList
FSCollectionFactory.createFloatList
(JCas aJCas, Collection<Float> aCollection) Methods in org.apache.uima.fit.util with parameters of type FloatList -
Uses of FloatList in org.apache.uima.jcas.cas
Subclasses of FloatList in org.apache.uima.jcas.casMethods in org.apache.uima.jcas.cas that return FloatListModifier and TypeMethodDescriptionstatic FloatList
Create an FloatList from an existing array of Feature StructuresNonEmptyFloatList.getTail()
Methods in org.apache.uima.jcas.cas with parameters of type FloatListConstructors in org.apache.uima.jcas.cas with parameters of type FloatListModifierConstructorDescriptionNonEmptyFloatList
(JCas jcas, float v, FloatList tail) Generate a NonEmpty node with the specified head and tail