Uses of Class
darwin.domain.Instruction

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

Uses of Instruction in darwin.domain
 

Methods in darwin.domain that return Instruction
 Instruction Species.getProgramStep(int aStep)
          Determine an Instruction from the Program for this Species.
 Instruction Program.getInstruction(int aStep)
          Determine an Instruction from this Program.
 Instruction Creature.getNextInstruction()
          Determine the next Instruction to execute for this Creature.
 

Methods in darwin.domain with parameters of type Instruction
 void Program.add(Instruction aInstruction)
          Add an Instruction to this Program.