public interface TimeLineInfo
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
double |
getCurrentTime() |
double |
getTime()
Gets the time, running from t = 0 (start) to t = 1 (deadline).
|
double |
getTotalTime() |
Timeline.Type |
getType()
In a time-based protocol, time passes within a round.
|
Timeline.Type getType()
double getTime()
double getTotalTime()
double getCurrentTime()