JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.opt4j.operator
Annotation Interface Apply
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
@Inherited
public @interface
Apply
The
Apply
annotation is used for each
Operator
to indicate on which
Genotype
it is applied.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<? extends
Genotype
>
value
Returns the type of
Genotype
on which the specific
Operator
is applied.
Element Details
value
Class
<? extends
Genotype
>
value
Returns the type of
Genotype
on which the specific
Operator
is applied.
Returns:
the genotype class