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;

/**
 * Implementors of this interface will receive a reference to a
 * {@link ModelProvider} which can be used to gain access to available
 * {@link Model}s.
 * @author Rinde van Lon 
 */
public interface ModelReceiver {

  /**
   * Via this method the {@link ModelProvider} is injected.
   * @param mp The {@link ModelProvider} to inject.
   */
  void registerModelProvider(ModelProvider mp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy