public interface DiscretizedClockStep extends PhysicalSteps
The following features are supported:
Modifier and Type | Method and Description |
---|---|
LogicalStep |
getCorrespondingLogicalStep()
Returns the value of the 'Corresponding Logical Step' reference
|
double |
getTimestamp()
Returns the value of the 'Timestamp' attribute
|
void |
setCorrespondingLogicalStep(LogicalStep value)
Sets the value of the '
Corresponding Logical Step ' reference |
void |
setTimestamp(double value)
Sets the value of the '
Timestamp ' attribute |
LogicalStep getCorrespondingLogicalStep()
If the meaning of the 'Corresponding Logical Step' reference isn't clear, there really should be more of a description here...
setCorrespondingLogicalStep(LogicalStep)
,
TracePackage.getDiscretizedClockStep_CorrespondingLogicalStep()
void setCorrespondingLogicalStep(LogicalStep value)
Corresponding Logical Step
' reference.
value
- the new value of the 'Corresponding Logical Step' reference.getCorrespondingLogicalStep()
double getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(double)
,
TracePackage.getDiscretizedClockStep_Timestamp()
void setTimestamp(double value)
Timestamp
' attribute.
value
- the new value of the 'Timestamp' attribute.getTimestamp()