Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.platform.DeployedComponent

Packages that use DeployedComponent
org.eclipse.gmt.modisco.omg.kdm.platform   
org.eclipse.gmt.modisco.omg.kdm.platform.util   
 

Uses of DeployedComponent in org.eclipse.gmt.modisco.omg.kdm.platform
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return DeployedComponent
 DeployedComponent PlatformFactory.createDeployedComponent()
          Returns a new object of class 'Deployed Component'.
 DeployedComponent Requires.getFrom()
          Returns the value of the 'From' reference.
 DeployedComponent Loads.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type DeployedComponent
 void Requires.setFrom(DeployedComponent value)
          Sets the value of the 'From' reference.
 void Loads.setTo(DeployedComponent value)
          Sets the value of the 'To' reference.
 

Uses of DeployedComponent in org.eclipse.gmt.modisco.omg.kdm.platform.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform.util with parameters of type DeployedComponent
 T PlatformSwitch.caseDeployedComponent(DeployedComponent object)
          Returns the result of interpreting the object as an instance of 'Deployed Component'.