Uses of Interface
com.epochx.life.TerminationListener

Packages that use TerminationListener
com.epochx.core   
com.epochx.life   
com.epochx.model.ant   
com.epochx.model.majority   
com.epochx.model.multiplexer   
com.epochx.model.parity   
com.epochx.model.regression   
 

Uses of TerminationListener in com.epochx.core
 

Classes in com.epochx.core that implement TerminationListener
 class GPAbstractModel<TYPE>
          GPAbstractModel is a partial implementation of GPModel which provides sensible defaults for many of the necessary control parameters.
 

Uses of TerminationListener in com.epochx.life
 

Subinterfaces of TerminationListener in com.epochx.life
 interface LifeCycleListener<TYPE>
          Implementations of LifeCycleListener can be used to listen for events throughout the life of a GE run.
 

Methods in com.epochx.life with parameters of type TerminationListener
 void LifeCycleManager.addTerminationListener(TerminationListener listener)
           
 void LifeCycleManager.removeTerminationListener(TerminationListener listener)
           
 

Uses of TerminationListener in com.epochx.model.ant
 

Classes in com.epochx.model.ant that implement TerminationListener
 class SantaFeTrail
           
 

Uses of TerminationListener in com.epochx.model.majority
 

Classes in com.epochx.model.majority that implement TerminationListener
 class Majority5
           
 class Majority9
           
 

Uses of TerminationListener in com.epochx.model.multiplexer
 

Classes in com.epochx.model.multiplexer that implement TerminationListener
 class Multiplexer11Bit
           
 class Multiplexer20Bit
           
 class Multiplexer37Bit
           
 class Multiplexer6Bit
           
 

Uses of TerminationListener in com.epochx.model.parity
 

Classes in com.epochx.model.parity that implement TerminationListener
 class Even4Parity
           
 class Even5Parity
           
 class Even7Parity
           
 

Uses of TerminationListener in com.epochx.model.regression
 

Classes in com.epochx.model.regression that implement TerminationListener
 class CubicRegression
           
 class QuarticRegression