wodka.ga.geno.lang.turtle
Interface TurtleCommand

All Superinterfaces:
Command, java.io.Serializable, StreamPersistable
All Known Implementing Classes:
AbstractTurtleCommand

public interface TurtleCommand
extends Command

Common methods of turtle commands.


Method Summary
 void eval(Model model, TurtleInterpreter interp)
           
 
Methods inherited from interface wodka.ga.geno.lang.Command
createClone, getLanguage, mutateCommand, mutateParameter, parameterCount, setLanguage, toShortDescription
 
Methods inherited from interface wodka.util.StreamPersistable
fromStream, getVersion, toStream
 

Method Detail

eval

public void eval(Model model,
                 TurtleInterpreter interp)