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 FSStringConstraintConstraintFactory. 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) classFSStringConstraintImplImplement the FSStringConstraint interface.Fields in org.apache.uima.cas.impl declared as FSStringConstraint Modifier and Type Field Description private FSStringConstraintStringConstraint. stringConstraintMethods in org.apache.uima.cas.impl that return FSStringConstraint Modifier and Type Method Description FSStringConstraintConstraintFactoryImpl. 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)
-