Interface Behavior

All Superinterfaces:
Named
All Known Implementing Classes:
Behavior

public interface Behavior extends Named
Represents a biological behavior or action pattern.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Individual individual)
     

    Methods inherited from interface Named

    getName
  • Method Details