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.3.0/mod.ts";

Static Properties

actionsToRulesNotifications: NOPNotifications
attributesToConditionsNotifications: NOPNotifications
conditionsToConditionsNotifications: NOPNotifications
conditionsToRulesNotifications: NOPNotifications
fbes: { [key: string]: FactBaseElement; }
rulesToActionsNotifications: NOPNotifications
rulesWithConditions: { [key: string]: boolean; }

Static Methods

addNotification(
notificationsMap: NOPNotifications,
from: any,
to: any,
value: any,
): boolean
addSingleNotification(
notificationsMap: NOPNotifications,
to: any,
value: any,
): boolean