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

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

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

Subinterfaces of ResourceType in org.eclipse.gmt.modisco.omg.kdm.platform
 interface DataManager
          A representation of the model object 'Data Manager'.
 interface ExecutionResource
          A representation of the model object 'Execution Resource'.
 interface FileResource
          A representation of the model object 'File Resource'.
 interface LockResource
          A representation of the model object 'Lock Resource'.
 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 PlatformEvent
          A representation of the model object 'Event'.
 interface Process
          A representation of the model object 'Process'.
 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 ResourceType
 ResourceType PlatformFactory.createResourceType()
          Returns a new object of class 'Resource Type'.
 ResourceType BindsTo.getFrom()
          Returns the value of the 'From' reference.
 ResourceType BindsTo.getTo()
          Returns the value of the 'To' reference.
 ResourceType ManagesResource.getTo()
          Returns the value of the 'To' reference.
 ResourceType ReadsResource.getTo()
          Returns the value of the 'To' reference.
 ResourceType WritesResource.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type ResourceType
 void BindsTo.setFrom(ResourceType value)
          Sets the value of the 'From' reference.
 void BindsTo.setTo(ResourceType value)
          Sets the value of the 'To' reference.
 void ManagesResource.setTo(ResourceType value)
          Sets the value of the 'To' reference.
 void ReadsResource.setTo(ResourceType value)
          Sets the value of the 'To' reference.
 void WritesResource.setTo(ResourceType value)
          Sets the value of the 'To' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.platform.util with parameters of type ResourceType
 T PlatformSwitch.caseResourceType(ResourceType object)
          Returns the result of interpreting the object as an instance of 'Resource Type'.