public interface InterDiscretizedSteps extends PhysicalSteps
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<LogicalStep> |
getCorrespondingLogicalSteps()
Returns the value of the 'Corresponding Logical Steps' reference list.
|
DiscretizedClockStep |
getNextFixStep()
Returns the value of the 'Next Fix Step' reference
|
DiscretizedClockStep |
getPreviousFixStep()
Returns the value of the 'Previous Fix Step' reference
|
void |
setNextFixStep(DiscretizedClockStep value)
Sets the value of the '
Next Fix Step' reference |
void |
setPreviousFixStep(DiscretizedClockStep value)
Sets the value of the '
Previous Fix Step' reference |
DiscretizedClockStep getPreviousFixStep()
If the meaning of the 'Previous Fix Step' reference isn't clear, there really should be more of a description here...
setPreviousFixStep(DiscretizedClockStep),
TracePackage.getInterDiscretizedSteps_PreviousFixStep()void setPreviousFixStep(DiscretizedClockStep value)
Previous Fix Step' reference.
value - the new value of the 'Previous Fix Step' reference.getPreviousFixStep()DiscretizedClockStep getNextFixStep()
If the meaning of the 'Next Fix Step' reference isn't clear, there really should be more of a description here...
setNextFixStep(DiscretizedClockStep),
TracePackage.getInterDiscretizedSteps_NextFixStep()void setNextFixStep(DiscretizedClockStep value)
Next Fix Step' reference.
value - the new value of the 'Next Fix Step' reference.getNextFixStep()org.eclipse.emf.common.util.EList<LogicalStep> getCorrespondingLogicalSteps()
LogicalStep.
If the meaning of the 'Corresponding Logical Steps' reference list isn't clear, there really should be more of a description here...
TracePackage.getInterDiscretizedSteps_CorrespondingLogicalSteps()