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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ProcessorPort
 ProcessorPort ComponentClassifier.createOwnedProcessorPort()
          Creates a new ProcessorPort and appends it to the 'Owned Processor Port' containment reference list
 ProcessorPort Aadl2Factory.createProcessorPort()
          Returns a new object of class 'Processor Port'
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ProcessorPort
 class ProcessorPortImpl
          An implementation of the model object 'Processor Port'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ProcessorPort
protected  org.eclipse.emf.common.util.EList<ProcessorPort> ComponentClassifierImpl.ownedProcessorPorts
          The cached value of the 'Owned Processor Port' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ProcessorPort
 ProcessorPort ComponentClassifierImpl.createOwnedProcessorPort()
           
 ProcessorPort Aadl2FactoryImpl.createProcessorPort()
           
 

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

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

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