public class ClearSimulator extends StandardSimulator
simulatorID
config, connection, model, random
Constructor and Description |
---|
ClearSimulator() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of this component.
|
protected void |
processCommands(KSCommands c,
ChangeSet changes)
Process the commands from the server and populate a ChangeSet.
|
createWorldModel, postConnect
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
public java.lang.String getName()
Component
getName
in interface Component
getName
in class AbstractComponent<StandardWorldModel>
protected void processCommands(KSCommands c, ChangeSet changes)
AbstractSimulator
processCommands
in class AbstractSimulator<StandardWorldModel>
c
- The commands to process.changes
- The ChangeSet to populate.