| Interface | Description |
|---|---|
| DockAcceptance |
| Class | Description |
|---|---|
| AbstractAcceptance |
A DockAcceptance that returns
true for all cases. |
| CombinatoryAcceptance |
A DockAcceptance that is a combination out of two other acceptances.
|
| MultiDockAcceptance |
A
DockAcceptance which consists of other acceptances, and returns
only true if all children of this acceptance return true. |
| Enum | Description |
|---|---|
| CombinatoryAcceptance.Combination |
DockAcceptances.
The classes in this package can be used to create new DockAcceptances
by subclassing them, or to combine several DockAcceptances using
some logical rules.Copyright © 2018. All rights reserved.