- All Known Subinterfaces:
BoundedChromosome<A,
,G> BoundedGene<A,
,G> Chromosome<G>
,Gene<A,
,G> NumericChromosome<N,
,G> NumericGene<N,
G>
- All Known Implementing Classes:
AbstractChromosome
,AnyChromosome
,AnyGene
,BitChromosome
,BitGene
,CharacterChromosome
,CharacterGene
,DoubleChromosome
,DoubleGene
,EnumGene
,Genotype
,IntegerChromosome
,IntegerGene
,LongChromosome
,LongGene
,PermutationChromosome
,Phenotype
public interface Verifiable
This interface lets you check an object for validity.
- Since:
- 1.0
- Version:
- 2.0
-
Method Summary
-
Method Details
-
isValid
boolean isValid()Check if this object is valid.- Returns:
- true if this object is valid, false otherwise.
-