Package | Description |
---|---|
org.kepler.ddp.director | |
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
Modifier and Type | Field and Description |
---|---|
static IntToken |
DDPDirector.DEFAULT_INTTOKEN
The value used to signify the default degree of parallelism for
the degreeOfParallelism parameter.
|
Modifier and Type | Field and Description |
---|---|
static IntToken |
IntToken.NIL
A token that represents a missing value.
|
static IntToken |
IntToken.ONE
A IntToken with the value 1.0.
|
static IntToken |
IntToken.ZERO
A IntToken with the value 0.0.
|
Modifier and Type | Method and Description |
---|---|
static IntToken |
IntToken.convert(Token token)
Convert the specified token into an instance of IntToken.
|
Modifier and Type | Method and Description |
---|---|
static ArrayToken |
UtilityFunctions.arrayType(Token t,
IntToken numberOfTimes)
Return a new UnsizedArrayToken whose element type is the same
as the given type, and whose length is the given length.
|
static ArrayToken |
UtilityFunctions.filter(FunctionToken predicate,
ArrayToken array,
IntToken sizeLimit)
Extract a sub-array consisting of all of the elements of an
array for which the given predicate function returns true.
|
static ArrayToken |
UtilityFunctions.repeat(IntToken numberOfTimes,
Token element)
Create an array that contains the specified element
repeated the specified number of times.
|
static ArrayToken |
UtilityFunctions.subarray(ArrayToken array,
IntToken index,
IntToken count)
Return the contiguous subarray of the specified array
starting at the specified index and of the specified length.
|
Modifier and Type | Field and Description |
---|---|
static IntToken |
SDFDirector.AUTO_INTTOKEN
The value used to signify special behavior for the
iterations parameter.
|
static IntToken |
SDFDirector.UNBOUNDED_INTTOKEN
The UNBOUNDED iterations choice is equivalent to IntToken.ZERO.
|