0.10.8-alpha
|
An override on the return type of Duplicable that enforces the return of a processor. More...
Public Member Functions | |
Processor | duplicate () |
Duplicates an object and sets it to its initial state. More... | |
Public Member Functions inherited from ca.uqac.lif.cep.Duplicable | |
Object | duplicate (boolean with_state) |
Duplicates an object. More... | |
An override on the return type of Duplicable that enforces the return of a processor.
Definition at line 26 of file DuplicableProcessor.java.
Processor ca.uqac.lif.cep.DuplicableProcessor.duplicate | ( | ) |
Duplicates an object and sets it to its initial state.
This should be the same thing as calling duplicate(false)
.
Implements ca.uqac.lif.cep.Duplicable.
Implemented in ca.uqac.lif.cep.Processor.