Traceability

ttm
Interface CoverageResult

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
CoverageResultImpl

public interface CoverageResult
extends EObject

A representation of the model object 'Coverage Result'.

The following features are supported:

See Also:
TtmPackage.getCoverageResult()
** Generated **
Model:

Method Summary
 float getCoverage()
          Returns the value of the 'Coverage' attribute.
 CoverPoint getFromCoverPoint()
          Returns the value of the 'From Cover Point' reference.
 Document getFromDocument()
          Returns the value of the 'From Document' reference.
 Project getProject()
          Returns the value of the 'Project' container reference.
 Document getToDocument()
          Returns the value of the 'To Document' reference.
 void setCoverage(float value)
          Sets the value of the 'Coverage' attribute.
 void setFromCoverPoint(CoverPoint value)
          Sets the value of the 'From Cover Point' reference.
 void setFromDocument(Document value)
          Sets the value of the 'From Document' reference.
 void setProject(Project value)
          Sets the value of the 'Project' container reference.
 void setToDocument(Document value)
          Sets the value of the 'To Document' reference.
 
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

getCoverage

float getCoverage()
Returns the value of the 'Coverage' attribute.

If the meaning of the 'Coverage' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Coverage' attribute.
See Also:
setCoverage(float), TtmPackage.getCoverageResult_Coverage()
** Generated **
Model:
dataType="org.eclipse.emf.ecore.xml.type.Float" required="true"

setCoverage

void setCoverage(float value)
Sets the value of the 'Coverage' attribute.

Parameters:
value - the new value of the 'Coverage' attribute.
See Also:
getCoverage()
** Generated **

getProject

Project getProject()
Returns the value of the 'Project' container reference. It is bidirectional and its opposite is 'Coverage Results'.

If the meaning of the 'Project' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Project' container reference.
See Also:
setProject(Project), TtmPackage.getCoverageResult_Project(), Project.getCoverageResults()
** Generated **
Model:
opposite="coverageResults" required="true"

setProject

void setProject(Project value)
Sets the value of the 'Project' container reference.

Parameters:
value - the new value of the 'Project' container reference.
See Also:
getProject()
** Generated **

getFromDocument

Document getFromDocument()
Returns the value of the 'From Document' reference.

If the meaning of the 'From Document' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'From Document' reference.
See Also:
setFromDocument(Document), TtmPackage.getCoverageResult_FromDocument()
** Generated **
Model:

setFromDocument

void setFromDocument(Document value)
Sets the value of the 'From Document' reference.

Parameters:
value - the new value of the 'From Document' reference.
See Also:
getFromDocument()
** Generated **

getToDocument

Document getToDocument()
Returns the value of the 'To Document' reference.

If the meaning of the 'To Document' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'To Document' reference.
See Also:
setToDocument(Document), TtmPackage.getCoverageResult_ToDocument()
** Generated **
Model:
required="true"

setToDocument

void setToDocument(Document value)
Sets the value of the 'To Document' reference.

Parameters:
value - the new value of the 'To Document' reference.
See Also:
getToDocument()
** Generated **

getFromCoverPoint

CoverPoint getFromCoverPoint()
Returns the value of the 'From Cover Point' reference.

If the meaning of the 'From Cover Point' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'From Cover Point' reference.
See Also:
setFromCoverPoint(CoverPoint), TtmPackage.getCoverageResult_FromCoverPoint()
** Generated **
Model:

setFromCoverPoint

void setFromCoverPoint(CoverPoint value)
Sets the value of the 'From Cover Point' reference.

Parameters:
value - the new value of the 'From Cover Point' reference.
See Also:
getFromCoverPoint()
** Generated **

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.