Uses of Interface
com.hammurapi.review.GovernanaceObject

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

Uses of GovernanaceObject in com.hammurapi.review
 

Subinterfaces of GovernanaceObject in com.hammurapi.review
 interface ArtifactType
          A representation of the model object 'Artifact Type'.
 interface InspectorCategory
          A representation of the model object 'Inspector Category'.
 interface Tool
          A representation of the model object 'Tool'.
 interface ToolVersion
          A representation of the model object 'Tool Version'.
 

Uses of GovernanaceObject in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement GovernanaceObject
 class ArtifactTypeImpl
          An implementation of the model object 'Artifact Type'.
 class InspectorCategoryImpl
          An implementation of the model object 'Inspector Category'.
 class ToolImpl
          An implementation of the model object 'Tool'.
 class ToolVersionImpl
          An implementation of the model object 'Tool Version'.
 

Uses of GovernanaceObject in com.hammurapi.review.util
 

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