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

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

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

Subinterfaces of AbstractPort 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'
 interface Parameter
          A representation of the model object 'Parameter'
 interface Port
          A representation of the model object 'Port'
 interface PortGroup
          A representation of the model object 'Port Group'
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement AbstractPort
 class AbstractPortImpl
          An implementation of the model object 'Abstract 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 ParameterImpl
          An implementation of the model object 'Parameter'
 class PortGroupImpl
          An implementation of the model object 'Port Group'
 class PortImpl
          An implementation of the model object 'Port'
 

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

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