com.hammurapi.review
Interface Baseline

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

public interface Baseline
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Baseline'. Baseline is a state of repository at the time of review.

The following features are supported:

See Also:
ReviewPackage.getBaseline()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 org.eclipse.emf.common.util.EList<Report> getReports()
          Returns the value of the 'Reports' containment reference list.
 org.eclipse.emf.common.util.EList<Revision> getRoots()
          Returns the value of the 'Roots' containment reference list.
 long getTimestamp()
          Returns the value of the 'Timestamp' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setTimestamp(long value)
          Sets the value of the 'Timestamp' attribute.
 
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

getRoots

org.eclipse.emf.common.util.EList<Revision> getRoots()
Returns the value of the 'Roots' containment reference list. The list contents are of type Revision.

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

Returns:
the value of the 'Roots' containment reference list.
See Also:
ReviewPackage.getBaseline_Roots()

getTimestamp

long getTimestamp()
Returns the value of the 'Timestamp' attribute. Time of taking the baseline.

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(long), ReviewPackage.getBaseline_Timestamp()

setTimestamp

void setTimestamp(long value)
Sets the value of the 'Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()

getDescription

String getDescription()
Returns the value of the 'Description' attribute. Baseline description.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ReviewPackage.getBaseline_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getReports

org.eclipse.emf.common.util.EList<Report> getReports()
Returns the value of the 'Reports' containment reference list. The list contents are of type Report. It is bidirectional and its opposite is 'Baseline'.

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

Returns:
the value of the 'Reports' containment reference list.
See Also:
ReviewPackage.getBaseline_Reports(), Report.getBaseline()