Uses of Interface
com.hammurapi.review.GovernanceDomain

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

Uses of GovernanceDomain in com.hammurapi.review
 

Methods in com.hammurapi.review that return GovernanceDomain
 GovernanceDomain ReviewFactory.createGovernanceDomain()
          Returns a new object of class 'Governance Domain'.
 

Uses of GovernanceDomain in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement GovernanceDomain
 class GovernanceDomainImpl
          An implementation of the model object 'Governance Domain'.
 

Methods in com.hammurapi.review.impl that return GovernanceDomain
 GovernanceDomain ReviewFactoryImpl.createGovernanceDomain()
           
 

Uses of GovernanceDomain in com.hammurapi.review.util
 

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