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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return TypeExtension
 TypeExtension ComponentType.createOwnedExtension()
          Creates a new TypeExtension and sets the 'Owned Extension' containment reference
 TypeExtension Aadl2Factory.createTypeExtension()
          Returns a new object of class 'Type Extension'
 TypeExtension ComponentType.getOwnedExtension()
          Returns the value of the 'Owned Extension' containment reference.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type TypeExtension
 void ComponentType.setOwnedExtension(TypeExtension value)
          Sets the value of the 'Owned Extension' containment reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement TypeExtension
 class TypeExtensionImpl
          An implementation of the model object 'Type Extension'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as TypeExtension
protected  TypeExtension ComponentTypeImpl.ownedExtension
          The cached value of the 'Owned Extension' containment reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return TypeExtension
 TypeExtension ComponentTypeImpl.createOwnedExtension()
           
 TypeExtension Aadl2FactoryImpl.createTypeExtension()
           
 TypeExtension ComponentTypeImpl.getOwnedExtension()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type TypeExtension
 org.eclipse.emf.common.notify.NotificationChain ComponentTypeImpl.basicSetOwnedExtension(TypeExtension newOwnedExtension, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComponentTypeImpl.setOwnedExtension(TypeExtension newOwnedExtension)
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type TypeExtension
 T Aadl2Switch.caseTypeExtension(TypeExtension object)
          Returns the result of interpreting the object as an instance of 'Type Extension'
 boolean Aadl2Validator.validateTypeExtension(TypeExtension typeExtension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)