Uses of Interface
darwin.domain.Program

Packages that use Program
darwin.domain Contains the core domain classes for the Darwin world. 
 

Uses of Program in darwin.domain
 

Classes in darwin.domain that implement Program
 class MyProgram
          This class represents the sequence of Instructions in a Darwin program.
 

Constructors in darwin.domain with parameters of type Program
MySpecies(java.lang.String aName, java.lang.String aColor, Program aProgram)
          Create a Species with a given name, color and program.