algo_11: algo_11 (R6 class)

Description Usage Arguments Format Value Graph Truth table Examples

Description

The logical algorithm with truth table 01 implemented as a NAND-composite.

Usage

1

Arguments

algo_id

A technical unique identifier for the algorithmic node. If missing, a GUID will be created. (character)

label

A meaningful label for the algorithmic node. Keep it short to let it display properly on graph plots. Default: "NAND". (character)

...

For future usage.

Format

An object of class R6ClassGenerator of length 24.

Value

An object instance of class algo_11:algo_composite:algo_base.

Graph

Graph of the algorithm

Truth table

input output
0 1
1 1

Examples

1
2
3
a <- algo_11$new();
a$plot();
a$exec("1");

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.