eaLib API Docs
Last Modified : January 7 2002

Deprecated API

Deprecated Classes
mss.ea.al.ConditionalThread
          superceded by new thread communication model 
mss.ea.al.Controller
          superceded by new thread communication model 
mss.ea.al.GateThread
          superceded by new thread communication model 
mss.ea.al.MergeStream
          superceded by new thread communication model 
mss.ea.al.NotificationThread
          superceded by new thread communication model 
mss.ea.al.SingleLoopController
          superceded by new thread communication model 
mss.ea.al.SingleThread
          superceded by new thread communication model 
mss.ea.al.SinkThread
          superceded by new thread communication model 
mss.ea.al.SourceThread
          superceded by new thread communication model 
mss.ea.al.SplitStream
          superceded by new thread communication model 
mss.ea.al.ThreadController
          superceded by new thread communication model 
mss.ea.al.ThreadOperator
          superceded by new thread communication model 
mss.ea.al.ThreadSynchronization
          superceded by new thread communication model 
mss.ea.core.Trace
          completely replaced by functionality in Log 
 

Deprecated Fields
mss.ea.core.Individual.pop
          because of stream based concept this is not supported any longer 
 

Deprecated Methods
mss.ea.core.SortedPopulation.add(Vector)
          should not be used any longer 
mss.ea.core.SortedSteadyPopulation.add(Vector)
          should not be used any longer 
mss.ea.core.Log.debug(String)
          use Log.cat.debug( Object ) directly 
mss.ea.core.Log.debug(Throwable)
          use Log.cat.debug( Object, Throwable ) directly 
mss.ea.core.Individual.equalSet(Individual)
          replaced by hasEqualSet( Individual ) 
mss.ea.core.Log.error(String, Object)
          redundent since migration to Log4J 
mss.ea.core.Log.fatal(String, Object)
          redundent since migration to Log4J 
mss.ea.chr.Chromosome.getChromosomeObject()
          replaced by getObject 
mss.ea.core.UniqueID.getLongID()
          replaced by getLong() 
mss.ea.core.UniqueID.getLongIntegerID()
          use new Integer( UniqueID.getLong() ) instead 
mss.ea.core.Individual.getPopulation()
          because of stream based concept this is not supported any longer 
mss.ea.core.AbstractPopulation.getStream()
          replaced by toStream() 
mss.ea.core.IndividualGate.getStream()
          replaced by toStream() 
mss.ea.core.UniqueID.getStringID()
          replaced by getString() 
mss.ea.core.Fitness.getValue()
          replaced by value() due to consistency reasons compared to Score interface 
mss.ea.eval.DefaultFitness.getValue()
          replaced by value() 
mss.ea.core.Log.info(String, Object)
          redundent since migration to Log4J 
mss.ea.core.RandomUtil.scrambleArray(Object[])
          replaced by scramble 
mss.ea.core.RandomUtil.scrambleArray(Object[], int)
          replaced by scramble 
mss.ea.core.RandomUtil.scrambleList(List)
          replaced by scramble 
mss.ea.core.RandomUtil.scrambleList(List, int)
          replaced by scramble 
mss.ea.chr.Chromosome.setChromosomeObject(Object)
          replaced by setObject 
mss.ea.core.Individual.setPopulation(AbstractPopulation)
          because of stream based concept this is not supported any longer 
mss.ea.core.Log.warn(String, Object)
          redundent since migration to Log4J 
 

Deprecated Constructors
mss.ea.eval.DefaultIndividualComparator(ScoreComparator)
          replaced by class IndividualScoreComparator 
 


eaLib API Docs
Last Modified : January 7 2002

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