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

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

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

Methods in org.apache.uima.tools.cfe.config that return RangeFeatureValuesXML
 RangeFeatureValuesXML ConfigFactory.createRangeFeatureValuesXML()
          Returns a new object of class 'Range Feature Values XML'.
 RangeFeatureValuesXML SingleFeatureMatcherXML.getRangeFeatureValues()
          Returns the value of the 'Range Feature Values' containment reference.
 

Methods in org.apache.uima.tools.cfe.config with parameters of type RangeFeatureValuesXML
 void SingleFeatureMatcherXML.setRangeFeatureValues(RangeFeatureValuesXML value)
          Sets the value of the 'Range Feature Values' containment reference.
 

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

Classes in org.apache.uima.tools.cfe.config.impl that implement RangeFeatureValuesXML
 class RangeFeatureValuesXMLImpl
          An implementation of the model object 'Range Feature Values XML'.
 

Fields in org.apache.uima.tools.cfe.config.impl declared as RangeFeatureValuesXML
protected  RangeFeatureValuesXML SingleFeatureMatcherXMLImpl.rangeFeatureValues
          The cached value of the 'Range Feature Values' containment reference.
 

Methods in org.apache.uima.tools.cfe.config.impl that return RangeFeatureValuesXML
 RangeFeatureValuesXML ConfigFactoryImpl.createRangeFeatureValuesXML()
           
 RangeFeatureValuesXML SingleFeatureMatcherXMLImpl.getRangeFeatureValues()
           
 

Methods in org.apache.uima.tools.cfe.config.impl with parameters of type RangeFeatureValuesXML
 org.eclipse.emf.common.notify.NotificationChain SingleFeatureMatcherXMLImpl.basicSetRangeFeatureValues(RangeFeatureValuesXML newRangeFeatureValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SingleFeatureMatcherXMLImpl.setRangeFeatureValues(RangeFeatureValuesXML newRangeFeatureValues)
           
 

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

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



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