|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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' containment reference |
Position |
Block.getEndPosition()
Returns the value of the 'End Position' containment reference |
Position |
TraceableSegment.getStartOffset()
Returns the value of the 'Start Offset' containment reference |
Position |
Block.getStartPosition()
Returns the value of the 'Start Position' containment reference |
Methods in org.sintef.mofscript.traceabilitymodel with parameters of type Position | |
---|---|
void |
TraceableSegment.setEndOffset(Position value)
Sets the value of the ' End Offset ' containment reference |
void |
Block.setEndPosition(Position value)
Sets the value of the ' End Position ' containment reference |
void |
TraceableSegment.setStartOffset(Position value)
Sets the value of the ' Start Offset ' containment reference |
void |
Block.setStartPosition(Position value)
Sets the value of the ' Start Position ' containment 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 ' containment reference |
protected Position |
BlockImpl.endPosition
The cached value of the ' End Position ' containment reference |
protected Position |
TraceableSegmentImpl.startOffset
The cached value of the ' Start Offset ' containment reference |
protected Position |
BlockImpl.startPosition
The cached value of the ' Start Position ' containment reference |
Methods in org.sintef.mofscript.traceabilitymodel.impl that return Position | |
---|---|
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 | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TraceableSegmentImpl.basicSetEndOffset(Position newEndOffset,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetEndPosition(Position newEndPosition,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
TraceableSegmentImpl.basicSetStartOffset(Position newStartOffset,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetStartPosition(Position newStartPosition,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
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' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |