Uses of Class
madkit.kernel.Madkit

Packages that use Madkit
Package
Description
Provides classes that are fundamental to the design of MaDKit applications.
  • Uses of Madkit in madkit.kernel

    Methods in madkit.kernel that return Madkit
    Modifier and Type
    Method
    Description
    protected static Madkit
    AbstractAgent.executeThisAgent()
    This offers a convenient way to create a main method that launches the agent class under development.
    protected static Madkit
    AbstractAgent.executeThisAgent(int nbOfInstances, boolean createFrame, String... args)
    This offers a convenient way to create main a main method that launches the agent class under development.
    protected static Madkit
    AbstractAgent.executeThisAgent(String... args)
    This offers a convenient way to create a main method that launches the agent class under development.