See: Description
| Interface | Description |
|---|---|
| Policy |
A
Policy is an object that can be fulfilled by a set of PolicyFacts. |
| PolicyFact |
A set of
PolicyFacts can be used to fulfill a Policy. |
| Class | Description |
|---|---|
| BooleanPolicy |
A Boolean policy consists of a Boolean operator and a set of policies.
|
| ThresholdPolicy |
A threshold policy consists of a threshold and a set of policies, and it is fulfilled if threshold many of the
children policies are fulfilled.
|
| Enum | Description |
|---|---|
| BooleanPolicy.BooleanOperator |
A Boolean operator, either AND or OR.
|