0.10.8-alpha
ca.uqac.lif.cep.functions.DuplicableFunction Interface Reference

Interface implemented by functions that can be duplicated. More...

Public Member Functions

Function 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

Interface implemented by functions that can be duplicated.

Author
Sylvain Hallé
Since
0.7

Definition at line 27 of file DuplicableFunction.java.

Member Function Documentation

◆ duplicate()

Function ca.uqac.lif.cep.functions.DuplicableFunction.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.functions.Function.


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