All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rinde.sim.core.SimulatorUser Maven / Gradle / Ivy

There is a newer version: 4.4.6
Show newest version
package rinde.sim.core;

/**
 * An interface that declares that a given simulation entity (e.g. agent)
 * requires the ability to get access to Simulator API
 * @author Bartosz Michalik 
 * 
 */
public interface SimulatorUser {
    /**
     * Through this method the user of the simulator receives a reference to the
     * {@link SimulatorAPI}.
     * @param api The simulator which this uses gets access to.
     */
    void setSimulator(SimulatorAPI api);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy