Traceability

ttm
Interface CoverPoint

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

public interface CoverPoint
extends EObject

A representation of the model object 'Cover Point'.

The following features are supported:

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

Method Summary
 EList getConnectedDocuments()
          Returns the value of the 'Connected Documents' reference list.
 Document getCoveredDocument()
          Returns the value of the 'Covered Document' container reference.
 boolean isAndCover()
          Returns the value of the 'And Cover' attribute.
 void setAndCover(boolean value)
          Sets the value of the 'And Cover' attribute
 void setCoveredDocument(Document value)
          Sets the value of the 'Covered Document' container 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

isAndCover

boolean isAndCover()
Returns the value of the 'And Cover' attribute. The default value is "0".

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

Returns:
the value of the 'And Cover' attribute.
See Also:
setAndCover(boolean), TtmPackage.getCoverPoint_AndCover()
** Generated **
Model:
default="0" dataType="org.eclipse.emf.ecore.xml.type.Boolean"

setAndCover

void setAndCover(boolean value)
Sets the value of the 'And Cover' attribute.

Parameters:
value - the new value of the 'And Cover' attribute.
See Also:
isAndCover()
** Generated **

getCoveredDocument

Document getCoveredDocument()
Returns the value of the 'Covered Document' container reference. It is bidirectional and its opposite is 'Cover Points'.

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

Returns:
the value of the 'Covered Document' container reference.
See Also:
setCoveredDocument(Document), TtmPackage.getCoverPoint_CoveredDocument(), Document.getCoverPoints()
** Generated **
Model:
opposite="coverPoints" required="true"

setCoveredDocument

void setCoveredDocument(Document value)
Sets the value of the 'Covered Document' container reference.

Parameters:
value - the new value of the 'Covered Document' container reference.
See Also:
getCoveredDocument()
** Generated **

getConnectedDocuments

EList getConnectedDocuments()
Returns the value of the 'Connected Documents' reference list. The list contents are of type Document. It is bidirectional and its opposite is 'Incoming Cover Points'.

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

Returns:
the value of the 'Connected Documents' reference list.
See Also:
TtmPackage.getCoverPoint_ConnectedDocuments(), Document.getIncomingCoverPoints()
** Generated **
Model:
type="ttm.Document" opposite="incomingCoverPoints"

Traceability

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