Uses of Interface
com.hammurapi.review.ToolVersion

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

Uses of ToolVersion in com.hammurapi.review
 

Methods in com.hammurapi.review that return ToolVersion
 ToolVersion ReviewFactory.createToolVersion()
          Returns a new object of class 'Tool Version'.
 

Methods in com.hammurapi.review that return types with arguments of type ToolVersion
 org.eclipse.emf.common.util.EList<ToolVersion> Governor.getEnforcedBy()
          Returns the value of the 'Enforced By' reference list.
 org.eclipse.emf.common.util.EList<ToolVersion> InspectorCategory.getGovernedBy()
          Returns the value of the 'Governed By' reference list.
 org.eclipse.emf.common.util.EList<ToolVersion> Tool.getVersions()
          Returns the value of the 'Versions' containment reference list.
 

Uses of ToolVersion in com.hammurapi.review.impl
 

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

Fields in com.hammurapi.review.impl with type parameters of type ToolVersion
protected  org.eclipse.emf.common.util.EList<ToolVersion> InspectorImpl.enforcedBy
          The cached value of the 'Enforced By' reference list.
protected  org.eclipse.emf.common.util.EList<ToolVersion> InspectorSetImpl.enforcedBy
          The cached value of the 'Enforced By' reference list.
protected  org.eclipse.emf.common.util.EList<ToolVersion> InspectorCategoryImpl.governedBy
          The cached value of the 'Governed By' reference list.
protected  org.eclipse.emf.common.util.EList<ToolVersion> ToolImpl.versions
          The cached value of the 'Versions' containment reference list.
 

Methods in com.hammurapi.review.impl that return ToolVersion
 ToolVersion ReviewFactoryImpl.createToolVersion()
           
 

Methods in com.hammurapi.review.impl that return types with arguments of type ToolVersion
 org.eclipse.emf.common.util.EList<ToolVersion> InspectorImpl.getEnforcedBy()
           
 org.eclipse.emf.common.util.EList<ToolVersion> InspectorSetImpl.getEnforcedBy()
           
 org.eclipse.emf.common.util.EList<ToolVersion> InspectorCategoryImpl.getGovernedBy()
           
 org.eclipse.emf.common.util.EList<ToolVersion> ToolImpl.getVersions()
           
 

Uses of ToolVersion in com.hammurapi.review.util
 

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