| Interface | Description |
|---|---|
| Policy |
Policies implement actions and thus must be suspendable; policies should continue to evaluate their sensors
and indicate their desired planned action even if they aren't invoking them
|
| PolicyType |
Gives type information for a
Policy. |
| Class | Description |
|---|---|
| PolicySpec<T extends Policy> |
Gives details of a policy to be created.
|