org.jgap
Interface IBusinessKey
- All Known Implementing Classes:
- AbstractSupergene, BaseChromosome, BaseGene, BooleanGene, Chromosome, CompositeGene, DoubleGene, FixedBinaryGene, GPProgram, IntegerGene, MapGene, MyChromosome, NickelsPenniesSupergene, NumberGene, ProgramChromosome, SetGene, StringGene
public interface IBusinessKey
Interface for objects that offer a business key. A business key helps in
identifying an object uniquely.
- Since:
- 3.2
- See Also:
for a discussion on business keys
|
Field Summary |
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
CVS_REVISION
static final java.lang.String CVS_REVISION
- String containing the CVS revision. Read out via reflection!
- See Also:
- Constant Field Values
getBusinessKey
java.lang.String getBusinessKey()
- Returns:
- business key
- Since:
- 3.2