Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.build.Tool

Packages that use Tool
org.eclipse.gmt.modisco.omg.kdm.build   
org.eclipse.gmt.modisco.omg.kdm.build.util   
 

Uses of Tool in org.eclipse.gmt.modisco.omg.kdm.build
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build that return Tool
 Tool BuildFactory.createTool()
          Returns a new object of class 'Tool'.
 Tool SupportedBy.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type Tool
 void SupportedBy.setTo(Tool value)
          Sets the value of the 'To' reference.
 

Uses of Tool in org.eclipse.gmt.modisco.omg.kdm.build.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build.util with parameters of type Tool
 T BuildSwitch.caseTool(Tool object)
          Returns the result of interpreting the object as an instance of 'Tool'.