Uses of Interface
org.apache.uima.cas.FeaturePath
-
Packages that use FeaturePath Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.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 FeaturePath in org.apache.uima.cas
Methods in org.apache.uima.cas that return FeaturePath Modifier and Type Method Description FeaturePath
CAS. createFeaturePath()
Create a feature path.Methods in org.apache.uima.cas with parameters of type FeaturePath Modifier and Type Method Description abstract FSMatchConstraint
ConstraintFactory. embedConstraint(FeaturePath path, FSConstraint constraint)
Combine a constraint test with a path from a feature structure instance to the value to be tested. -
Uses of FeaturePath in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FeaturePath Modifier and Type Class Description (package private) class
FeaturePathImpl
Implementation of the feature path interface.Methods in org.apache.uima.cas.impl that return FeaturePath Modifier and Type Method Description FeaturePath
CASImpl. createFeaturePath()
Methods in org.apache.uima.cas.impl with parameters of type FeaturePath Modifier and Type Method Description FSMatchConstraint
ConstraintFactoryImpl. embedConstraint(FeaturePath featPath, FSConstraint constraint)
-
Uses of FeaturePath in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FeaturePath Modifier and Type Method Description FeaturePath
JCas. createFeaturePath()
Create a feature path. -
Uses of FeaturePath in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FeaturePath Modifier and Type Method Description FeaturePath
JCasImpl. createFeaturePath()
-