Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
Modifier and Type | Field and Description |
---|---|
static DateToken |
DateToken.NIL
A token that represents a missing value.
|
Modifier and Type | Method and Description |
---|---|
static DateToken |
DateToken.convert(Token token)
Convert the specified token into an instance of DateToken.
|
static DateToken |
DateToken.date(java.lang.String value)
Create a DateToken with a value.
|
Modifier and Type | Method and Description |
---|---|
protected BooleanToken |
DateToken._isLessThan(DateToken rightArgument)
Test for ordering of the values of this Token and the argument
Token.
|
BooleanToken |
DateToken.isLessThan(DateToken rightArgument)
Check whether the value of this token is strictly less than that of the
argument token.
|