Class DelayedCommand
java.lang.Object
tools.refinery.interpreter.rete.network.delayed.DelayedCommand
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
DelayedConnectCommand
,DelayedDisconnectCommand
Instances of this class are responsible for initializing a
Receiver
with the contents of a Supplier
.
However, due to the dynamic nature of the Rete Network
and to the fact that certain Node
s in the
Network
are sensitive to the shape of the Network
, the commands must be delayed until the
construction of the Network
has stabilized.- Since:
- 2.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDelayedCommand
(Supplier supplier, Receiver receiver, Direction direction, ReteContainer container) -
Method Summary
-
Field Details
-
supplier
-
receiver
-
direction
-
container
-
-
Constructor Details
-
DelayedCommand
public DelayedCommand(Supplier supplier, Receiver receiver, Direction direction, ReteContainer container)
-
-
Method Details