Uses of Interface
org.primordion.xholon.base.IPatch

Packages that use IPatch
org.primordion.user.app.WolfSheepGrass   
org.primordion.xholon.base   
org.primordion.xholon.tutorials.StupidModel   
 

Uses of IPatch in org.primordion.user.app.WolfSheepGrass
 

Classes in org.primordion.user.app.WolfSheepGrass that implement IPatch
 class Grass
          Wolf Sheep Grass.
 

Uses of IPatch in org.primordion.xholon.base
 

Classes in org.primordion.xholon.base that implement IPatch
 class Patch
          A patch is an agent in the turtle mechanism.
 

Methods in org.primordion.xholon.base that return IPatch
 IPatch Turtle.patchAhead(double distance)
           
 IPatch Turtle.patchAt(int dx, int dy)
           
 IPatch Turtle.patchAtHeadingAndDistance(double heading, double distance)
           
 IPatch Turtle.patchHere()
           
 IPatch Turtle.patchLeftAndAhead(double distance, double angle)
           
 IPatch Turtle.patchRightAndAhead(double distance, double angle)
           
 IPatch PatchOwner.patch(int pxcor, int pycor)
          Return the patch with the specified absolute coordinates.
 IPatch Patch.patch(int pxcor, int pycor)
           
 IPatch Patch.patchAt(int dx, int dy)
           
 IPatch Patch.patchAtHeadingAndDistance(double heading, double distance)
           
 IPatch ITurtle.patchAhead(double distance)
          Return the single patch that is the given distance along the turtle's current heading.
 IPatch ITurtle.patchAt(int dx, int dy)
          Return the single patch at the specified x and y relative distance.
 IPatch ITurtle.patchAtHeadingAndDistance(double heading, double distance)
          Return the single patch at the specified absolute heading and relative distance.
 IPatch ITurtle.patchHere()
          Return the patch that the turtle is currently on.
 IPatch ITurtle.patchLeftAndAhead(double distance, double angle)
          Return the single patch that is the given distance from the turtle, in the direction turned left the given angle from the turtle's current heading.
 IPatch ITurtle.patchRightAndAhead(double distance, double angle)
          Return the single patch that is the given distance from the turtle, in the direction turned right the given angle from the turtle's current heading.
 IPatch IPatch.patch(int pxcor, int pycor)
          Return the patch with the specified absolute coordinates.
 IPatch IPatch.patchAt(int dx, int dy)
          Return the single patch at the specified x and y relative distance.
 IPatch IPatch.patchAtHeadingAndDistance(double heading, double distance)
          Return the single patch at the specified absolute heading and relative distance.
 

Methods in org.primordion.xholon.base with parameters of type IPatch
 void Turtle.jump(IPatch aPatch)
           
 void ITurtle.jump(IPatch aPatch)
          Jump directly to the specified patch.
 

Uses of IPatch in org.primordion.xholon.tutorials.StupidModel
 

Classes in org.primordion.xholon.tutorials.StupidModel that implement IPatch
 class HabitatCellStupidModel16nl
          StupidModel16nl application - Xholon Java