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

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

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

Subinterfaces of Port in edu.cmu.sei.aadl.aadl2
 interface DataPort
          A representation of the model object 'Data Port'
 interface EventDataPort
          A representation of the model object 'Event Data Port'
 interface EventPort
          A representation of the model object 'Event Port'
 

Methods in edu.cmu.sei.aadl.aadl2 that return Port
 Port TriggerPort.getPort()
          Returns the value of the 'Port' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type Port
 void TriggerPort.setPort(Port value)
          Sets the value of the 'Port' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Port
 class DataPortImpl
          An implementation of the model object 'Data Port'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class EventPortImpl
          An implementation of the model object 'Event Port'
 class PortImpl
          An implementation of the model object 'Port'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as Port
protected  Port TriggerPortImpl.port
          The cached value of the 'Port' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return Port
 Port TriggerPortImpl.basicGetPort()
           
 Port TriggerPortImpl.getPort()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type Port
 void TriggerPortImpl.setPort(Port newPort)
           
 

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

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