Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RegoRuleSet

Index

Constructors

Properties

defaultRule: RegoRule = null
fullName: string = ""
hasNoResolvableRef: boolean = false

Whether the ruleSet contains any rules that has any resolvable references. reference start with input. should be considered as non-resolvable in context of partial evaluation. When this field is set to true, we should not attempt to evaluate this expression. i.e. evaluate() method should return immediately. This will speed up evaluation process.

memberof

RegoRuleSet

isCompleteEvaluated: boolean = false
name: string = ""
parser: default
rules: RegoRule[] = []
value?: any

Methods

  • isResolvable(): boolean

Generated using TypeDoc