Class DelayedDisconnectCommand
java.lang.Object
tools.refinery.interpreter.rete.network.delayed.DelayedCommand
tools.refinery.interpreter.rete.network.delayed.DelayedDisconnectCommand
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsFields inherited from class tools.refinery.interpreter.rete.network.delayed.DelayedCommand
container, direction, receiver, supplier
-
Constructor Summary
ConstructorsConstructorDescriptionDelayedDisconnectCommand
(Supplier supplier, Receiver receiver, ReteContainer container, boolean wasInSameSCC) -
Method Summary
Methods inherited from class tools.refinery.interpreter.rete.network.delayed.DelayedCommand
run, toString
-
Field Details
-
wasInSameSCC
protected final boolean wasInSameSCC
-
-
Constructor Details
-
DelayedDisconnectCommand
public DelayedDisconnectCommand(Supplier supplier, Receiver receiver, ReteContainer container, boolean wasInSameSCC)
-
-
Method Details
-
isTimestampAware
protected boolean isTimestampAware()- Specified by:
isTimestampAware
in classDelayedCommand
-