Skip to content
Greg Swindle edited this page Apr 30, 2019 · 2 revisions

Table of Contents

archetypes-rules features by public API.

archetypes-rules-logo
  1. ActivityRule
  2. Rule
  1. RuleContext
  2. Fact
  1. Operator

  2. Proposition

    Propositions are statements that are either, true, false, or null (unknown). Learn more...

  3. Variable

    Variables are symbols that represent the value of something. Learn more...

    1. ArrayVariable
    2. DateVariable
    3. ErrorVariable
    4. InvalidRuleElementError
    5. MapVariable
    6. NumberVariable
    7. ObjectVariable
    8. SetVariable
    9. StringVariable
    10. SymbolVariable
    11. WeakMapVariable
    12. WeakSetVariable
  1. RuleOverride
  1. RuleSet

Utilities

  1. factory

    Create archetypes-rules objects effortlessly with the factory object.

  2. typeInspector

    An enumerator, type validator, and type declarator, all in one object.