public class IgnitionSimulator extends StandardSimulator
simulatorID
config, 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.
|
createWorldModel
connect, getSimulatorID, handleCommands, handleUpdate, postConnect, processImmediately, processMessage, requestNewEntityIDs, shutdown
getPreferredLogContext, getPreferredNDC, getPreferredRegistry, initialise, postConnect, send
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPreferredLogContext, getPreferredRegistry, initialise
protected void postConnect()
AbstractComponent
postConnect
in class StandardSimulator
protected void processCommands(KSCommands c, ChangeSet changes)
AbstractSimulator
processCommands
in class AbstractSimulator<StandardWorldModel>
c
- The commands to process.changes
- The ChangeSet to populate.public java.lang.String getName()
Component
getName
in interface Component
getName
in class AbstractComponent<StandardWorldModel>