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

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

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

Methods in org.eclipse.mtj.api.runtimes that return JvmImplementation
 JvmImplementation RuntimesFactory.createJvmImplementation()
          Returns a new object of class 'Jvm Implementation'.
 JvmImplementation DeviceConfiguration.getJvmRef()
          Returns the value of the 'Jvm Ref' containment reference.
 

Methods in org.eclipse.mtj.api.runtimes with parameters of type JvmImplementation
 void DeviceConfiguration.setJvmRef(JvmImplementation value)
          Sets the value of the 'Jvm Ref' containment reference.
 

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

Classes in org.eclipse.mtj.api.runtimes.impl that implement JvmImplementation
 class JvmImplementationImpl
          An implementation of the model object 'Jvm Implementation'.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return JvmImplementation
 JvmImplementation RuntimesFactoryImpl.createJvmImplementation()
           
 JvmImplementation DeviceConfigurationImpl.getJvmRef()
           
 

Methods in org.eclipse.mtj.api.runtimes.impl with parameters of type JvmImplementation
 org.eclipse.emf.common.notify.NotificationChain DeviceConfigurationImpl.basicSetJvmRef(JvmImplementation newJvmRef, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DeviceConfigurationImpl.setJvmRef(JvmImplementation newJvmRef)
           
 

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

Methods in org.eclipse.mtj.api.runtimes.util with parameters of type JvmImplementation
 java.lang.Object RuntimesSwitch.caseJvmImplementation(JvmImplementation object)
          Returns the result of interpretting the object as an instance of 'Jvm Implementation'.