Package org.dmg.pmml._40

Examples of org.dmg.pmml._40.YCoordinatesType


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setTrend(TrendType newTrend) {
    TrendType oldTrend = trend;
    trend = newTrend == null ? TREND_EDEFAULT : newTrend;
    boolean oldTrendESet = trendESet;
    trendESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.TREND_TYPE1__TREND, oldTrend, trend, !oldTrendESet));
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetTrend() {
    TrendType oldTrend = trend;
    boolean oldTrendESet = trendESet;
    trend = TREND_EDEFAULT;
    trendESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.TREND_TYPE1__TREND, oldTrend, TREND_EDEFAULT, oldTrendESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetTrue(TrueType newTrue, NotificationChain msgs) {
    TrueType oldTrue = true_;
    true_ = newTrue;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEGMENT_TYPE__TRUE, oldTrue, newTrue);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetTrue(TrueType newTrue, NotificationChain msgs) {
    TrueType oldTrue = true_;
    true_ = newTrue;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPOUND_RULE_TYPE__TRUE, oldTrue, newTrue);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setType(VALIDTIMESPEC newType) {
    VALIDTIMESPEC oldType = type;
    type = newType == null ? TYPE_EDEFAULT : newType;
    boolean oldTypeESet = typeESet;
    typeESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.TIME_CYCLE_TYPE__TYPE, oldType, type, !oldTypeESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetType() {
    VALIDTIMESPEC oldType = type;
    boolean oldTypeESet = typeESet;
    type = TYPE_EDEFAULT;
    typeESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.TIME_CYCLE_TYPE__TYPE, oldType, TYPE_EDEFAULT, oldTypeESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetVectorFields(VectorFieldsType newVectorFields, NotificationChain msgs) {
    VectorFieldsType oldVectorFields = vectorFields;
    vectorFields = newVectorFields;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.VECTOR_DICTIONARY_TYPE__VECTOR_FIELDS, oldVectorFields, newVectorFields);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetXCoordinates(XCoordinatesType newXCoordinates, NotificationChain msgs) {
    XCoordinatesType oldXCoordinates = xCoordinates;
    xCoordinates = newXCoordinates;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.ROC_GRAPH_TYPE__XCOORDINATES, oldXCoordinates, newXCoordinates);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetYCoordinates(YCoordinatesType newYCoordinates, NotificationChain msgs) {
    YCoordinatesType oldYCoordinates = yCoordinates;
    yCoordinates = newYCoordinates;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.ROC_GRAPH_TYPE__YCOORDINATES, oldYCoordinates, newYCoordinates);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetYCoordinates(YCoordinatesType newYCoordinates, NotificationChain msgs) {
    YCoordinatesType oldYCoordinates = yCoordinates;
    yCoordinates = newYCoordinates;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.LIFT_GRAPH_TYPE__YCOORDINATES, oldYCoordinates, newYCoordinates);
      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.