org.sintef.mofscript.traceabilitymodel
Interface Block

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

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

A representation of the model object 'Block'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getBlock()

Method Summary
 long getEndPos()
          Returns the value of the 'End Pos' attribute
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 long getStartPos()
          Returns the value of the 'Start Pos' attribute
 org.eclipse.emf.common.util.EList getTraceablesegment()
          Returns the value of the 'Traceablesegment' containment reference list.
 boolean isProtectedBlock()
          Returns the value of the 'Protected Block' attribute
 void setEndPos(long value)
          Sets the value of the 'End Pos' attribute
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute
 void setProtectedBlock(boolean value)
          Sets the value of the 'Protected Block' attribute
 void setStartPos(long value)
          Sets the value of the 'Start Pos' 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

getID

java.lang.String getID()
Returns the value of the 'ID' attribute. The default value is "".

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

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), TraceabilitymodelPackage.getBlock_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

getStartPos

long getStartPos()
Returns the value of the 'Start Pos' attribute.

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

Returns:
the value of the 'Start Pos' attribute.
See Also:
setStartPos(long), TraceabilitymodelPackage.getBlock_StartPos()

setStartPos

void setStartPos(long value)
Sets the value of the 'Start Pos' attribute.

Parameters:
value - the new value of the 'Start Pos' attribute.
See Also:
getStartPos()

getEndPos

long getEndPos()
Returns the value of the 'End Pos' attribute.

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

Returns:
the value of the 'End Pos' attribute.
See Also:
setEndPos(long), TraceabilitymodelPackage.getBlock_EndPos()

setEndPos

void setEndPos(long value)
Sets the value of the 'End Pos' attribute.

Parameters:
value - the new value of the 'End Pos' attribute.
See Also:
getEndPos()

isProtectedBlock

boolean isProtectedBlock()
Returns the value of the 'Protected Block' attribute.

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

Returns:
the value of the 'Protected Block' attribute.
See Also:
setProtectedBlock(boolean), TraceabilitymodelPackage.getBlock_ProtectedBlock()

setProtectedBlock

void setProtectedBlock(boolean value)
Sets the value of the 'Protected Block' attribute.

Parameters:
value - the new value of the 'Protected Block' attribute.
See Also:
isProtectedBlock()

getTraceablesegment

org.eclipse.emf.common.util.EList getTraceablesegment()
Returns the value of the 'Traceablesegment' containment reference list. The list contents are of type TraceableSegment.

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

Returns:
the value of the 'Traceablesegment' containment reference list.
See Also:
TraceabilitymodelPackage.getBlock_Traceablesegment()