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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return AbstractType
 AbstractType Aadl2Factory.createAbstractType()
          Returns a new object of class 'Abstract Type'
 AbstractType PackageSection.createOwnedAbstractType()
          Creates a new AbstractType and appends it to the 'Owned Abstract Type' containment reference list
 AbstractType AbstractImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AbstractType
 class AbstractTypeImpl
          An implementation of the model object 'Abstract Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AbstractType
 AbstractType AbstractImplementationImpl.basicGetType()
           
 AbstractType Aadl2FactoryImpl.createAbstractType()
           
 AbstractType PackageSectionImpl.createOwnedAbstractType()
           
 AbstractType AbstractImplementationImpl.getType()
           
 

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

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

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