Package | Description |
---|---|
org.kepler.ddp.actor.pattern.stub | |
ptolemy.actor.util |
Actor utilities.
|
Modifier and Type | Method and Description |
---|---|
protected MonotonicFunction |
StubSourceActor._createPortFunction(TypedIOPort outputPort)
Create a function used for setting the type for an output port.
|
protected MonotonicFunction |
MatchInput._createPortFunction(TypedIOPort outputPort)
Create a function used for setting the type for an output port.
|
protected MonotonicFunction |
ReduceInput._createPortFunction(TypedIOPort outputPort)
Create a function used for setting the type for an output port.
|
protected MonotonicFunction |
CoGroupInput._createPortFunction(TypedIOPort outputPort)
Create a function used for setting the type for an output port.
|
protected MonotonicFunction |
CrossInput._createPortFunction(TypedIOPort outputPort)
Create a function used for setting the type for an output port.
|
protected MonotonicFunction |
MapInput._createPortFunction(TypedIOPort outputPort)
Create a function used for setting the type for an output port.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayElementTypeFunction
This class implements a monotonic function that returns the element
type of its argument, if the argument is an array type.
|
class |
ArrayOfTypesFunction
This class implements a monotonic function that returns an array type
with the element type equal to its argument.
|
class |
ConstructAssociativeType
A function that, given a list of ports, returns a
StructuredType
of which the fields names and field types correspond with the given ports. |
class |
ExtractFieldType
A partial monotonic function of the given port that returns a type
associated with the given field name, to be found in the type definition
of the port.
|
class |
GLBFunction
This class implements a monotonic function that returns the greatest
lower bound (GLB) of its arguments.
|