Package org.dmg.pmml._40

Examples of org.dmg.pmml._40.OperatorType


   * <!-- 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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMinkowski(MinkowskiType newMinkowski, NotificationChain msgs) {
    MinkowskiType oldMinkowski = minkowski;
    minkowski = newMinkowski;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPARISON_MEASURE_TYPE__MINKOWSKI, oldMinkowski, newMinkowski);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetModelExplanation(ModelExplanationType newModelExplanation, NotificationChain msgs) {
    ModelExplanationType oldModelExplanation = modelExplanation;
    modelExplanation = newModelExplanation;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.MINING_MODEL_TYPE__MODEL_EXPLANATION, oldModelExplanation, newModelExplanation);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.