Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 591 Bytes

File metadata and controls

16 lines (11 loc) · 591 Bytes

DisjunctiveMarkingSummary

The disjunctive set of markings required to access the property value. Disjunctive markings are represented as a conjunctive list of disjunctive sets. The top-level set is a conjunction of sets, where each inner set should be treated as a unit where any marking within the set can satisfy the set. All sets within the top level set should be satisfied.

Type

List[List[MarkingId]]

[Back to Model list] [Back to API list] [Back to README]