NTMI:
Filter:
NTMI/Classes (extension) | Utility

NTMI
ExtensionExtension

Class for the NTMI project quark

Description

NTMI is a container for a full NTMI project. It uses a dictionary q to store its full state dynamically. Its main method is NTMI:run, which runs the setup load script for NTMI as configured.

First code examples:

Class Methods

.initClass

initialize inner dictionary q for all of NTMIs inner state, i.e. its variables and functions.

.q

access the inner dictionary.

.doesNotUnderstand

Like dictionaries, NTMI redirects any methods it does not understand to its stored objects, in the dictionary q). This allows dynamically adding and getting state by name.

Instance Methods

none, because NTMI is class-only.