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

rinde.sim.core.model.ModelReceiver Maven / Gradle / Ivy

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

/**
 * @author Rinde van Lon 
 * 
 */
public interface ModelReceiver {

    // FIXME documentation
    void registerModelProvider(ModelProvider mp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy