Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
Modifier and Type | Field and Description |
---|---|
static SmoothToken |
SmoothToken.NIL
A token that represents a missing value.
|
Modifier and Type | Method and Description |
---|---|
SmoothToken |
SmoothToken.extrapolate(Time time)
Return a SmoothToken at the specified time whose value and derivatives
are the result of extrapolating this token to the specified time.
|
SmoothToken |
SmoothToken.negate()
Return a new token that is the negative of this one.
|
static SmoothToken |
SmoothToken.smoothToken(double value)
Return a SmoothToken with the specified value at time zero and no derivatives.
|
static SmoothToken |
SmoothToken.smoothToken(double value,
double[] derivatives)
Return a SmoothToken with the specified value at time zero and derivatives.
|