use of org.osate.aadl2.BusSubcomponent in project osate2 by osate.
the class MemoryImplementationImpl method createOwnedBusSubcomponent.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public BusSubcomponent createOwnedBusSubcomponent() {
BusSubcomponent newOwnedBusSubcomponent = (BusSubcomponent) create(Aadl2Package.eINSTANCE.getBusSubcomponent());
getOwnedBusSubcomponents().add(newOwnedBusSubcomponent);
return newOwnedBusSubcomponent;
}
Aggregations