interface HappensBeforeQuery {
    a: SingleSlicingCriterion;
    b: SingleSlicingCriterion;
    type: "happens-before";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of HappensBeforeQuery

Properties

Properties

type: "happens-before"

used to select the query type :)