Uses of Interface
com.hammurapi.review.Governor

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

Uses of Governor in com.hammurapi.review
 

Subinterfaces of Governor in com.hammurapi.review
 interface Inspector
          A representation of the model object 'Inspector'.
 interface InspectorSet
          A representation of the model object 'Inspector Set'.
 

Methods in com.hammurapi.review that return types with arguments of type Governor
 org.eclipse.emf.common.util.EList<Governor> ToolVersion.getEnforces()
          Returns the value of the 'Enforces' reference list.
 

Uses of Governor in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement Governor
 class InspectorImpl
          An implementation of the model object 'Inspector'.
 class InspectorSetImpl
          An implementation of the model object 'Inspector Set'.
 

Fields in com.hammurapi.review.impl with type parameters of type Governor
protected  org.eclipse.emf.common.util.EList<Governor> ToolVersionImpl.enforces
          The cached value of the 'Enforces' reference list.
 

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

Uses of Governor in com.hammurapi.review.util
 

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