Synthia
Generic and flexible data structure generator
Package ca.uqac.lif.synthia.sequence

Pickers related to the generation of a sequence of values. More...

Classes

class  BehaviorTree
 Generates a sequence of objects by following a behavior tree. More...
 
class  Knit
 Picker producing an "interleaved" sequence of objects from calls to multiple other pickers. More...
 
class  MarkovChain
 Generates a sequence of objects by a random walk in a Markov chain. More...
 
class  Playback
 Picker that returns values taken from a list. More...
 
class  Record
 Picker that records and returns the values produced by another picker. More...
 

Detailed Description

Pickers related to the generation of a sequence of values.