algo_1001: algo_xnor, algo_1001 (R6 class)

Description Usage Arguments Format Value Graph Examples

Description

The logical algorithm with truth table 1001 implemented as a NAND-composite. This is also the well-known logical gate XNOR.

Usage

1
2
3

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_10:algo_composite:algo_base.

Graph

Graph of the algorithm

Examples

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

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