A C D E G H I L M N O P R S T W

M

MyCreature - class darwin.domain.MyCreature.
This class represents one creature in the world.
MyCreature(Species, World, Point, Direction) - Constructor for class darwin.domain.MyCreature
Create a MyCreature of the given Species, with the indicated position and direction.
MyProgram - class darwin.domain.MyProgram.
This class represents the sequence of Instructions in a Darwin program.
MyProgram() - Constructor for class darwin.domain.MyProgram
Construct a MyProgram.
MySpecies - class darwin.domain.MySpecies.
The individual creatures in the world are all representatives of some species class and share certain common characteristics, such as the species name and the program they execute.
MySpecies(String) - Constructor for class darwin.domain.MySpecies
Create a Species from a file.
MySpecies(String, String, Program) - Constructor for class darwin.domain.MySpecies
Create a Species with a given name, color and program.
MyWorld - class darwin.domain.MyWorld.
This class includes the functions necessary to keep track of the creatures in a two-dimensional world.
MyWorld(int, int) - Constructor for class darwin.domain.MyWorld
Create a new World consisting of aWidth columns and aHeight rows, each of which is numbered beginning at 0.
main(String[]) - Static method in class darwin.application.TextMain
 

A C D E G H I L M N O P R S T W