8.18.1 Lima class: A class for operations on Lindenmayer Systems.

The Lima class has this constructor:

class Lima( axiom="",rules=)

Lima objects have the following methods:

status( )
Print the status of the Lima

addRule( atom,product)
Add a new rule (or overwrite an existing)

translate( rule,keep=False)
Translate the product by the specified rule set.

If keep=True is specified, atoms that do not have a translation in the rule set, will be kept unchanged. The default (keep=False) is to remove those atoms.

grow( ngen=1)