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

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

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

Subinterfaces of Processor in edu.cmu.sei.aadl.aadl2
 interface ProcessorClassifier
          A representation of the model object 'Processor Classifier'
 interface ProcessorImplementation
          A representation of the model object 'Processor Implementation'
 interface ProcessorSubcomponent
          A representation of the model object 'Processor Subcomponent'
 interface ProcessorType
          A representation of the model object 'Processor Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Processor
 class ProcessorClassifierImpl
          An implementation of the model object 'Processor Classifier'
 class ProcessorImpl
          An implementation of the model object 'Processor'
 class ProcessorImplementationImpl
          An implementation of the model object 'Processor Implementation'
 class ProcessorSubcomponentImpl
          An implementation of the model object 'Processor Subcomponent'
 class ProcessorTypeImpl
          An implementation of the model object 'Processor Type'
 

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

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