Examples of SplitCharacteristicType


Examples of org.dmg.pmml._40.SplitCharacteristicType

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setSplitCharacteristic(SplitCharacteristicType newSplitCharacteristic) {
    SplitCharacteristicType oldSplitCharacteristic = splitCharacteristic;
    splitCharacteristic = newSplitCharacteristic == null ? SPLIT_CHARACTERISTIC_EDEFAULT : newSplitCharacteristic;
    boolean oldSplitCharacteristicESet = splitCharacteristicESet;
    splitCharacteristicESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.TREE_MODEL_TYPE__SPLIT_CHARACTERISTIC, oldSplitCharacteristic, splitCharacteristic, !oldSplitCharacteristicESet));
View Full Code Here

Examples of org.dmg.pmml._40.SplitCharacteristicType

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetSplitCharacteristic() {
    SplitCharacteristicType oldSplitCharacteristic = splitCharacteristic;
    boolean oldSplitCharacteristicESet = splitCharacteristicESet;
    splitCharacteristic = SPLIT_CHARACTERISTIC_EDEFAULT;
    splitCharacteristicESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.TREE_MODEL_TYPE__SPLIT_CHARACTERISTIC, oldSplitCharacteristic, SPLIT_CHARACTERISTIC_EDEFAULT, oldSplitCharacteristicESet));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.