use of org.osate.ba.aadlba.BehaviorElement in project osate2 by osate.
the class NamedValueImpl method setBaRef.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setBaRef(BehaviorElement newBaRef) {
BehaviorElement oldBaRef = baRef;
baRef = newBaRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, DeclarativePackage.NAMED_VALUE__BA_REF, oldBaRef, baRef));
}
use of org.osate.ba.aadlba.BehaviorElement in project osate2 by osate.
the class DeclarativeBehaviorElementImpl method setBaRef.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setBaRef(BehaviorElement newBaRef) {
BehaviorElement oldBaRef = baRef;
baRef = newBaRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, DeclarativePackage.DECLARATIVE_BEHAVIOR_ELEMENT__BA_REF, oldBaRef, baRef));
}
use of org.osate.ba.aadlba.BehaviorElement in project osate2 by osate.
the class DeclarativeBehaviorTransitionImpl method setBaRef.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setBaRef(BehaviorElement newBaRef) {
BehaviorElement oldBaRef = baRef;
baRef = newBaRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, DeclarativePackage.DECLARATIVE_BEHAVIOR_TRANSITION__BA_REF, oldBaRef, baRef));
}
use of org.osate.ba.aadlba.BehaviorElement in project osate2 by osate.
the class CommActionImpl method setBaRef.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setBaRef(BehaviorElement newBaRef) {
BehaviorElement oldBaRef = baRef;
baRef = newBaRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, DeclarativePackage.COMM_ACTION__BA_REF, oldBaRef, baRef));
}
use of org.osate.ba.aadlba.BehaviorElement in project osate2 by osate.
the class DeclarativeArrayDimensionImpl method setBaRef.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setBaRef(BehaviorElement newBaRef) {
BehaviorElement oldBaRef = baRef;
baRef = newBaRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, DeclarativePackage.DECLARATIVE_ARRAY_DIMENSION__BA_REF, oldBaRef, baRef));
}
Aggregations