Class TractorWalker

java.lang.Object
casa.lepton.walk.GraphWalker
casa.lepton.walk.TractorWalker
All Implemented Interfaces:
Walker

public class TractorWalker extends GraphWalker
Modélisation du comportement d'un tracteur qui : - quitte le hangar (après une pause aléatoire) - choisi un champ (l'entrée d'un champ) - chemine jusqu'à l'entrée de ce champ en suivant des routes - sillonne le champ - sort du champ - retourne au hangar ou choisit un nouveau champ - recommence après une pause aléatoire dans le hangar.