print8link: prints an interpretation of one link of a bn

Description Usage Arguments Details Value Examples

Description

(bn) This function prints how rebastaba will interpret the link as defined for a precised node (nk) of a /bn/.

Usage

1
print8link(bn, nk, quoi="dl")

Arguments

bn

The bn object.

nk

Identification number of the node.

quoi

d for description, l for link.

Details

The interpretation is hand made for each type of links. The node name is not given because it could be more convenient to print it outside this function with some adequate format (as done by print8links). Global constant rebastaba.cond and rebastaba.emnd are used for the printing of the description of the nodes.

Value

nothing but a print is performed

Examples

1
2
 rebastaba3k("RESET"); # (only for R checking)
 print8link(rebastaba.bn1, 2);

rebastaba documentation built on May 2, 2019, 5:24 p.m.