| Package | Description |
|---|---|
| org.opt4j.operator |
Provides the classes for general (generic) operators.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractGenericOperator.OperatorClassPredicate
The
AbstractGenericOperator.OperatorClassPredicate returns true for a given
specific class. |
static class |
AbstractGenericOperator.OperatorVoidPredicate
The
AbstractGenericOperator.OperatorVoidPredicate interface is used as marker for
Operators for which the predicate is not explicitly defined. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGenericOperator.addOperator(AbstractGenericOperator.OperatorPredicate predicate,
O operator) |
void |
GenericOperator.addOperator(AbstractGenericOperator.OperatorPredicate predicate,
O operator)
Adds an operator.
|