Package wodka.ga.geno.lang

Base classes and interfaces for the implemnetation of various building languages.

See:
          Description

Interface Summary
Command An interface that contains common methods for all commands.
Interpreter Defines how to build Models from Programs.
Language Interface for language like Genotypes.
Program A Program is a spezial kind of genotype.
 

Class Summary
AbstractInterpreter Superclass for common functionality of all Interpreters.
AbstractLanguage Contains common functionality for all languages.
AbstractProgram A sequence of commands.
 

Package wodka.ga.geno.lang Description

Base classes and interfaces for the implemnetation of various building languages.