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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SystemType
 SystemType PackageSection.createOwnedSystemType()
          Creates a new SystemType and appends it to the 'Owned System Type' containment reference list
 SystemType Aadl2Factory.createSystemType()
          Returns a new object of class 'System Type'
 SystemType SystemImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SystemType
 class SystemTypeImpl
          An implementation of the model object 'System Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SystemType
 SystemType SystemImplementationImpl.basicGetType()
           
 SystemType PackageSectionImpl.createOwnedSystemType()
           
 SystemType Aadl2FactoryImpl.createSystemType()
           
 SystemType SystemImplementationImpl.getType()
           
 

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

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

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