Uses of Interface
org.eclipse.mtj.api.runtimes.RuntimePlatform

Packages that use RuntimePlatform
org.eclipse.mtj.api.runtimes   
org.eclipse.mtj.api.runtimes.impl   
org.eclipse.mtj.api.runtimes.util   
 

Uses of RuntimePlatform in org.eclipse.mtj.api.runtimes
 

Methods in org.eclipse.mtj.api.runtimes that return RuntimePlatform
 RuntimePlatform RuntimesFactory.createRuntimePlatform()
          Returns a new object of class 'Runtime Platform'.
 

Uses of RuntimePlatform in org.eclipse.mtj.api.runtimes.impl
 

Classes in org.eclipse.mtj.api.runtimes.impl that implement RuntimePlatform
 class RuntimePlatformImpl
          An implementation of the model object 'Runtime Platform'.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return RuntimePlatform
 RuntimePlatform RuntimesFactoryImpl.createRuntimePlatform()
           
 

Uses of RuntimePlatform in org.eclipse.mtj.api.runtimes.util
 

Methods in org.eclipse.mtj.api.runtimes.util with parameters of type RuntimePlatform
 java.lang.Object RuntimesSwitch.caseRuntimePlatform(RuntimePlatform object)
          Returns the result of interpretting the object as an instance of 'Runtime Platform'.