Package physis.core.virtualmachine

Contains the base classes for software implementations of processors.

See:
          Description

Interface Summary
CodeTape Simply represents a codetape which has a size (number of contained instructions, length) and one instruction(code) can be retrieved via giving its position.
GeneticCodeTape The abstraction of the genetic code.
 

Class Summary
CellGeneticCodeTape Cell-like implementations of the genetic codetape.
GeneticCodeTapeFactory  
Instruction This class represents one instruction for a virtual machine.
InstructionSet This class contains the instructons of an instructionset which belongs to one or more virtual machines.
ParallelVirtualMachine This VM can run multiple threads concurrently.
PhysisVirtualMachine This is the base class for all virtualmachines which are implemented in Physis.
PhysisVMTracer A separate tool for running one virtualmachine.
SoupGeneticCodeTape All organisms share one large memory pool.
VirtualMachine It is the base class for all virtual machines, which executes the code tapes.
VirtualMachineFactory As a Factory this will make the digital-organism-instatiating easy.
 

Package physis.core.virtualmachine Description

Contains the base classes for software implementations of processors. On top of the abstract classes for Tierra-style alife systems are defined.