Package | Description |
---|---|
ptolemy.actor.process |
Process oriented actor classes.
|
Modifier and Type | Method and Description |
---|---|
BranchController |
CompositeProcessDirector.getInputController()
Return the input branch controller of this director.
|
BranchController |
CompositeProcessDirector.getOutputController()
Return the output branch controller of this director.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeProcessDirector._controllerBlocked(BranchController controller)
Register that the specified controller is blocked.
|
protected void |
CompositeProcessDirector._controllerUnBlocked(BranchController controller)
Unregister the specified controller as being no longer
blocked.
|
Constructor and Description |
---|
Branch(BranchController controller)
Deprecated.
Use this constructor for testing purposes only.
|
Branch(ProcessReceiver producerReceiver,
ProcessReceiver consumerReceiver,
BranchController controller)
Construct a branch object with a producer receiver, a consumer
receiver and a branch controller.
|