Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.platform.DeployedComponent
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.platform | |
| org.eclipse.gmt.modisco.omg.kdm.platform.impl | |
| 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 Modifier and Type Method Description DeployedComponentPlatformFactory. createDeployedComponent()Returns a new object of class 'Deployed Component'.DeployedComponentRequires. getFrom()Returns the value of the 'From' reference.DeployedComponentLoads. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return types with arguments of type DeployedComponent Modifier and Type Method Description org.eclipse.emf.common.util.EList<DeployedComponent>Machine. getDeployedComponent()Returns the value of the 'Deployed Component' containment reference list.org.eclipse.emf.common.util.EList<DeployedComponent>DeployedSoftwareSystem. getGroupedComponent()Returns the value of the 'Grouped Component' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type DeployedComponent Modifier and Type Method Description voidRequires. setFrom(DeployedComponent value)Sets the value of the 'From' reference.voidLoads. setTo(DeployedComponent value)Sets the value of the 'To' reference. -
Uses of DeployedComponent in org.eclipse.gmt.modisco.omg.kdm.platform.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.platform.impl that implement DeployedComponent Modifier and Type Class Description classDeployedComponentImplAn implementation of the model object 'Deployed Component'.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl declared as DeployedComponent Modifier and Type Field Description protected DeployedComponentRequiresImpl. fromThe cached value of the 'From' reference.protected DeployedComponentLoadsImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl with type parameters of type DeployedComponent Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<DeployedComponent>MachineImpl. deployedComponentThe cached value of the 'Deployed Component' containment reference list.protected org.eclipse.emf.common.util.EList<DeployedComponent>DeployedSoftwareSystemImpl. groupedComponentThe cached value of the 'Grouped Component' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return DeployedComponent Modifier and Type Method Description DeployedComponentRequiresImpl. basicGetFrom()DeployedComponentLoadsImpl. basicGetTo()DeployedComponentPlatformFactoryImpl. createDeployedComponent()DeployedComponentRequiresImpl. getFrom()DeployedComponentLoadsImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return types with arguments of type DeployedComponent Modifier and Type Method Description org.eclipse.emf.common.util.EList<DeployedComponent>MachineImpl. getDeployedComponent()org.eclipse.emf.common.util.EList<DeployedComponent>DeployedSoftwareSystemImpl. getGroupedComponent()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl with parameters of type DeployedComponent Modifier and Type Method Description voidRequiresImpl. setFrom(DeployedComponent newFrom)voidLoadsImpl. setTo(DeployedComponent newTo) -
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 Modifier and Type Method Description TPlatformSwitch. caseDeployedComponent(DeployedComponent object)Returns the result of interpreting the object as an instance of 'Deployed Component'.