Temporal
The Temporal trait provides time coordinates that are temporally ordered.
Value parameters
- time
-
the time coordinate for the temporal object
Attributes
- See also
-
scalation.TimeNum - Graph
-
- Supertypes
Members list
Value members
Concrete methods
Compare two temporal objects based on their time coordinate.
Compare two temporal objects based on their time coordinate.
Value parameters
- other
-
the other item to compare with this item
Attributes
Rescale from actual-time (e.g., minutes) to animation-time (milliseconds).
Rescale from actual-time (e.g., minutes) to animation-time (milliseconds).
Value parameters
- factor
-
the time rescaling factor
Attributes
Convert the temporal object to a string.
Convert the temporal object to a string.
Attributes
- Definition Classes
-
Any
Inherited methods
Returns true if this is less than that
Returns true if this is less than that
Attributes
- Inherited from:
- Ordered
Returns true if this is less than or equal to that.
Returns true if this is less than or equal to that.
Attributes
- Inherited from:
- Ordered
Returns true if this is greater than that.
Returns true if this is greater than that.
Attributes
- Inherited from:
- Ordered
Returns true if this is greater than or equal to that.
Returns true if this is greater than or equal to that.
Attributes
- Inherited from:
- Ordered