com.hammurapi.review
Interface Tool

All Superinterfaces:
CommonObject, org.eclipse.emf.ecore.EObject, GovernanaceObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ToolImpl

public interface Tool
extends GovernanaceObject

A representation of the model object 'Tool'. Governance/automated code review tool used in the domain.

The following features are supported:

See Also:
ReviewPackage.getTool()

Method Summary
 org.eclipse.emf.common.util.EList<Identity> getIdentity()
          Returns the value of the 'Identity' containment reference list.
 org.eclipse.emf.common.util.EList<ToolVersion> getVersions()
          Returns the value of the 'Versions' containment reference list.
 
Methods inherited from interface com.hammurapi.review.GovernanaceObject
getDescription, getHomePage, getName, getReferences, getUid, setDescription, setHomePage, setName, setUid
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
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

getIdentity

org.eclipse.emf.common.util.EList<Identity> getIdentity()
Returns the value of the 'Identity' containment reference list. The list contents are of type Identity. External tool identities, e.g. registration number of the tool in the company's inventory system.

Returns:
the value of the 'Identity' containment reference list.
See Also:
ReviewPackage.getTool_Identity()

getVersions

org.eclipse.emf.common.util.EList<ToolVersion> getVersions()
Returns the value of the 'Versions' containment reference list. The list contents are of type ToolVersion. It is bidirectional and its opposite is 'Tool'.

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

Returns:
the value of the 'Versions' containment reference list.
See Also:
ReviewPackage.getTool_Versions(), ToolVersion.getTool()