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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return AbstractImplementation
 AbstractImplementation Aadl2Factory.createAbstractImplementation()
          Returns a new object of class 'Abstract Implementation'
 AbstractImplementation PackageSection.createOwnedAbstractImplementation()
          Creates a new AbstractImplementation and appends it to the 'Owned Abstract Implementation' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type AbstractImplementation
 org.eclipse.emf.common.util.EList<AbstractImplementation> PackageSection.getOwnedAbstractImplementations()
          Returns the value of the 'Owned Abstract Implementation' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AbstractImplementation
 class AbstractImplementationImpl
          An implementation of the model object 'Abstract Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AbstractImplementation
 AbstractImplementation Aadl2FactoryImpl.createAbstractImplementation()
           
 AbstractImplementation PackageSectionImpl.createOwnedAbstractImplementation()
           
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AbstractImplementation
 T Aadl2Switch.caseAbstractImplementation(AbstractImplementation object)
          Returns the result of interpreting the object as an instance of 'Abstract Implementation'
 boolean Aadl2Validator.validateAbstractImplementation(AbstractImplementation abstractImplementation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)