See: Description
| Interface | Description |
|---|---|
| SubsetMove |
General interface of a subset move that adds a number of IDs to the selection and/or
removes a number of IDs.
|
| Class | Description |
|---|---|
| AbstractSubsetMove |
Abstract subset move that contains general behaviour such as
AbstractSubsetMove.equals(Object) and AbstractSubsetMove.hashCode(). |
| AdditionMove |
Simple subset move that adds a single ID to the current selection.
|
| DeletionMove |
Simple subset move that removes a single ID from the current selection.
|
| GeneralSubsetMove |
A general subset move may simultaneously add and/or remove
several IDs to/from the current selection of a subset solution.
|
| SwapMove |
Simple subset move that removes a single ID from the current selection
and replaces it with a new ID which was previously not selected.
|
Copyright © 2016. All rights reserved.