次の方法で共有


Node.AllTriggers プロパティ

定義

このノード内の を含むすべてのトリガーを Clause 取得します。

public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Trigger> AllTriggers { get; }
member this.AllTriggers : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Trigger>
Public ReadOnly Property AllTriggers As IReadOnlyList(Of Trigger)

プロパティ値

このノード内の を Clause 含むすべてのトリガー。

注釈

トリガーには最も具体的なトリガーのみが含まれているため、このノードが Pred(A) であり、ルール R1: Pred(A) -> A1 と R2: Pred(A) v Pred(B) -> A2 があった場合、2 番目のトリガーは AllTriggers に含まれますが、より一般的であるためトリガーには含まれません。

適用対象