Uses of Interface
org.apache.uima.cas.FeatureValuePath

Packages that use FeatureValuePath
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
 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
 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
 FeatureValuePath CASImpl.createFeatureValuePath(java.lang.String featureValuePath)
           
 

Uses of FeatureValuePath in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return FeatureValuePath
 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
 FeatureValuePath JCasImpl.createFeatureValuePath(java.lang.String featureValuePath)
           
 



Copyright © 2012. All Rights Reserved.