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@v1.9.3/mod.ts";

Static Properties

readonly
actionToRuleNofitications
readonly
attributesToConditionsNotifications
readonly
attributesToPremisesNotifications
readonly
conditionsIndexToRulesNofitications
readonly
conditionsToConditionsNofitications
readonly
fbes
readonly
premisesToConditionsNofitications
readonly
ruleDependencies

Static Methods

addNotification(
notificationsMap: NOPNotifications,
from: any,
to: any,
value: any,
)
clearNotifications(notificationsMap: NOPNotifications[], key: any): void
ruleIsSatisfiedRuleDependencies(rule: string): boolean