public interface Simulator extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
postConnect(Connection c,
int simulatorID,
java.util.Collection<Entity> entities,
Config config)
Notification that this simulator has been connected to the kernel.
|
connect, getName, getPreferredLogContext, getPreferredRegistry, initialise, shutdownvoid postConnect(Connection c, int simulatorID, java.util.Collection<Entity> entities, Config config)
c - The connection to the kernel.simulatorID - The ID of this simulator.entities - The set of Entities the kernel sent to this simulator on connection.config - The Config the kernel send to this simulator on connection.