Package | Description |
---|---|
org.kepler.stratosphere.stub | |
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
static UnsignedByteToken[] |
StubUtilities.byteArrayToToken(byte[] byteArray)
Convert byte array data to an array of UnsignedByteToken.
|
Modifier and Type | Field and Description |
---|---|
static UnsignedByteToken |
UnsignedByteToken.NIL
A token that represents a missing value.
|
static UnsignedByteToken |
UnsignedByteToken.ONE
A UnsignedByteToken with the value 1.
|
static UnsignedByteToken |
UnsignedByteToken.ZERO
A UnsignedByteToken with the value 0.
|
Modifier and Type | Method and Description |
---|---|
static UnsignedByteToken |
UnsignedByteToken.convert(Token token)
Convert the specified token into an instance of
UnsignedByteToken.
|
UnsignedByteToken |
LongToken.truncatedUnsignedByteValue()
Return the value in the token truncated to an unsignedByte.
|
Modifier and Type | Method and Description |
---|---|
static UnsignedByteToken |
UtilityFunctions.max(UnsignedByteToken x,
UnsignedByteToken y)
Return the maximum of two unsigned bytes.
|
static UnsignedByteToken |
UtilityFunctions.min(UnsignedByteToken x,
UnsignedByteToken y)
Return the minimum of two unsigned bytes.
|
Modifier and Type | Method and Description |
---|---|
static UnsignedByteToken |
UtilityFunctions.max(UnsignedByteToken x,
UnsignedByteToken y)
Return the maximum of two unsigned bytes.
|
static UnsignedByteToken |
UtilityFunctions.min(UnsignedByteToken x,
UnsignedByteToken y)
Return the minimum of two unsigned bytes.
|