Uses of Interface
edu.cmu.sei.aadl.model.connection.ParameterEnd

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

Uses of ParameterEnd in edu.cmu.sei.aadl.model.connection
 

Methods in edu.cmu.sei.aadl.model.connection that return ParameterEnd
 ParameterEnd ConnectionFactory.createParameterEnd()
          Returns a new object of class 'Parameter End'
 ParameterEnd ParameterConnection.getDst()
          Returns the value of the 'Dst' reference
 ParameterEnd ParameterConnection.getSrc()
          Returns the value of the 'Src' reference
 

Methods in edu.cmu.sei.aadl.model.connection with parameters of type ParameterEnd
 void ParameterConnection.setDst(ParameterEnd value)
          Sets the value of the 'Dst' reference
 void ParameterConnection.setSrc(ParameterEnd value)
          Sets the value of the 'Src' reference
 

Uses of ParameterEnd in edu.cmu.sei.aadl.model.connection.impl
 

Classes in edu.cmu.sei.aadl.model.connection.impl that implement ParameterEnd
 class ParameterEndImpl
          An implementation of the model object 'Parameter End'
 

Fields in edu.cmu.sei.aadl.model.connection.impl declared as ParameterEnd
protected  ParameterEnd ParameterConnectionImpl.dst
          The cached value of the 'Dst' reference
protected  ParameterEnd ParameterConnectionImpl.src
          The cached value of the 'Src' reference
 

Methods in edu.cmu.sei.aadl.model.connection.impl that return ParameterEnd
 ParameterEnd ParameterConnectionImpl.basicGetDst()
           
 ParameterEnd ParameterConnectionImpl.basicGetSrc()
           
 ParameterEnd ConnectionFactoryImpl.createParameterEnd()
           
 ParameterEnd ParameterConnectionImpl.getDst()
           
 ParameterEnd ParameterConnectionImpl.getSrc()
           
 

Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type ParameterEnd
 void ParameterConnectionImpl.setDst(ParameterEnd newDst)
          phf: we want an add version for EList
 void ParameterConnectionImpl.setSrc(ParameterEnd newSrc)
          phf: we want an add version for EList
 

Uses of ParameterEnd in edu.cmu.sei.aadl.model.connection.util
 

Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type ParameterEnd
 java.lang.Object ConnectionSwitch.caseParameterEnd(ParameterEnd object)
          Returns the result of interpretting the object as an instance of 'Parameter End'
 

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

Subinterfaces of ParameterEnd 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 Parameter
          A representation of the model object 'Parameter'
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement ParameterEnd
 class DataPortImpl
          An implementation of the model object 'Data Port'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 

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

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