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

Static Properties

actionToRuleNofitications: NOPNotifications
attributesToConditionsNotifications: NOPNotifications
conditionsToConditionsNofitications: NOPNotifications
conditionsToRulesNofitications: NOPNotifications
fbes: { [key: string]: FactBaseElement; }
ruleDependencies: { [key: string]: string[]; }

Static Methods

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