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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return Thread
 Thread PlatformFactory.createThread()
          Returns a new object of class 'Thread'.
 

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

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