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

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

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

Subinterfaces of Process in edu.cmu.sei.aadl.aadl2
 interface ProcessClassifier
          A representation of the model object 'Process Classifier'
 interface ProcessImplementation
          A representation of the model object 'Process Implementation'
 interface ProcessSubcomponent
          A representation of the model object 'Process Subcomponent'
 interface ProcessType
          A representation of the model object 'Process Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Process
 class ProcessClassifierImpl
          An implementation of the model object 'Process Classifier'
 class ProcessImpl
          An implementation of the model object 'Process'
 class ProcessImplementationImpl
          An implementation of the model object 'Process Implementation'
 class ProcessSubcomponentImpl
          An implementation of the model object 'Process Subcomponent'
 class ProcessTypeImpl
          An implementation of the model object 'Process Type'
 

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

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