Uses of Interface
org.apache.uima.cas.FSFloatConstraint
-
Packages that use FSFloatConstraint Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FSFloatConstraint in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSFloatConstraint Modifier and Type Method Description abstract FSFloatConstraint
ConstraintFactory. createFloatConstraint()
Create a new float constraint. -
Uses of FSFloatConstraint in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSFloatConstraint Modifier and Type Class Description (package private) class
FSFloatConstraintImpl
Implement the FSFloatConstraint interface.Fields in org.apache.uima.cas.impl declared as FSFloatConstraint Modifier and Type Field Description private FSFloatConstraint
FloatConstraint. floatConstraint
Methods in org.apache.uima.cas.impl that return FSFloatConstraint Modifier and Type Method Description FSFloatConstraint
ConstraintFactoryImpl. createFloatConstraint()
Constructors in org.apache.uima.cas.impl with parameters of type FSFloatConstraint Constructor Description FloatConstraint(java.util.ArrayList<java.lang.String> path, FSFloatConstraint cons)
-