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 FeaturePathCAS. createFeaturePath()Create a feature path.Methods in org.apache.uima.cas with parameters of type FeaturePath Modifier and Type Method Description abstract FSMatchConstraintConstraintFactory. 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) classFeaturePathImplImplementation of the feature path interface.Methods in org.apache.uima.cas.impl that return FeaturePath Modifier and Type Method Description FeaturePathCASImpl. createFeaturePath()Methods in org.apache.uima.cas.impl with parameters of type FeaturePath Modifier and Type Method Description FSMatchConstraintConstraintFactoryImpl. 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 FeaturePathJCas. 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 FeaturePathJCasImpl. createFeaturePath()
-