public class IgnitionSimulator extends StandardSimulator
simulatorIDconfig, connection, model, random| Constructor and Description |
|---|
IgnitionSimulator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of this component.
|
protected void |
postConnect()
Perform any post-connection work required before acknowledgement of the connection is made.
|
protected void |
processCommands(KSCommands c,
ChangeSet changes)
Process the commands from the server and populate a ChangeSet.
|
createWorldModelconnect, getSimulatorID, handleCommands, handleUpdate, postConnect, processImmediately, processMessage, requestNewEntityIDs, shutdowngetPreferredLogContext, getPreferredNDC, getPreferredRegistry, initialise, postConnect, sendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPreferredLogContext, getPreferredRegistry, initialiseprotected void postConnect()
AbstractComponentpostConnect in class StandardSimulatorprotected void processCommands(KSCommands c, ChangeSet changes)
AbstractSimulatorprocessCommands in class AbstractSimulator<StandardWorldModel>c - The commands to process.changes - The ChangeSet to populate.public java.lang.String getName()
ComponentgetName in interface ComponentgetName in class AbstractComponent<StandardWorldModel>