Uses of Interface
org.apache.uima.cas.FSIntConstraint
-
Packages that use FSIntConstraint 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 FSIntConstraint in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSIntConstraint Modifier and Type Method Description abstract FSIntConstraint
ConstraintFactory. createIntConstraint()
Create a new int constraint. -
Uses of FSIntConstraint in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSIntConstraint Modifier and Type Class Description (package private) class
FSIntConstraintImpl
Implement the FSIntConstraint interface.Fields in org.apache.uima.cas.impl declared as FSIntConstraint Modifier and Type Field Description private FSIntConstraint
IntConstraint. intConstraint
Methods in org.apache.uima.cas.impl that return FSIntConstraint Modifier and Type Method Description FSIntConstraint
ConstraintFactoryImpl. createIntConstraint()
Constructors in org.apache.uima.cas.impl with parameters of type FSIntConstraint Constructor Description IntConstraint(java.util.ArrayList<java.lang.String> path, FSIntConstraint cons)
-