Package org.dmg.pmml._40

Examples of org.dmg.pmml._40.YCoordinatesType


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetFunctionName() {
    MININGFUNCTION oldFunctionName = functionName;
    boolean oldFunctionNameESet = functionNameESet;
    functionName = FUNCTION_NAME_EDEFAULT;
    functionNameESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.TREE_MODEL_TYPE__FUNCTION_NAME, oldFunctionName, FUNCTION_NAME_EDEFAULT, oldFunctionNameESet));
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setFunctionName(MININGFUNCTION newFunctionName) {
    MININGFUNCTION oldFunctionName = functionName;
    functionName = newFunctionName == null ? FUNCTION_NAME_EDEFAULT : newFunctionName;
    boolean oldFunctionNameESet = functionNameESet;
    functionNameESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.ASSOCIATION_MODEL_TYPE__FUNCTION_NAME, oldFunctionName, functionName, !oldFunctionNameESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetFunctionName() {
    MININGFUNCTION oldFunctionName = functionName;
    boolean oldFunctionNameESet = functionNameESet;
    functionName = FUNCTION_NAME_EDEFAULT;
    functionNameESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.ASSOCIATION_MODEL_TYPE__FUNCTION_NAME, oldFunctionName, FUNCTION_NAME_EDEFAULT, oldFunctionNameESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setMissingValueStrategy(MISSINGVALUESTRATEGY newMissingValueStrategy) {
    MISSINGVALUESTRATEGY oldMissingValueStrategy = missingValueStrategy;
    missingValueStrategy = newMissingValueStrategy == null ? MISSING_VALUE_STRATEGY_EDEFAULT : newMissingValueStrategy;
    boolean oldMissingValueStrategyESet = missingValueStrategyESet;
    missingValueStrategyESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.TREE_MODEL_TYPE__MISSING_VALUE_STRATEGY, oldMissingValueStrategy, missingValueStrategy, !oldMissingValueStrategyESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetMissingValueStrategy() {
    MISSINGVALUESTRATEGY oldMissingValueStrategy = missingValueStrategy;
    boolean oldMissingValueStrategyESet = missingValueStrategyESet;
    missingValueStrategy = MISSING_VALUE_STRATEGY_EDEFAULT;
    missingValueStrategyESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.TREE_MODEL_TYPE__MISSING_VALUE_STRATEGY, oldMissingValueStrategy, MISSING_VALUE_STRATEGY_EDEFAULT, oldMissingValueStrategyESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setMultipleModelMethod(MULTIPLEMODELMETHOD newMultipleModelMethod) {
    MULTIPLEMODELMETHOD oldMultipleModelMethod = multipleModelMethod;
    multipleModelMethod = newMultipleModelMethod == null ? MULTIPLE_MODEL_METHOD_EDEFAULT : newMultipleModelMethod;
    boolean oldMultipleModelMethodESet = multipleModelMethodESet;
    multipleModelMethodESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.SEGMENTATION_TYPE__MULTIPLE_MODEL_METHOD, oldMultipleModelMethod, multipleModelMethod, !oldMultipleModelMethodESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetMultipleModelMethod() {
    MULTIPLEMODELMETHOD oldMultipleModelMethod = multipleModelMethod;
    boolean oldMultipleModelMethodESet = multipleModelMethodESet;
    multipleModelMethod = MULTIPLE_MODEL_METHOD_EDEFAULT;
    multipleModelMethodESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.SEGMENTATION_TYPE__MULTIPLE_MODEL_METHOD, oldMultipleModelMethod, MULTIPLE_MODEL_METHOD_EDEFAULT, oldMultipleModelMethodESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMiningSchema(MiningSchemaType newMiningSchema, NotificationChain msgs) {
    MiningSchemaType oldMiningSchema = miningSchema;
    miningSchema = newMiningSchema;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.MINING_MODEL_TYPE__MINING_SCHEMA, oldMiningSchema, newMiningSchema);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMiningSchema(MiningSchemaType newMiningSchema, NotificationChain msgs) {
    MiningSchemaType oldMiningSchema = miningSchema;
    miningSchema = newMiningSchema;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.TREE_MODEL_TYPE__MINING_SCHEMA, oldMiningSchema, newMiningSchema);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMiningSchema(MiningSchemaType newMiningSchema, NotificationChain msgs) {
    MiningSchemaType oldMiningSchema = miningSchema;
    miningSchema = newMiningSchema;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.ASSOCIATION_MODEL_TYPE__MINING_SCHEMA, oldMiningSchema, newMiningSchema);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of org.dmg.pmml._40.YCoordinatesType

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.