org.sintef.mofscript.traceabilitymodel
Interface Block

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

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
 Position getEndPosition()
          Returns the value of the 'End Position' reference
 java.lang.String getID()
          Returns the value of the 'ID' attribute
 Position getStartPosition()
          Returns the value of the 'Start Position' reference
 void setEndPosition(Position value)
          Sets the value of the 'End Position' reference
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute
 void setStartPosition(Position value)
          Sets the value of the 'Start Position' 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

getID

java.lang.String getID()
Returns the value of the 'ID' attribute.

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()

getStartPosition

Position getStartPosition()
Returns the value of the 'Start Position' reference.

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

Returns:
the value of the 'Start Position' reference.
See Also:
setStartPosition(Position), traceabilitymodelPackage.getBlock_StartPosition()

setStartPosition

void setStartPosition(Position value)
Sets the value of the 'Start Position' reference.

Parameters:
value - the new value of the 'Start Position' reference.
See Also:
getStartPosition()

getEndPosition

Position getEndPosition()
Returns the value of the 'End Position' reference.

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

Returns:
the value of the 'End Position' reference.
See Also:
setEndPosition(Position), traceabilitymodelPackage.getBlock_EndPosition()

setEndPosition

void setEndPosition(Position value)
Sets the value of the 'End Position' reference.

Parameters:
value - the new value of the 'End Position' reference.
See Also:
getEndPosition()