public interface MemoryType extends ComponentType, MemoryClassifier
The following features are supported:
Aadl2Package.getMemoryType()
Modifier and Type | Method and Description |
---|---|
BusAccess |
createOwnedBusAccess()
Creates a new
BusAccess and appends it to the 'Owned Bus Access' containment reference list. |
DataPort |
createOwnedDataPort()
Creates a new
DataPort and appends it to the 'Owned Data Port' containment reference list. |
EventDataPort |
createOwnedEventDataPort()
Creates a new
EventDataPort and appends it to the 'Owned Event Data Port' containment reference list. |
EventPort |
createOwnedEventPort()
Creates a new
EventPort and appends it to the 'Owned Event Port' containment reference list. |
org.eclipse.emf.common.util.EList<BusAccess> |
getOwnedBusAccesses()
Returns the value of the 'Owned Bus Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataPort> |
getOwnedDataPorts()
Returns the value of the 'Owned Data Port' containment reference list.
|
org.eclipse.emf.common.util.EList<EventDataPort> |
getOwnedEventDataPorts()
Returns the value of the 'Owned Event Data Port' containment reference list.
|
org.eclipse.emf.common.util.EList<EventPort> |
getOwnedEventPorts()
Returns the value of the 'Owned Event Port' containment reference list.
|
createOwnedAbstractFeature, createOwnedExtension, createOwnedFeatureGroup, createOwnedFlowSpecification, getAllFlowSpecifications, getExtended, getOwnedAbstractFeatures, getOwnedExtension, getOwnedFeatureGroups, getOwnedFeatures, getOwnedFlowSpecifications, isNoFeatures, setExtended, setNoFeatures, setOwnedExtension
createOwnedMode, createOwnedModeTransition, getAllModes, getAllModeTransitions, getAllPrototypes, getCategory, getOwnedModes, getOwnedModeTransitions, isNoFlows, isNoModes, setNoFlows, setNoModes
allFeatures, allParents, checkAppliesToClassifier, createOwnedAnnexSubclause, createOwnedAnnexSubclause, createOwnedPrototype, createOwnedPrototypeBinding, getAllAnnexSubclauses, getAllExtendPlusSelf, getAllFeatures, getAllPropertyAssociations, getClassifierFeatures, getGeneralizations, getGenerals, getInheritedMembers, getOwnedAnnexSubclauses, getOwnedPrototypeBindings, getOwnedPrototypes, hasVisibilityOf, inherit, inheritableMembers, inheritedMember, isDescendentOf, isNoAnnexes, isNoProperties, isNoPrototypes, lookupPrototypeBinding, maySpecializeType, no_cycles_in_generalization, parents, setNoAnnexes, setNoProperties, setNoPrototypes, specialize_type
findNamedElement, getMembers, getNamesOfMember, getOwnedMembers, members_distinguishable, membersAreDistinguishable
conformsTo
org.eclipse.emf.common.util.EList<BusAccess> getOwnedBusAccesses()
BusAccess
.
This feature subsets the following features:
If the meaning of the 'Owned Bus Access' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getMemoryType_OwnedBusAccess()
BusAccess createOwnedBusAccess()
BusAccess
and appends it to the 'Owned Bus Access' containment reference list.
BusAccess
.getOwnedBusAccesses()
org.eclipse.emf.common.util.EList<DataPort> getOwnedDataPorts()
DataPort
.
This feature subsets the following features:
If the meaning of the 'Owned Data Port' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getMemoryType_OwnedDataPort()
DataPort createOwnedDataPort()
DataPort
and appends it to the 'Owned Data Port' containment reference list.
DataPort
.getOwnedDataPorts()
org.eclipse.emf.common.util.EList<EventDataPort> getOwnedEventDataPorts()
EventDataPort
.
This feature subsets the following features:
If the meaning of the 'Owned Event Data Port' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getMemoryType_OwnedEventDataPort()
EventDataPort createOwnedEventDataPort()
EventDataPort
and appends it to the 'Owned Event Data Port' containment reference list.
EventDataPort
.getOwnedEventDataPorts()
org.eclipse.emf.common.util.EList<EventPort> getOwnedEventPorts()
EventPort
.
This feature subsets the following features:
If the meaning of the 'Owned Event Port' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getMemoryType_OwnedEventPort()
EventPort createOwnedEventPort()
EventPort
and appends it to the 'Owned Event Port' containment reference list.
EventPort
.getOwnedEventPorts()