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

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

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

Subinterfaces of AbstractPlatformElement in org.eclipse.gmt.modisco.omg.kdm.platform
 interface DataManager
          A representation of the model object 'Data Manager'.
 interface DeployedComponent
          A representation of the model object 'Deployed Component'.
 interface DeployedResource
          A representation of the model object 'Deployed Resource'.
 interface DeployedSoftwareSystem
          A representation of the model object 'Deployed Software System'.
 interface ExecutionResource
          A representation of the model object 'Execution Resource'.
 interface ExternalActor
          A representation of the model object 'External Actor'.
 interface FileResource
          A representation of the model object 'File Resource'.
 interface LockResource
          A representation of the model object 'Lock Resource'.
 interface Machine
          A representation of the model object 'Machine'.
 interface MarshalledResource
          A representation of the model object 'Marshalled Resource'.
 interface MessagingResource
          A representation of the model object 'Messaging Resource'.
 interface NamingResource
          A representation of the model object 'Naming Resource'.
 interface PlatformAction
          A representation of the model object 'Action'.
 interface PlatformElement
          A representation of the model object 'Element'.
 interface PlatformEvent
          A representation of the model object 'Event'.
 interface Process
          A representation of the model object 'Process'.
 interface ResourceType
          A representation of the model object 'Resource Type'.
 interface RuntimeResource
          A representation of the model object 'Runtime Resource'.
 interface StreamResource
          A representation of the model object 'Stream Resource'.
 interface Thread
          A representation of the model object 'Thread'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return AbstractPlatformElement
 AbstractPlatformElement PlatformRelationship.getFrom()
          Returns the value of the 'From' reference.
 AbstractPlatformElement Requires.getTo()
          Returns the value of the 'To' reference.
 

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.platform.util with parameters of type AbstractPlatformElement
 T PlatformSwitch.caseAbstractPlatformElement(AbstractPlatformElement object)
          Returns the result of interpreting the object as an instance of 'Abstract Platform Element'.