Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.platform.ResourceType
| 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 ResourceType in org.eclipse.gmt.modisco.omg.kdm.platform
Subinterfaces of ResourceType in org.eclipse.gmt.modisco.omg.kdm.platform Modifier and Type Interface Description interfaceDataManagerA representation of the model object 'Data Manager'.interfaceExecutionResourceA representation of the model object 'Execution Resource'.interfaceFileResourceA representation of the model object 'File Resource'.interfaceLockResourceA representation of the model object 'Lock Resource'.interfaceMarshalledResourceA representation of the model object 'Marshalled Resource'.interfaceMessagingResourceA representation of the model object 'Messaging Resource'.interfaceNamingResourceA representation of the model object 'Naming Resource'.interfaceProcessA representation of the model object 'Process'.interfaceRuntimeResourceA representation of the model object 'Runtime Resource'.interfaceStreamResourceA representation of the model object 'Stream Resource'.interfaceThreadA representation of the model object 'Thread'.Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return ResourceType Modifier and Type Method Description ResourceTypePlatformFactory. createResourceType()Returns a new object of class 'Resource Type'.ResourceTypeBindsTo. getFrom()Returns the value of the 'From' reference.ResourceTypeManagesResource. getTo()Returns the value of the 'To' reference.ResourceTypeReadsResource. getTo()Returns the value of the 'To' reference.ResourceTypeWritesResource. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return types with arguments of type ResourceType Modifier and Type Method Description org.eclipse.emf.common.util.EList<ResourceType>DeployedResource. getPlatformElement()Returns the value of the 'Platform Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type ResourceType Modifier and Type Method Description voidBindsTo. setFrom(ResourceType value)Sets the value of the 'From' reference.voidManagesResource. setTo(ResourceType value)Sets the value of the 'To' reference.voidReadsResource. setTo(ResourceType value)Sets the value of the 'To' reference.voidWritesResource. setTo(ResourceType value)Sets the value of the 'To' reference. -
Uses of ResourceType in org.eclipse.gmt.modisco.omg.kdm.platform.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.platform.impl that implement ResourceType Modifier and Type Class Description classDataManagerImplAn implementation of the model object 'Data Manager'.classExecutionResourceImplAn implementation of the model object 'Execution Resource'.classFileResourceImplAn implementation of the model object 'File Resource'.classLockResourceImplAn implementation of the model object 'Lock Resource'.classMarshalledResourceImplAn implementation of the model object 'Marshalled Resource'.classMessagingResourceImplAn implementation of the model object 'Messaging Resource'.classNamingResourceImplAn implementation of the model object 'Naming Resource'.classProcessImplAn implementation of the model object 'Process'.classResourceTypeImplAn implementation of the model object 'Resource Type'.classRuntimeResourceImplAn implementation of the model object 'Runtime Resource'.classStreamResourceImplAn implementation of the model object 'Stream Resource'.classThreadImplAn implementation of the model object 'Thread'.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl declared as ResourceType Modifier and Type Field Description protected ResourceTypeBindsToImpl. fromThe cached value of the 'From' reference.protected ResourceTypeManagesResourceImpl. toThe cached value of the 'To' reference.protected ResourceTypeReadsResourceImpl. toThe cached value of the 'To' reference.protected ResourceTypeWritesResourceImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl with type parameters of type ResourceType Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ResourceType>DeployedResourceImpl. platformElementThe cached value of the 'Platform Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return ResourceType Modifier and Type Method Description ResourceTypeBindsToImpl. basicGetFrom()ResourceTypeManagesResourceImpl. basicGetTo()ResourceTypeReadsResourceImpl. basicGetTo()ResourceTypeWritesResourceImpl. basicGetTo()ResourceTypePlatformFactoryImpl. createResourceType()ResourceTypeBindsToImpl. getFrom()ResourceTypeManagesResourceImpl. getTo()ResourceTypeReadsResourceImpl. getTo()ResourceTypeWritesResourceImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return types with arguments of type ResourceType Modifier and Type Method Description org.eclipse.emf.common.util.EList<ResourceType>DeployedResourceImpl. getPlatformElement()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl with parameters of type ResourceType Modifier and Type Method Description voidBindsToImpl. setFrom(ResourceType newFrom)voidManagesResourceImpl. setTo(ResourceType newTo)voidReadsResourceImpl. setTo(ResourceType newTo)voidWritesResourceImpl. setTo(ResourceType newTo) -
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 Modifier and Type Method Description TPlatformSwitch. caseResourceType(ResourceType object)Returns the result of interpreting the object as an instance of 'Resource Type'.