Uses of Interface
com.hammurapi.review.Tool

Packages that use Tool
com.hammurapi.review   
com.hammurapi.review.impl   
com.hammurapi.review.util   
 

Uses of Tool in com.hammurapi.review
 

Methods in com.hammurapi.review that return Tool
 Tool ReviewFactory.createTool()
          Returns a new object of class 'Tool'.
 Tool ToolVersion.getTool()
          Returns the value of the 'Tool' container reference.
 

Methods in com.hammurapi.review that return types with arguments of type Tool
 org.eclipse.emf.common.util.EList<Tool> GovernanceDomain.getTools()
          Returns the value of the 'Tools' containment reference list.
 

Methods in com.hammurapi.review with parameters of type Tool
 void ToolVersion.setTool(Tool value)
          Sets the value of the 'Tool' container reference.
 

Uses of Tool in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement Tool
 class ToolImpl
          An implementation of the model object 'Tool'.
 

Fields in com.hammurapi.review.impl with type parameters of type Tool
protected  org.eclipse.emf.common.util.EList<Tool> GovernanceDomainImpl.tools
          The cached value of the 'Tools' containment reference list.
 

Methods in com.hammurapi.review.impl that return Tool
 Tool ReviewFactoryImpl.createTool()
           
 Tool ToolVersionImpl.getTool()
           
 

Methods in com.hammurapi.review.impl that return types with arguments of type Tool
 org.eclipse.emf.common.util.EList<Tool> GovernanceDomainImpl.getTools()
           
 

Methods in com.hammurapi.review.impl with parameters of type Tool
 org.eclipse.emf.common.notify.NotificationChain ToolVersionImpl.basicSetTool(Tool newTool, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ToolVersionImpl.setTool(Tool newTool)
           
 

Uses of Tool in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type Tool
 T ReviewSwitch.caseTool(Tool object)
          Returns the result of interpreting the object as an instance of 'Tool'.