Uses of Class
org.apache.uima.cas.ConstraintFactory
-
Packages that use ConstraintFactory Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). -
-
Uses of ConstraintFactory in org.apache.uima.cas
Methods in org.apache.uima.cas that return ConstraintFactory Modifier and Type Method Description ConstraintFactoryCAS. getConstraintFactory()Get a constraint factory.static ConstraintFactoryConstraintFactory. instance()Create a new constraint factory. -
Uses of ConstraintFactory in org.apache.uima.cas.impl
Subclasses of ConstraintFactory in org.apache.uima.cas.impl Modifier and Type Class Description classConstraintFactoryImplImplementation of the ConstraintFactory interface.Methods in org.apache.uima.cas.impl that return ConstraintFactory Modifier and Type Method Description ConstraintFactoryCASImpl. getConstraintFactory() -
Uses of ConstraintFactory in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return ConstraintFactory Modifier and Type Method Description ConstraintFactoryJCas. getConstraintFactory()Get a constraint factory. -
Uses of ConstraintFactory in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return ConstraintFactory Modifier and Type Method Description ConstraintFactoryJCasImpl. getConstraintFactory()
-