physis.core.virtualmachine
Class GeneticCodeTapeFactory

java.lang.Object
  |
  +--physis.core.virtualmachine.GeneticCodeTapeFactory

public class GeneticCodeTapeFactory
extends java.lang.Object


Field Summary
private static boolean is_cell
           
private static java.lang.String POOL_SIZE
           
 
Constructor Summary
GeneticCodeTapeFactory()
           
 
Method Summary
static GeneticCodeTape getGeneticCodeTape(short[] code, byte[] attribs)
           
static GeneticCodeTape getGeneticCodeTape(java.lang.String filename)
           
static void init()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

POOL_SIZE

private static final java.lang.String POOL_SIZE

is_cell

private static boolean is_cell
Constructor Detail

GeneticCodeTapeFactory

public GeneticCodeTapeFactory()
Method Detail

init

public static void init()

getGeneticCodeTape

public static GeneticCodeTape getGeneticCodeTape(java.lang.String filename)

getGeneticCodeTape

public static GeneticCodeTape getGeneticCodeTape(short[] code,
                                                 byte[] attribs)