Uses of Interface
edu.cmu.sei.aadl.model.feature.Port

Packages that use Port
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
 

Uses of Port in edu.cmu.sei.aadl.model.feature
 

Subinterfaces of Port in edu.cmu.sei.aadl.model.feature
 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'
 

Uses of Port in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.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'
 

Uses of Port in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type Port
 java.lang.Object FeatureSwitch.casePort(Port object)
          Returns the result of interpretting the object as an instance of 'Port'