eaLib API Docs
Last Modified : January 7 2002

mss.ea.chr
Class ListChromosome

java.lang.Object
  |
  +--mss.ea.chr.Chromosome
        |
        +--mss.ea.chr.ListChromosome
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
ArrayListChromosome, LinkedListChromosome, VectorChromosome

public abstract class ListChromosome
extends Chromosome

Chromosome of type List.

Since:
0.1
Version:
0.1 (06-12-2001)
Author:
Andreas Rummler
See Also:
Serialized Form

Fields inherited from class mss.ea.chr.Chromosome
co
 
Constructor Summary
ListChromosome(java.util.List l)
          Constructor with a LinkedList.
 
Method Summary
 java.util.List listValue()
          Returns the chromosome object as a list.
 java.lang.String toString()
          Returns a string representation of this chromosome.
 
Methods inherited from class mss.ea.chr.Chromosome
clone, equals, getChromosomeObject, getObject, setChromosomeObject, setObject
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListChromosome

public ListChromosome(java.util.List l)
Constructor with a LinkedList.
Parameters:
l - List for chromosome
Method Detail

listValue

public java.util.List listValue()
Returns the chromosome object as a list.
Returns:
chromosome object as a list

toString

public java.lang.String toString()
Returns a string representation of this chromosome.
Overrides:
toString in class Chromosome
Returns:
string representation

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS