org.sintef.mofscript.traceabilitymodel
Interface ProtectedBlock

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

public interface ProtectedBlock
extends Block

A representation of the model object 'Protected Block'.

The following features are supported:

See Also:
traceabilitymodelPackage.getProtectedBlock()

Method Summary
 org.eclipse.emf.common.util.EList getSegment()
          Returns the value of the 'Segment' containment reference list.
 
Methods inherited from interface org.sintef.mofscript.traceabilitymodel.Block
getEndPosition, getID, getStartPosition, setEndPosition, setID, setStartPosition
 
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

getSegment

org.eclipse.emf.common.util.EList getSegment()
Returns the value of the 'Segment' containment reference list. The list contents are of type TraceableSegment. It is bidirectional and its opposite is 'Owning Block'.

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

Returns:
the value of the 'Segment' containment reference list.
See Also:
traceabilitymodelPackage.getProtectedBlock_Segment(), TraceableSegment.getOwningBlock()