Package org.dmg.pmml._40

Examples of org.dmg.pmml._40.ACTIVATIONFUNCTION


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetBoundaryValues(BoundaryValuesType newBoundaryValues, NotificationChain msgs) {
    BoundaryValuesType oldBoundaryValues = boundaryValues;
    boundaryValues = newBoundaryValues;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.ROC_GRAPH_TYPE__BOUNDARY_VALUES, oldBoundaryValues, newBoundaryValues);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setCompareFunction(COMPAREFUNCTION newCompareFunction) {
    COMPAREFUNCTION oldCompareFunction = compareFunction;
    compareFunction = newCompareFunction == null ? COMPARE_FUNCTION_EDEFAULT : newCompareFunction;
    boolean oldCompareFunctionESet = compareFunctionESet;
    compareFunctionESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.COMPARISON_MEASURE_TYPE__COMPARE_FUNCTION, oldCompareFunction, compareFunction, !oldCompareFunctionESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetCompareFunction() {
    COMPAREFUNCTION oldCompareFunction = compareFunction;
    boolean oldCompareFunctionESet = compareFunctionESet;
    compareFunction = COMPARE_FUNCTION_EDEFAULT;
    compareFunctionESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.COMPARISON_MEASURE_TYPE__COMPARE_FUNCTION, oldCompareFunction, COMPARE_FUNCTION_EDEFAULT, oldCompareFunctionESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setCompareFunction(COMPAREFUNCTION newCompareFunction) {
    COMPAREFUNCTION oldCompareFunction = compareFunction;
    compareFunction = newCompareFunction == null ? COMPARE_FUNCTION_EDEFAULT : newCompareFunction;
    boolean oldCompareFunctionESet = compareFunctionESet;
    compareFunctionESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.CLUSTERING_FIELD_TYPE__COMPARE_FUNCTION, oldCompareFunction, compareFunction, !oldCompareFunctionESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetChebychev(ChebychevType newChebychev, NotificationChain msgs) {
    ChebychevType oldChebychev = chebychev;
    chebychev = newChebychev;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPARISON_MEASURE_TYPE__CHEBYCHEV, oldChebychev, newChebychev);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetCityBlock(CityBlockType newCityBlock, NotificationChain msgs) {
    CityBlockType oldCityBlock = cityBlock;
    cityBlock = newCityBlock;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPARISON_MEASURE_TYPE__CITY_BLOCK, oldCityBlock, newCityBlock);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setClosure(ClosureType newClosure) {
    ClosureType oldClosure = closure;
    closure = newClosure == null ? CLOSURE_EDEFAULT : newClosure;
    boolean oldClosureESet = closureESet;
    closureESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.INTERVAL_TYPE__CLOSURE, oldClosure, closure, !oldClosureESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetClosure() {
    ClosureType oldClosure = closure;
    boolean oldClosureESet = closureESet;
    closure = CLOSURE_EDEFAULT;
    closureESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.INTERVAL_TYPE__CLOSURE, oldClosure, CLOSURE_EDEFAULT, oldClosureESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetClusteringModel(ClusteringModelType newClusteringModel, NotificationChain msgs) {
    ClusteringModelType oldClusteringModel = clusteringModel;
    clusteringModel = newClusteringModel;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEGMENT_TYPE__CLUSTERING_MODEL, oldClusteringModel, newClusteringModel);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetCompoundPredicate(CompoundPredicateType newCompoundPredicate, NotificationChain msgs) {
    CompoundPredicateType oldCompoundPredicate = compoundPredicate;
    compoundPredicate = newCompoundPredicate;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.NODE_TYPE__COMPOUND_PREDICATE, oldCompoundPredicate, newCompoundPredicate);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.