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

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

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

Methods in org.apache.uima.tools.cfe.config that return GroupFeatureMatcherXML
 GroupFeatureMatcherXML ConfigFactory.createGroupFeatureMatcherXML()
          Returns a new object of class 'Group Feature Matcher XML'.
 

Methods in org.apache.uima.tools.cfe.config that return types with arguments of type GroupFeatureMatcherXML
 org.eclipse.emf.common.util.EList<GroupFeatureMatcherXML> PartialObjectMatcherXML.getGroupFeatureMatchers()
          Returns the value of the 'Group Feature Matchers' containment reference list.
 

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

Classes in org.apache.uima.tools.cfe.config.impl that implement GroupFeatureMatcherXML
 class GroupFeatureMatcherXMLImpl
          An implementation of the model object 'Group Feature Matcher XML'.
 

Fields in org.apache.uima.tools.cfe.config.impl with type parameters of type GroupFeatureMatcherXML
protected  org.eclipse.emf.common.util.EList<GroupFeatureMatcherXML> PartialObjectMatcherXMLImpl.groupFeatureMatchers
          The cached value of the 'Group Feature Matchers' containment reference list.
 

Methods in org.apache.uima.tools.cfe.config.impl that return GroupFeatureMatcherXML
 GroupFeatureMatcherXML ConfigFactoryImpl.createGroupFeatureMatcherXML()
           
 

Methods in org.apache.uima.tools.cfe.config.impl that return types with arguments of type GroupFeatureMatcherXML
 org.eclipse.emf.common.util.EList<GroupFeatureMatcherXML> PartialObjectMatcherXMLImpl.getGroupFeatureMatchers()
           
 

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

Methods in org.apache.uima.tools.cfe.config.util with parameters of type GroupFeatureMatcherXML
 T ConfigSwitch.caseGroupFeatureMatcherXML(GroupFeatureMatcherXML object)
          Returns the result of interpreting the object as an instance of 'Group Feature Matcher XML'.
 



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