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