Uses of Interface
org.encog.ca.universe.Universe

Packages that use Universe
org.encog.ca.program   
org.encog.ca.program.conway   
org.encog.ca.program.elementary   
org.encog.ca.program.generic   
org.encog.ca.runner   
org.encog.ca.universe   
org.encog.ca.universe.basic   
org.encog.ca.visualize.basic   
 

Uses of Universe in org.encog.ca.program
 

Methods in org.encog.ca.program that return Universe
 Universe CAProgram.getSourceUniverse()
           
 Universe CAProgram.getTargetUniverse()
           
 

Methods in org.encog.ca.program with parameters of type Universe
 void CAProgram.setSourceUniverse(Universe sourceUniverse)
           
 void CAProgram.setTargetUniverse(Universe targetUniverse)
           
 

Uses of Universe in org.encog.ca.program.conway
 

Methods in org.encog.ca.program.conway that return Universe
 Universe ConwayProgram.getSourceUniverse()
           
 Universe ConwayProgram.getTargetUniverse()
           
 

Methods in org.encog.ca.program.conway with parameters of type Universe
 void ConwayProgram.setSourceUniverse(Universe sourceUniverse)
           
 void ConwayProgram.setTargetUniverse(Universe targetUniverse)
           
 

Constructors in org.encog.ca.program.conway with parameters of type Universe
ConwayProgram(Universe theSourceUniverse)
           
 

Uses of Universe in org.encog.ca.program.elementary
 

Methods in org.encog.ca.program.elementary that return Universe
 Universe ElementaryCA.getSourceUniverse()
           
 Universe ElementaryCA.getTargetUniverse()
           
 

Methods in org.encog.ca.program.elementary with parameters of type Universe
 void ElementaryCA.setSourceUniverse(Universe theSourceUniverse)
           
 void ElementaryCA.setTargetUniverse(Universe theTargetUniverse)
           
 

Constructors in org.encog.ca.program.elementary with parameters of type Universe
ElementaryCA(Universe theUniverse, int theRule)
           
 

Uses of Universe in org.encog.ca.program.generic
 

Methods in org.encog.ca.program.generic that return Universe
 Universe GenericCA.getSourceUniverse()
           
 Universe GenericCA.getTargetUniverse()
           
 

Methods in org.encog.ca.program.generic with parameters of type Universe
 void GenericCA.setSourceUniverse(Universe sourceUniverse)
           
 void GenericCA.setTargetUniverse(Universe targetUniverse)
           
 

Constructors in org.encog.ca.program.generic with parameters of type Universe
GenericCA(Universe theSourceUniverse, int count)
           
 

Uses of Universe in org.encog.ca.runner
 

Methods in org.encog.ca.runner that return Universe
 Universe CARunner.getUniverse()
           
 Universe BasicCARunner.getUniverse()
           
 

Methods in org.encog.ca.runner with parameters of type Universe
 void CARunner.init(Universe universe, CAProgram physics)
           
 void BasicCARunner.init(Universe theUniverse, CAProgram thePhysics)
           
 

Constructors in org.encog.ca.runner with parameters of type Universe
BasicCARunner(Universe theUniverse, CAProgram thePhysics)
           
 

Uses of Universe in org.encog.ca.universe
 

Methods in org.encog.ca.universe with parameters of type Universe
 double Universe.compare(Universe world)
           
 void Universe.copy(Universe world)
           
 

Uses of Universe in org.encog.ca.universe.basic
 

Classes in org.encog.ca.universe.basic that implement Universe
 class BasicUniverse
           
 

Methods in org.encog.ca.universe.basic with parameters of type Universe
 double BasicUniverse.compare(Universe otherWorld)
           
 void BasicUniverse.copy(Universe source)
           
 

Uses of Universe in org.encog.ca.visualize.basic
 

Constructors in org.encog.ca.visualize.basic with parameters of type Universe
BasicCAVisualizer(Universe theUniverse)
           
 



Copyright © 2014. All Rights Reserved.