Uses of Interface
org.apache.uima.cas.FeatureValuePath
-
Packages that use FeatureValuePath 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 FeatureValuePath in org.apache.uima.cas
Methods in org.apache.uima.cas that return FeatureValuePath Modifier and Type Method Description FeatureValuePath
CAS. createFeatureValuePath(java.lang.String featureValuePath)
Create a feature-value path from a string. -
Uses of FeatureValuePath in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FeatureValuePath Modifier and Type Class Description class
FeatureValuePathImpl
Contains CAS Type and Feature objects to represent a feature path of the form feature1/.../featureN.Methods in org.apache.uima.cas.impl that return FeatureValuePath Modifier and Type Method Description FeatureValuePath
CASImpl. createFeatureValuePath(java.lang.String featureValuePath)
-
Uses of FeatureValuePath in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FeatureValuePath Modifier and Type Method Description FeatureValuePath
JCas. createFeatureValuePath(java.lang.String featureValuePath)
Create a feature-value path from a string. -
Uses of FeatureValuePath in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FeatureValuePath Modifier and Type Method Description FeatureValuePath
JCasImpl. createFeatureValuePath(java.lang.String featureValuePath)
-