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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return VirtualProcessorType
 VirtualProcessorType PackageSection.createOwnedVirtualProcessorType()
          Creates a new VirtualProcessorType and appends it to the 'Owned Virtual Processor Type' containment reference list
 VirtualProcessorType Aadl2Factory.createVirtualProcessorType()
          Returns a new object of class 'Virtual Processor Type'
 VirtualProcessorType VirtualProcessorImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement VirtualProcessorType
 class VirtualProcessorTypeImpl
          An implementation of the model object 'Virtual Processor Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return VirtualProcessorType
 VirtualProcessorType VirtualProcessorImplementationImpl.basicGetType()
           
 VirtualProcessorType PackageSectionImpl.createOwnedVirtualProcessorType()
           
 VirtualProcessorType Aadl2FactoryImpl.createVirtualProcessorType()
           
 VirtualProcessorType VirtualProcessorImplementationImpl.getType()
           
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type VirtualProcessorType
 T Aadl2Switch.caseVirtualProcessorType(VirtualProcessorType object)
          Returns the result of interpreting the object as an instance of 'Virtual Processor Type'
 boolean Aadl2Validator.validateVirtualProcessorType(VirtualProcessorType virtualProcessorType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)