complete8alk: completes an alk with respect to a given bn

Description Usage Arguments Details Value Examples

Description

(bn) This function explores the alk slot to check them and complete them in such a way that it could be incorporated to the referent bn. Most often, the /bn/ is under construction and the necessary parent nodes must have been already integrated.

Usage

1
complete8alk(bn, alk)

Arguments

bn

The referent bn object.

alk

The alk object to use.

Details

The principle is not that simple. Some hints are given in the rebastaba manual. A key point of complet8alk is to finish inheritance according the properties of parent nodes.

Value

an object of class alk completed (but parentship is provided in code4bn)

Examples

1
2
 rebastaba3k("RESET"); # (only for R checking)
 print(complete8alk(rebastaba.bn2, rebastaba.alk2));

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