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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentTypeRename
 ComponentTypeRename Aadl2Factory.createComponentTypeRename()
          Returns a new object of class 'Component Type Rename'
 ComponentTypeRename PackageSection.createOwnedComponentTypeRename()
          Creates a new ComponentTypeRename and appends it to the 'Owned Component Type Rename' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ComponentTypeRename
 org.eclipse.emf.common.util.EList<ComponentTypeRename> PackageSection.getOwnedComponentTypeRenames()
          Returns the value of the 'Owned Component Type Rename' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ComponentTypeRename
 class ComponentTypeRenameImpl
          An implementation of the model object 'Component Type Rename'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentTypeRename
 ComponentTypeRename Aadl2FactoryImpl.createComponentTypeRename()
           
 ComponentTypeRename PackageSectionImpl.createOwnedComponentTypeRename()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ComponentTypeRename
 org.eclipse.emf.common.util.EList<ComponentTypeRename> PackageSectionImpl.getOwnedComponentTypeRenames()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ComponentTypeRename
 T Aadl2Switch.caseComponentTypeRename(ComponentTypeRename object)
          Returns the result of interpreting the object as an instance of 'Component Type Rename'
 boolean Aadl2Validator.validateComponentTypeRename(ComponentTypeRename componentTypeRename, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)