Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/script_nop/src/DataMapMain.ts>default

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
class default
import { default } from "https://deno.land/x/script_nop@v2.3.1/src/DataMapMain.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