prr.chain-class: Class /chain/ to specify a chain of nodes (in fact a variety...

Description Objects from the Class Slots Methods Author(s) Examples

Description

Objects of class /chain/ gives the possibility to store in a standardized way, different pieces of information defining a chain. This a basic object not to be handle by end-users, usually it is created from a text file to be read with the function read8chain. Examples of such text files can be found into the tests directory.

Objects from the Class

Objects can be created by calls of the form new("chain",name="myobject").

Slots

des:

Object of class des giving useful information about the chain: definition, role, creation date,...

nos:

Object of class list, each component of it being a node described with a /nod/ object.

Methods

print:

see print8chain for the details.

Author(s)

Jean-Baptiste Denis

Examples

1
showClass("chain");

prr documentation built on May 2, 2019, 6:35 p.m.

Related to prr.chain-class in prr...