Skip to main content
Module

x/script_nop/mod.ts>DataMapMain

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
class DataMapMain
Re-export
import { DataMapMain } from "https://deno.land/x/script_nop@v2.4.3/mod.ts";

Static Properties

fbes: { [key: string]: FactBaseElement; }
notifications: { [key: string]: NOPNotifications; }
rulesWithConditions: { [key: string]: boolean; }

Static Methods

addNotification(
map: string,
from: MapEntry,
to: MapEntry,
value: any,
): boolean
addSingleNotification(
map: string,
to: MapEntry,
value: any,
): boolean
getNotification(map: string, entries: MapEntry[]): any