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 FSBooleanConstraintConstraintFactory. 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 classFSBooleanConstraintImplSee interface for documentation.Fields in org.apache.uima.cas.impl declared as FSBooleanConstraint Modifier and Type Field Description private FSBooleanConstraintBooleanConstraint. consMethods in org.apache.uima.cas.impl that return FSBooleanConstraint Modifier and Type Method Description FSBooleanConstraintConstraintFactoryImpl. 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)
-