public class AlgebraGenericImplementation extends AbstractGenericOperator<Algebra<org.opt4j.core.Genotype>,Algebra<?>> implements Algebra<org.opt4j.core.Genotype>
AlgebraGenericImplementation
is a standard implementation of the
Algebra
interface.AbstractGenericOperator.ClassComparator, AbstractGenericOperator.OperatorClassPredicate, AbstractGenericOperator.OperatorHolder<P>, AbstractGenericOperator.OperatorPredicate, AbstractGenericOperator.OperatorVoidPredicate
classOperators, cldef, genericOperators, operatorSelectors
Modifier | Constructor and Description |
---|---|
protected |
AlgebraGenericImplementation()
Constructs the
AlgebraGenericImplementation . |
Modifier and Type | Method and Description |
---|---|
org.opt4j.core.Genotype |
algebra(Term term,
org.opt4j.core.Genotype... genotypes)
|
protected org.opt4j.core.genotype.CompositeGenotype<?,?> |
algebraComposite(Term term,
org.opt4j.core.Genotype... genotypes) |
addOperator, addOperatorSelector, getOperator, getOperators, getTarget, inject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperatorType
@Inject protected AlgebraGenericImplementation()
AlgebraGenericImplementation
.