com.hammurapi.review
Interface GovernanceDomain

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Organization, Party, Tagged
All Known Implementing Classes:
GovernanceDomainImpl

public interface GovernanceDomain
extends Organization

A representation of the model object 'Governance Domain'. Governance domain is a root configuration object which contains other governance objects.

The following features are supported:

See Also:
ReviewPackage.getGovernanceDomain()

Method Summary
 org.eclipse.emf.common.util.EList<InspectorCategory> getCategories()
          Returns the value of the 'Categories' containment reference list.
 org.eclipse.emf.common.util.EList<Tool> getTools()
          Returns the value of the 'Tools' containment reference list.
 
Methods inherited from interface com.hammurapi.party.Organization
getChildren, getExternalChildren, getMatrixedChildren, getOrganizationType, setOrganizationType
 
Methods inherited from interface com.hammurapi.party.Party
getContactInfo, getIdentity, getName, getParent, getPath, getUid, setExternalParent, setName, setParent, setUid
 
Methods inherited from interface com.hammurapi.party.Tagged
getComment, getTags, setComment
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCategories

org.eclipse.emf.common.util.EList<InspectorCategory> getCategories()
Returns the value of the 'Categories' containment reference list. The list contents are of type InspectorCategory. Root categories of this domain.

Returns:
the value of the 'Categories' containment reference list.
See Also:
ReviewPackage.getGovernanceDomain_Categories()

getTools

org.eclipse.emf.common.util.EList<Tool> getTools()
Returns the value of the 'Tools' containment reference list. The list contents are of type Tool.

If the meaning of the 'Tools' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tools' containment reference list.
See Also:
ReviewPackage.getGovernanceDomain_Tools()