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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ProcessType
 ProcessType PackageSection.createOwnedProcessType()
          Creates a new ProcessType and appends it to the 'Owned Process Type' containment reference list
 ProcessType Aadl2Factory.createProcessType()
          Returns a new object of class 'Process Type'
 ProcessType ProcessImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ProcessType
 class ProcessTypeImpl
          An implementation of the model object 'Process Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ProcessType
 ProcessType ProcessImplementationImpl.basicGetType()
           
 ProcessType PackageSectionImpl.createOwnedProcessType()
           
 ProcessType Aadl2FactoryImpl.createProcessType()
           
 ProcessType ProcessImplementationImpl.getType()
           
 

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

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

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