Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Field and Description |
---|---|
static LongToken |
LongToken.NIL
A token that represents a missing value.
|
static LongToken |
LongToken.ONE
A LongToken with the value 1.0.
|
static LongToken |
LongToken.ZERO
A LongToken with the value 0.0.
|
Modifier and Type | Method and Description |
---|---|
static LongToken |
LongToken.convert(Token token)
Convert the specified token into an instance of LongToken.
|
Modifier and Type | Method and Description |
---|---|
static LongToken |
UtilityFunctions.freeMemory()
Return the approximate number of bytes available for future
object allocation.
|
static LongToken |
UtilityFunctions.totalMemory()
Return the approximate number of bytes used by current objects
and available for future object allocation.
|