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 ConstraintFactory
CAS. getConstraintFactory()
Get a constraint factory.static ConstraintFactory
ConstraintFactory. 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 class
ConstraintFactoryImpl
Implementation of the ConstraintFactory interface.Methods in org.apache.uima.cas.impl that return ConstraintFactory Modifier and Type Method Description ConstraintFactory
CASImpl. getConstraintFactory()
-
Uses of ConstraintFactory in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return ConstraintFactory Modifier and Type Method Description ConstraintFactory
JCas. 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 ConstraintFactory
JCasImpl. getConstraintFactory()
-