Package org.apache.uima.tools.cfe.config

Examples of org.apache.uima.tools.cfe.config.ObjectPathFeatureValuesXML


   * <!-- end-user-doc -->
     * @generated
     */
  public NotificationChain basicSetObjectPathFeatureValues(ObjectPathFeatureValuesXML newObjectPathFeatureValues, NotificationChain msgs)
  {
        ObjectPathFeatureValuesXML oldObjectPathFeatureValues = objectPathFeatureValues;
        objectPathFeatureValues = newObjectPathFeatureValues;
        if (eNotificationRequired())
        {
            ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConfigPackage.SINGLE_FEATURE_MATCHER_XML__OBJECT_PATH_FEATURE_VALUES, oldObjectPathFeatureValues, newObjectPathFeatureValues);
            if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


                if (result == null) result = defaultCase(theEObject);
                return result;
            }
            case ConfigPackage.OBJECT_PATH_FEATURE_VALUES_XML:
            {
                ObjectPathFeatureValuesXML objectPathFeatureValuesXML = (ObjectPathFeatureValuesXML)theEObject;
                T result = caseObjectPathFeatureValuesXML(objectPathFeatureValuesXML);
                if (result == null) result = defaultCase(theEObject);
                return result;
            }
            case ConfigPackage.PARTIAL_OBJECT_MATCHER_XML:
View Full Code Here

TOP

Related Classes of org.apache.uima.tools.cfe.config.ObjectPathFeatureValuesXML

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.