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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ProcessorType
 ProcessorType PackageSection.createOwnedProcessorType()
          Creates a new ProcessorType and appends it to the 'Owned Processor Type' containment reference list
 ProcessorType Aadl2Factory.createProcessorType()
          Returns a new object of class 'Processor Type'
 ProcessorType ProcessorImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return ProcessorType
 ProcessorType ProcessorImplementationImpl.basicGetType()
           
 ProcessorType PackageSectionImpl.createOwnedProcessorType()
           
 ProcessorType Aadl2FactoryImpl.createProcessorType()
           
 ProcessorType ProcessorImplementationImpl.getType()
           
 

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

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

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