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.2.3/src/DataMapMain.ts";

Static Properties

actionToRuleNotifications: NOPNotifications
attributesToConditionsNotifications: NOPNotifications
conditionsToConditionsNotifications: NOPNotifications
conditionsToRulesNotifications: NOPNotifications
fbes: { [key: string]: FactBaseElement; }
ruleDependencies: { [key: string]: string[]; }

Static Methods

addFBE(fbe: FactBaseElement): FactBaseElement | void
addNotification(
notificationsMap: NOPNotifications,
from: any,
to: any,
value: any,
)
addSingleNotification(
notificationsMap: NOPNotifications,
to: any,
value: any,
)
ruleIsSatisfiedRuleDependencies(rule: string): boolean