Uses of Interface
org.sintef.mofscript.traceabilitymodel.Position

Packages that use Position
org.sintef.mofscript.traceabilitymodel   
org.sintef.mofscript.traceabilitymodel.impl   
org.sintef.mofscript.traceabilitymodel.util   
 

Uses of Position in org.sintef.mofscript.traceabilitymodel
 

Methods in org.sintef.mofscript.traceabilitymodel that return Position
 Position traceabilitymodelFactory.createPosition()
          Returns a new object of class 'Position'
 Position TraceableSegment.getEndOffset()
          Returns the value of the 'End Offset' reference
 Position Block.getEndPosition()
          Returns the value of the 'End Position' reference
 Position TraceableSegment.getStartOffset()
          Returns the value of the 'Start Offset' reference
 Position Block.getStartPosition()
          Returns the value of the 'Start Position' reference
 

Methods in org.sintef.mofscript.traceabilitymodel with parameters of type Position
 void TraceableSegment.setEndOffset(Position value)
          Sets the value of the 'End Offset' reference
 void Block.setEndPosition(Position value)
          Sets the value of the 'End Position' reference
 void TraceableSegment.setStartOffset(Position value)
          Sets the value of the 'Start Offset' reference
 void Block.setStartPosition(Position value)
          Sets the value of the 'Start Position' reference
 

Uses of Position in org.sintef.mofscript.traceabilitymodel.impl
 

Classes in org.sintef.mofscript.traceabilitymodel.impl that implement Position
 class PositionImpl
          An implementation of the model object 'Position'
 

Fields in org.sintef.mofscript.traceabilitymodel.impl declared as Position
protected  Position TraceableSegmentImpl.endOffset
          The cached value of the 'End Offset' reference
protected  Position BlockImpl.endPosition
          The cached value of the 'End Position' reference
protected  Position TraceableSegmentImpl.startOffset
          The cached value of the 'Start Offset' reference
protected  Position BlockImpl.startPosition
          The cached value of the 'Start Position' reference
 

Methods in org.sintef.mofscript.traceabilitymodel.impl that return Position
 Position TraceableSegmentImpl.basicGetEndOffset()
           
 Position BlockImpl.basicGetEndPosition()
           
 Position TraceableSegmentImpl.basicGetStartOffset()
           
 Position BlockImpl.basicGetStartPosition()
           
 Position traceabilitymodelFactoryImpl.createPosition()
           
 Position TraceableSegmentImpl.getEndOffset()
           
 Position BlockImpl.getEndPosition()
           
 Position TraceableSegmentImpl.getStartOffset()
           
 Position BlockImpl.getStartPosition()
           
 

Methods in org.sintef.mofscript.traceabilitymodel.impl with parameters of type Position
 void TraceableSegmentImpl.setEndOffset(Position newEndOffset)
           
 void BlockImpl.setEndPosition(Position newEndPosition)
           
 void TraceableSegmentImpl.setStartOffset(Position newStartOffset)
           
 void BlockImpl.setStartPosition(Position newStartPosition)
           
 

Uses of Position in org.sintef.mofscript.traceabilitymodel.util
 

Methods in org.sintef.mofscript.traceabilitymodel.util with parameters of type Position
 java.lang.Object traceabilitymodelSwitch.casePosition(Position object)
          Returns the result of interpretting the object as an instance of 'Position'