Context() → {Context}

Operating context for CRL, primary function for knitting together perceptions into concepts.

new Context() → {Context}

Create a new context. Normally a singleton created using Context.init()

Returns:
Context -

The newly created Context

Members

static eventBus

the significance event bus, for communicating between perception Components

Methods

async, static init() → {Promise}

Initializes the Context and creates the Context singleton

Returns:
Promise -

Promise that resolves when initialization is complete

async, static shutdown() → {Promise}

Shut down the Context singleton

Returns:
Promise -

Promise that resolves when shutdown is complete