Uses of Class
microsim.space.turtle.AbstractTurtle.MoveMode
-
Packages that use AbstractTurtle.MoveMode Package Description microsim.space.turtle -
-
Uses of AbstractTurtle.MoveMode in microsim.space.turtle
Methods in microsim.space.turtle that return AbstractTurtle.MoveMode Modifier and Type Method Description AbstractTurtle.MoveModeAbstractTurtle. getMovingType()Return the behaviour of the turtle when it goes out of bounds of the grid.static AbstractTurtle.MoveModeAbstractTurtle.MoveMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractTurtle.MoveMode[]AbstractTurtle.MoveMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in microsim.space.turtle with parameters of type AbstractTurtle.MoveMode Modifier and Type Method Description voidAbstractTurtle. setMovingType(AbstractTurtle.MoveMode movingType)Set the behaviour of the turtle when it goes out of bounds of the grid.
-