Uses of Interface
edu.cmu.sei.aadl.aadl2.MemorySubcomponent

Packages that use MemorySubcomponent
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of MemorySubcomponent in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return MemorySubcomponent
 MemorySubcomponent Aadl2Factory.createMemorySubcomponent()
          Returns a new object of class 'Memory Subcomponent'
 MemorySubcomponent MemoryImplementation.createOwnedMemorySubcomponent()
          Creates a new MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list
 MemorySubcomponent ProcessorImplementation.createOwnedMemorySubcomponent()
          Creates a new MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list
 MemorySubcomponent SystemImplementation.createOwnedMemorySubcomponent()
          Creates a new MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list
 MemorySubcomponent AbstractImplementation.createOwnedMemorySubcomponent()
          Creates a new MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type MemorySubcomponent
 org.eclipse.emf.common.util.EList<MemorySubcomponent> MemoryImplementation.getOwnedMemorySubcomponents()
          Returns the value of the 'Owned Memory Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<MemorySubcomponent> ProcessorImplementation.getOwnedMemorySubcomponents()
          Returns the value of the 'Owned Memory Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<MemorySubcomponent> SystemImplementation.getOwnedMemorySubcomponents()
          Returns the value of the 'Owned Memory Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<MemorySubcomponent> AbstractImplementation.getOwnedMemorySubcomponents()
          Returns the value of the 'Owned Memory Subcomponent' containment reference list.
 

Uses of MemorySubcomponent in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement MemorySubcomponent
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return MemorySubcomponent
 MemorySubcomponent Aadl2FactoryImpl.createMemorySubcomponent()
           
 MemorySubcomponent AbstractImplementationImpl.createOwnedMemorySubcomponent()
           
 MemorySubcomponent ProcessorImplementationImpl.createOwnedMemorySubcomponent()
           
 MemorySubcomponent MemoryImplementationImpl.createOwnedMemorySubcomponent()
           
 MemorySubcomponent SystemImplementationImpl.createOwnedMemorySubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type MemorySubcomponent
 org.eclipse.emf.common.util.EList<MemorySubcomponent> AbstractImplementationImpl.getOwnedMemorySubcomponents()
           
 org.eclipse.emf.common.util.EList<MemorySubcomponent> ProcessorImplementationImpl.getOwnedMemorySubcomponents()
           
 org.eclipse.emf.common.util.EList<MemorySubcomponent> MemoryImplementationImpl.getOwnedMemorySubcomponents()
           
 org.eclipse.emf.common.util.EList<MemorySubcomponent> SystemImplementationImpl.getOwnedMemorySubcomponents()
           
 

Uses of MemorySubcomponent in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type MemorySubcomponent
 T Aadl2Switch.caseMemorySubcomponent(MemorySubcomponent object)
          Returns the result of interpreting the object as an instance of 'Memory Subcomponent'
 boolean Aadl2Validator.validateMemorySubcomponent(MemorySubcomponent memorySubcomponent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)