Uses of Interface
org.apache.uima.cas.FSBooleanConstraint
-
Packages that use FSBooleanConstraint 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 FSBooleanConstraint in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSBooleanConstraint Modifier and Type Method Description abstract FSBooleanConstraint
ConstraintFactory. createBooleanConstraint()
Create a new boolean constraint. -
Uses of FSBooleanConstraint in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSBooleanConstraint Modifier and Type Class Description class
FSBooleanConstraintImpl
See interface for documentation.Fields in org.apache.uima.cas.impl declared as FSBooleanConstraint Modifier and Type Field Description private FSBooleanConstraint
BooleanConstraint. cons
Methods in org.apache.uima.cas.impl that return FSBooleanConstraint Modifier and Type Method Description FSBooleanConstraint
ConstraintFactoryImpl. createBooleanConstraint()
Constructors in org.apache.uima.cas.impl with parameters of type FSBooleanConstraint Constructor Description BooleanConstraint(java.util.ArrayList<java.lang.String> path, FSBooleanConstraint constraint)
-