Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
Modifier and Type | Field and Description |
---|---|
static ShortToken |
ShortToken.NIL
A token that represents a missing value.
|
static ShortToken |
ShortToken.ONE
A ShortToken with the value 1.0.
|
static ShortToken |
ShortToken.ZERO
A ShortToken with the value 0.0.
|
Modifier and Type | Method and Description |
---|---|
static ShortToken |
ShortToken.convert(Token token)
Convert the specified token into an instance of ShortToken.
|