Package org.baseagent

Interface HasStep

All Known Subinterfaces:
GridStepPolicy
All Known Implementing Classes:
Agent, Beacon, DrawableAgent, EmbodiedAgent, Environment, FullGridStepPolicy, GridAgent, NoPatchGridStepPolicy, ParticleSpace, PathAgent, Pheromone, RowByRowStepPolicy

public interface HasStep
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    step(Simulation simulation)
     
  • Method Details