Uses of Interface
org.apache.uima.tools.cfe.config.ObjectPathFeatureValuesXML

Packages that use ObjectPathFeatureValuesXML
org.apache.uima.tools.cfe.config   
org.apache.uima.tools.cfe.config.impl   
org.apache.uima.tools.cfe.config.util   
 

Uses of ObjectPathFeatureValuesXML in org.apache.uima.tools.cfe.config
 

Methods in org.apache.uima.tools.cfe.config that return ObjectPathFeatureValuesXML
 ObjectPathFeatureValuesXML ConfigFactory.createObjectPathFeatureValuesXML()
          Returns a new object of class 'Object Path Feature Values XML'.
 ObjectPathFeatureValuesXML SingleFeatureMatcherXML.getObjectPathFeatureValues()
          Returns the value of the 'Object Path Feature Values' containment reference.
 

Methods in org.apache.uima.tools.cfe.config with parameters of type ObjectPathFeatureValuesXML
 void SingleFeatureMatcherXML.setObjectPathFeatureValues(ObjectPathFeatureValuesXML value)
          Sets the value of the 'Object Path Feature Values' containment reference.
 

Uses of ObjectPathFeatureValuesXML in org.apache.uima.tools.cfe.config.impl
 

Classes in org.apache.uima.tools.cfe.config.impl that implement ObjectPathFeatureValuesXML
 class ObjectPathFeatureValuesXMLImpl
          An implementation of the model object 'Object Path Feature Values XML'.
 

Fields in org.apache.uima.tools.cfe.config.impl declared as ObjectPathFeatureValuesXML
protected  ObjectPathFeatureValuesXML SingleFeatureMatcherXMLImpl.objectPathFeatureValues
          The cached value of the 'Object Path Feature Values' containment reference.
 

Methods in org.apache.uima.tools.cfe.config.impl that return ObjectPathFeatureValuesXML
 ObjectPathFeatureValuesXML ConfigFactoryImpl.createObjectPathFeatureValuesXML()
           
 ObjectPathFeatureValuesXML SingleFeatureMatcherXMLImpl.getObjectPathFeatureValues()
           
 

Methods in org.apache.uima.tools.cfe.config.impl with parameters of type ObjectPathFeatureValuesXML
 org.eclipse.emf.common.notify.NotificationChain SingleFeatureMatcherXMLImpl.basicSetObjectPathFeatureValues(ObjectPathFeatureValuesXML newObjectPathFeatureValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SingleFeatureMatcherXMLImpl.setObjectPathFeatureValues(ObjectPathFeatureValuesXML newObjectPathFeatureValues)
           
 

Uses of ObjectPathFeatureValuesXML in org.apache.uima.tools.cfe.config.util
 

Methods in org.apache.uima.tools.cfe.config.util with parameters of type ObjectPathFeatureValuesXML
 T ConfigSwitch.caseObjectPathFeatureValuesXML(ObjectPathFeatureValuesXML object)
          Returns the result of interpreting the object as an instance of 'Object Path Feature Values XML'.
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.