org.sintef.mofscript.traceabilitymodel
Interface TraceableSegment

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

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

A representation of the model object 'Traceable Segment'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getTraceableSegment()

Method Summary
 long getEndPos()
          Returns the value of the 'End Pos' attribute
 long getStartPos()
          Returns the value of the 'Start Pos' attribute
 void setEndPos(long value)
          Sets the value of the 'End Pos' 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

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