Pboolnet:
Filter:
Classes (extension) | Streams-Patterns-Events > Patterns > List | Libraries > MathLib > Patterns

Pboolnet : Pattern : AbstractFunction : Object
ExtensionExtension

Boolean network pattern
Source: Pboolnet.sc

Description

Boolean network pattern after: http://farben.latrobe.edu.au/mikropol/volume6/dorin_a/dorin_a.html

Part of MathLib, a diverse library of mathematical functions.

Class Methods

Pboolnet.new(nodes, repeats: 1, loops: 1)

Arguments:

nodes

A list of pairs of initial states (0 or 1) and binary boolean operation selectors (e.g., \and, \or, \xor).

repeats

Number of times to repeat the pattern.

loops

Number of times to loop a particular network configuration.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

.embedLoopInStream(inval, bools, n)

.loops

.loops = value

.nodes

.nodes = value

.repeats

.repeats = value

Examples

Print out the stream to demonstrate what it looks like

same as above, but with a loop

display some long evolutions

sound examples

Authors

Julian Rohrhuber, 2005.