Class ForAllElement
Universal quantifier.
public class ForAllElement : RuleElement
- Inheritance
-
ForAllElement
- Inherited Members
- Extension Methods
Properties
BasePattern
Base pattern that determines the universe of facts that the universal quantifier is applied to.
public PatternElement BasePattern { get; }
Property Value
ElementType
Element type of this rule element.
public override ElementType ElementType { get; }
Property Value
Patterns
Patterns that must all match for the selected facts.
public IEnumerable<PatternElement> Patterns { get; }