CG_Gen::CascadeGenerator class

Base classes

class SimpleGenerator

Constructors, destructors, conversion operators

CascadeGenerator()
CascadeGenerator(uint_fast32_t i_seed)
CascadeGenerator(const GenerationParameters& i_param) explicit

Public functions

auto generatorCascade() -> GraphPtr
generatorCascade represents the generation of a sequential circuit of a Cascade machine.

Function documentation

GraphPtr CG_Gen::CascadeGenerator::generatorCascade()

generatorCascade represents the generation of a sequential circuit of a Cascade machine.

Returns the created graph

Generator creates a Cascade machine with random transitions and outputs based on the given parameters. The result is in a form of OrientedGraph.