0.10.8-alpha
ca.uqac.lif.cep.DuplicableProcessor Interface Reference

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...
 

Detailed Description

An override on the return type of Duplicable that enforces the return of a processor.

Author
Sylvain Hallé
Since
0.7

Definition at line 26 of file DuplicableProcessor.java.

Member Function Documentation

◆ duplicate()

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).

Returns
Another object

Implements ca.uqac.lif.cep.Duplicable.

Implemented in ca.uqac.lif.cep.Processor.


The documentation for this interface was generated from the following file: