Synthia
Generic and flexible data structure generator
ca.uqac.lif.synthia.Bounded< T > Interface Template Reference

Detailed Description

Interface used to signal that a picker enumerates all values from a set.

Definition at line 26 of file Bounded.java.

Inheritance diagram for ca.uqac.lif.synthia.Bounded< T >:

Public Member Functions

boolean isDone ()
 Signals if the picker enumerates all values from a set. More...
 
- Public Member Functions inherited from ca.uqac.lif.synthia.Picker< T >
void reset ()
 Puts the picker back into its initial state. More...
 
pick ()
 Picks an object. More...
 
Picker< T > duplicate (boolean with_state)
 Creates a copy of the picker. More...
 

Member Function Documentation

◆ isDone()


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