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

Packages that use ServerSubprogram
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
 

Uses of ServerSubprogram in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type ServerSubprogram
 void RefinesType.addServerSubprogram(ServerSubprogram value)
          Adds to the list the value of the 'Server Subprogram' containment reference list
 

Uses of ServerSubprogram in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type ServerSubprogram
 void RefinesTypeImpl.addServerSubprogram(ServerSubprogram newServerSubprogram)
          phf: add element to multiplicity EList
 

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

Methods in edu.cmu.sei.aadl.model.feature that return ServerSubprogram
 ServerSubprogram FeatureFactory.createServerSubprogram()
          Returns a new object of class 'Server Subprogram'
 ServerSubprogram ServerSubprogram.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.feature with parameters of type ServerSubprogram
 void SoftwareFeatures.addServerSubprogram(ServerSubprogram value)
          Adds to the list the value of the 'Server Subprogram' containment reference list
 void DeviceFeatures.addServerSubprogram(ServerSubprogram value)
          Adds to the list the value of the 'Server Subprogram' containment reference list
 void ProcessorFeatures.addServerSubprogram(ServerSubprogram value)
          Adds to the list the value of the 'Server Subprogram' containment reference list
 void ServerSubprogram.setRefines(ServerSubprogram value)
          Sets the value of the 'Refines' reference
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement ServerSubprogram
 class ServerSubprogramImpl
          An implementation of the model object 'Server Subprogram'
 

Fields in edu.cmu.sei.aadl.model.feature.impl declared as ServerSubprogram
protected  ServerSubprogram ServerSubprogramImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return ServerSubprogram
 ServerSubprogram ServerSubprogramImpl.basicGetRefines()
           
 ServerSubprogram FeatureFactoryImpl.createServerSubprogram()
           
 ServerSubprogram ServerSubprogramImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type ServerSubprogram
 void SoftwareFeaturesImpl.addServerSubprogram(ServerSubprogram newServerSubprogram)
          phf: add element to multiplicity EList
 void ProcessorFeaturesImpl.addServerSubprogram(ServerSubprogram newServerSubprogram)
          phf: add element to multiplicity EList
 void DeviceFeaturesImpl.addServerSubprogram(ServerSubprogram newServerSubprogram)
          phf: add element to multiplicity EList
 void ServerSubprogramImpl.setRefines(ServerSubprogram newRefines)
          phf: we want an add version for EList
 

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

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