Package org.dmg.pmml._40

Examples of org.dmg.pmml._40.DATATYPE


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetTargets(TargetsType newTargets, NotificationChain msgs) {
    TargetsType oldTargets = targets;
    targets = newTargets;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.TREE_MODEL_TYPE__TARGETS, oldTargets, newTargets);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetTime(TimeType newTime, NotificationChain msgs) {
    TimeType oldTime = time;
    time = newTime;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.ANTECEDENT_SEQUENCE_TYPE__TIME, oldTime, newTime);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetTimestamp(TimestampType newTimestamp, NotificationChain msgs) {
    TimestampType oldTimestamp = timestamp;
    timestamp = newTimestamp;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.TIME_VALUE_TYPE__TIMESTAMP, oldTimestamp, newTimestamp);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

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

TOP

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

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.