- AbstractAgent<T extends WorldModel<? extends Entity>,E extends Entity> - Class in rescuecore2.components
-
Abstract base class for agent implementations.
- AbstractAgent() - Constructor for class rescuecore2.components.AbstractAgent
-
Create a new AbstractAgent.
- AbstractChannel - Class in rescuecore2.standard.kernel.comms
-
Abstract base class for channels.
- AbstractChannel(int) - Constructor for class rescuecore2.standard.kernel.comms.AbstractChannel
-
Construct an AbstractChannel.
- AbstractCommand - Class in rescuecore2.messages
-
A sub-interface of Message that tags messages that are interpreted as agent commands.
- AbstractCommand(String) - Constructor for class rescuecore2.messages.AbstractCommand
-
Construct a new abstract command.
- AbstractCommand(String, EntityID, int) - Constructor for class rescuecore2.messages.AbstractCommand
-
Construct a new abstract command.
- AbstractCommand(Enum<?>) - Constructor for class rescuecore2.messages.AbstractCommand
-
Construct a new abstract command.
- AbstractCommand(Enum<?>, EntityID, int) - Constructor for class rescuecore2.messages.AbstractCommand
-
Construct a new abstract command.
- AbstractCommandFilter - Class in kernel
-
An abstract base class for command filters.
- AbstractCommandFilter() - Constructor for class kernel.AbstractCommandFilter
-
- AbstractCommunicationModel - Class in kernel
-
Abstract base class for communication models.
- AbstractCommunicationModel() - Constructor for class kernel.AbstractCommunicationModel
-
Construct an AbstractCommunicationModel.
- AbstractComponent<T extends WorldModel<? extends Entity>> - Class in rescuecore2.components
-
Abstract base class for component implementations.
- AbstractComponent() - Constructor for class rescuecore2.components.AbstractComponent
-
Create a new AbstractComponent.
- AbstractConnection - Class in rescuecore2.connection
-
Abstract base class for Connection implementations.
- AbstractConnection() - Constructor for class rescuecore2.connection.AbstractConnection
-
Construct an abstract connection.
- AbstractConnection.State - Enum in rescuecore2.connection
-
The state of this connection: either not yet started, started or shut down.
- AbstractEntity - Class in rescuecore2.worldmodel
-
Abstract base class for concrete Entity implementations.
- AbstractEntity(EntityID) - Constructor for class rescuecore2.worldmodel.AbstractEntity
-
Construct an AbstractEntity with a set of properties.
- AbstractEntity(AbstractEntity) - Constructor for class rescuecore2.worldmodel.AbstractEntity
-
AbstractEntity copy constructor.
- AbstractEntityFactory<T extends java.lang.Enum<T>> - Class in rescuecore2.registry
-
An abstract entity factory with helper methods for defining URNs with enums.
- AbstractEntityFactory(Class<T>) - Constructor for class rescuecore2.registry.AbstractEntityFactory
-
Constructor for AbstractEntityFactory.
- AbstractFunction - Class in gis2.scenario
-
Abstract base class for scenario editing functions.
- AbstractFunction(ScenarioEditor) - Constructor for class gis2.scenario.AbstractFunction
-
Construct an AbstractFunction.
- AbstractFunction - Class in maps.gml.editor
-
Abstract base class for Function implementations.
- AbstractFunction(GMLEditor) - Constructor for class maps.gml.editor.AbstractFunction
-
Construct an AbstractFunction.
- AbstractKernelComponent - Class in kernel
-
Abstract base class for KernelComponent implementations.
- AbstractKernelComponent(String, Connection) - Constructor for class kernel.AbstractKernelComponent
-
Construct a new abstract component.
- AbstractLogReader - Class in rescuecore2.log
-
Abstract base class for LogReader implementations.
- AbstractLogReader(Registry) - Constructor for class rescuecore2.log.AbstractLogReader
-
Create a new AbstractLogReader.
- AbstractLogWriter - Class in rescuecore2.log
-
Abstract base class for log writer implementations.
- AbstractLogWriter() - Constructor for class rescuecore2.log.AbstractLogWriter
-
- AbstractMessage - Class in rescuecore2.messages
-
An abstract base class for Message objects.
- AbstractMessage(String) - Constructor for class rescuecore2.messages.AbstractMessage
-
Construct a message with a given urn.
- AbstractMessage(Enum<?>) - Constructor for class rescuecore2.messages.AbstractMessage
-
Construct a message with a urn defined as an enum.
- AbstractMessageComponent - Class in rescuecore2.messages
-
Abstract base class for message components.
- AbstractMessageComponent(String) - Constructor for class rescuecore2.messages.AbstractMessageComponent
-
Construct a message component with a name.
- AbstractMessageFactory<T extends java.lang.Enum<T>> - Class in rescuecore2.registry
-
An abstract message factory with helper methods for defining URNs with enums.
- AbstractMessageFactory(Class<T>) - Constructor for class rescuecore2.registry.AbstractMessageFactory
-
Constructor for AbstractMessageFactory.
- AbstractProperty - Class in rescuecore2.worldmodel
-
Abstract base class for Property implementations.
- AbstractProperty(String) - Constructor for class rescuecore2.worldmodel.AbstractProperty
-
Construct a property with a given type and assume that the value of this property is initially undefined.
- AbstractProperty(Enum<?>) - Constructor for class rescuecore2.worldmodel.AbstractProperty
-
Construct a property with a given type and assume that the value of this property is initially undefined.
- AbstractProperty(String, boolean) - Constructor for class rescuecore2.worldmodel.AbstractProperty
-
Construct a property with a given type and whether the value of this property is initially defined or not.
- AbstractProperty(Enum<?>, boolean) - Constructor for class rescuecore2.worldmodel.AbstractProperty
-
Construct a property with a given type and whether the value of this property is initially defined or not.
- AbstractProperty(AbstractProperty) - Constructor for class rescuecore2.worldmodel.AbstractProperty
-
AbstractProperty copy constructor.
- AbstractPropertyFactory<T extends java.lang.Enum<T>> - Class in rescuecore2.registry
-
An abstract property factory with helper methods for defining URNs with enums.
- AbstractPropertyFactory(Class<T>) - Constructor for class rescuecore2.registry.AbstractPropertyFactory
-
Constructor for AbstractPropertyFactory.
- AbstractSampleAgent<E extends StandardEntity> - Class in sample
-
Abstract base class for sample agents.
- AbstractSampleAgent() - Constructor for class sample.AbstractSampleAgent
-
Construct an AbstractSampleAgent.
- AbstractScoreFunction - Class in rescuecore2.score
-
Abstract base class for a score function.
- AbstractScoreFunction(String) - Constructor for class rescuecore2.score.AbstractScoreFunction
-
Construct an AbstractScoreFunction.
- AbstractSimulator<T extends WorldModel<? extends Entity>> - Class in rescuecore2.components
-
Abstract base class for simulator implementations.
- AbstractSimulator() - Constructor for class rescuecore2.components.AbstractSimulator
-
Create a new AbstractSimulator.
- AbstractSpatialIndex - Class in rescuecore2.misc.geometry.spatialindex
-
Abstract base class for spatial index implementations.
- AbstractSpatialIndex() - Constructor for class rescuecore2.misc.geometry.spatialindex.AbstractSpatialIndex
-
- AbstractTool - Class in gis2.scenario
-
Abstract base class for scenario editing tools.
- AbstractTool(ScenarioEditor) - Constructor for class gis2.scenario.AbstractTool
-
Construct an AbstractTool.
- AbstractTool - Class in maps.gml.editor
-
Abstract base class for Tool implementations.
- AbstractTool(GMLEditor) - Constructor for class maps.gml.editor.AbstractTool
-
Construct an AbstractTool.
- AbstractValueConstraint - Class in rescuecore2.config
-
Abstract base class for value constraints.
- AbstractValueConstraint(String) - Constructor for class rescuecore2.config.AbstractValueConstraint
-
Construct an AbstractConstrainedConfigValue.
- AbstractViewer<T extends WorldModel<? extends Entity>> - Class in rescuecore2.components
-
Abstract base class for viewer implementations.
- AbstractViewer() - Constructor for class rescuecore2.components.AbstractViewer
-
Create a new AbstractViewer.
- AbstractViewLayer - Class in rescuecore2.view
-
An abstract ViewLayer implementation.
- AbstractViewLayer() - Constructor for class rescuecore2.view.AbstractViewLayer
-
Construct a new, visible AbstractViewLayer.
- AbstractWorldModel<T extends Entity> - Class in rescuecore2.worldmodel
-
Abstract base class for WorldModel implementations.
- AbstractWorldModel() - Constructor for class rescuecore2.worldmodel.AbstractWorldModel
-
Construct a new abstract world model.
- activate() - Method in class gis2.scenario.ShapeTool
-
- activate() - Method in interface gis2.scenario.Tool
-
Activate this tool.
- activate() - Method in class kernel.ui.KernelControlPanel
-
Activate this control panel.
- activate() - Method in class maps.gml.editor.CreateEdgeTool
-
- activate() - Method in class maps.gml.editor.CreateNodeTool
-
- activate() - Method in class maps.gml.editor.CreateShapeTool
-
- activate() - Method in class maps.gml.editor.DeleteEdgeTool
-
- activate() - Method in class maps.gml.editor.DeleteNodeTool
-
- activate() - Method in class maps.gml.editor.DeleteShapeTool
-
- activate() - Method in class maps.gml.editor.FixLatLongTool
-
- activate() - Method in class maps.gml.editor.InspectTool
-
- activate() - Method in class maps.gml.editor.MergeLinesTool
-
- activate() - Method in class maps.gml.editor.MergeNodesTool
-
- activate() - Method in class maps.gml.editor.MoveNodeTool
-
- activate() - Method in class maps.gml.editor.PanZoomTool
-
- activate() - Method in class maps.gml.editor.SplitEdgeTool
-
- activate() - Method in class maps.gml.editor.SplitShapeTool
-
- activate() - Method in class maps.gml.editor.TogglePassableTool
-
- activate() - Method in interface maps.gml.editor.Tool
-
Activate this tool.
- activate() - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Activate this frame.
- add(GMLObject) - Method in class maps.gml.GMLMap
-
Add an object.
- add(Collection<? extends GMLObject>) - Method in class maps.gml.GMLMap
-
Add a set of objects.
- add(GMLObject...) - Method in class maps.gml.GMLMap
-
Add a set of objects.
- add(Vector2D) - Method in class rescuecore2.misc.geometry.Vector2D
-
Create a new Vector2D by adding a vector to this one.
- add(T) - Method in class rescuecore2.misc.gui.ListModelList
-
- add(int, T) - Method in class rescuecore2.misc.gui.ListModelList
-
- add(double, double) - Method in class traffic3.objects.Force
-
Add to this force.
- add(Force...) - Method in class traffic3.objects.Force
-
Add some other forces to this force.
- addAgent(AgentProxy) - Method in class kernel.Kernel
-
Add an agent to the system.
- addAgent(TrafficAgent) - Method in class traffic3.objects.TrafficArea
-
Add an agent to this area.
- addAll(Collection<? extends T>) - Method in class rescuecore2.misc.gui.ListModelList
-
- addAll(int, Collection<? extends T>) - Method in class rescuecore2.misc.gui.ListModelList
-
- addAll(Collection<? extends Entity>) - Method in class rescuecore2.worldmodel.ChangeSet
-
Add all defined properties from a collection.
- addAmbulanceCentre(int) - Method in class gis2.GisScenario
-
Add an ambulance centre.
- addAmbulanceTeam(int) - Method in class gis2.GisScenario
-
Add an ambulance team.
- addBlockade(TrafficBlockade) - Method in class traffic3.objects.TrafficArea
-
Add a TrafficBlockade.
- addBuilding(TemporaryBuilding) - Method in class maps.convert.osm2gml.TemporaryMap
-
Add a building.
- addBuilding(GMLBuilding) - Method in class maps.gml.GMLMap
-
Add a building.
- addBuriednessDamage(double) - Method in class misc.HumanAttributes
-
Add some buriedness damage.
- addCallback(LoadableTypeCallback) - Method in class rescuecore2.misc.java.LoadableTypeProcessor
-
Add a LoadableTypeCallback function.
- addChange(Entity, Property) - Method in class rescuecore2.worldmodel.ChangeSet
-
Add a change.
- addChange(EntityID, String, Property) - Method in class rescuecore2.worldmodel.ChangeSet
-
Add a change.
- addChild(Noise) - Method in class rescuecore2.standard.kernel.comms.ChainedNoise
-
Add a child.
- addChildFunction(ScoreFunction) - Method in class rescuecore2.score.CompositeScoreFunction
-
Add a child score function.
- addChildFunction(ScoreFunction, double) - Method in class rescuecore2.score.WeightedScoreFunction
-
Add a child score function with a weight.
- addChildFunctions(Collection<ScoreFunction>) - Method in class rescuecore2.score.CompositeScoreFunction
-
Add a collection of child score functions.
- addChildFunctions(ScoreFunction...) - Method in class rescuecore2.score.CompositeScoreFunction
-
Add a collection of child score functions.
- addCivilian(int) - Method in class gis2.GisScenario
-
Add a civilian.
- addCollapseDamage(double) - Method in class misc.HumanAttributes
-
Add some collapse damage.
- addCommandCollector(CommandCollector) - Method in class kernel.CompositeCommandCollector
-
Add a child command collector.
- addConfigUpdater(LoadableType, Config, String) - Method in class rescuecore2.misc.java.LoadableTypeProcessor
-
Add a config updating callback.
- addConnectionListener(ConnectionListener) - Method in class rescuecore2.connection.AbstractConnection
-
- addConnectionListener(ConnectionListener) - Method in interface rescuecore2.connection.Connection
-
Add a ConnectionListener.
- addConstraint(ConfigConstraint) - Method in class rescuecore2.config.Config
-
Add a constraint.
- addDamage(double) - Method in class misc.DamageType
-
Add some damage.
- addDefaultLayers() - Method in class rescuecore2.standard.view.AnimatedWorldModelViewer
-
- addDefaultLayers() - Method in class rescuecore2.standard.view.StandardWorldModelViewer
-
Add the default layer set, i.e.
- addEdge(GMLEdge) - Method in class maps.gml.GMLMap
-
Add an edge.
- addEdge(Edge) - Method in class rescuecore2.standard.entities.EdgeListProperty
-
Add an edge to the list.
- addEdit(UndoableEdit) - Method in class gis2.scenario.ScenarioEditor
-
Register an undoable edit.
- addEdit(UndoableEdit) - Method in class maps.gml.editor.GMLEditor
-
Register an undoable edit.
- addEntities(Collection<? extends Entity>) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
- addEntities(Collection<? extends Entity>) - Method in interface rescuecore2.worldmodel.WorldModel
-
Add a set of entities to the world.
- addEntity(Entity) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
- addEntity(Entity) - Method in interface rescuecore2.worldmodel.WorldModel
-
Add an entity to the world.
- addEntityImpl(T) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
Subclasses should provide their implementation of addEntity here.
- addEntityImpl(T) - Method in class rescuecore2.worldmodel.DefaultWorldModel
-
- addEntityListener(EntityListener) - Method in class rescuecore2.worldmodel.AbstractEntity
-
- addEntityListener(EntityListener) - Method in interface rescuecore2.worldmodel.Entity
-
Add an EntityListener.
- addFactoryRegisterCallbacks(Registry) - Method in class rescuecore2.misc.java.LoadableTypeProcessor
-
Add the message, property and entity factory register callbacks.
- addFilter(CommandFilter) - Method in class kernel.ChainedCommandFilter
-
Add a CommandFilter to the chain.
- addFire(int) - Method in class gis2.GisScenario
-
Add a fire.
- addFireBrigade(int) - Method in class gis2.GisScenario
-
Add a fire brigade.
- addFireDamage(double) - Method in class misc.HumanAttributes
-
Add some fire damage.
- addFireStation(int) - Method in class gis2.GisScenario
-
Add a fire station.
- addGasStation(int) - Method in class gis2.GisScenario
-
Add a GasStation.
- addGUIComponent(GUIComponent) - Method in class kernel.ui.KernelGUI
-
Add a kernel GUI component.
- addHearing(Entity, Command...) - Method in class kernel.AbstractCommunicationModel
-
Register a set of heard messages for an agent.
- addHearing(Entity, Collection<? extends Command>) - Method in class kernel.AbstractCommunicationModel
-
Register a set of heard messages for an agent.
- addHydrant(int) - Method in class gis2.GisScenario
-
Add a hydrant.
- addIntersection(TemporaryIntersection) - Method in class maps.convert.osm2gml.TemporaryMap
-
Add an intersection.
- addKernelListener(KernelListener) - Method in class kernel.Kernel
-
Add a KernelListener.
- addLayer(ViewLayer) - Method in class rescuecore2.view.LayerViewComponent
-
Add a view layer.
- addMessageComponent(MessageComponent) - Method in class rescuecore2.messages.AbstractMessage
-
Add a message component.
- addMessageForAgent(Entity, AKSpeak) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
Register a message that should be send to an agent on the next call to @{link #getMessagesForAgent(AgentProxy)}.
- addMessageForSubscribers(AKSpeak) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
Register a message that should be send to all subscribers.
- addNode(GMLNode) - Method in class maps.gml.GMLMap
-
Add a node.
- AddNoiseFunction - Class in maps.gml.editor
-
A function for adding noise to node coordinates.
- AddNoiseFunction(GMLEditor) - Constructor for class maps.gml.editor.AddNoiseFunction
-
Construct an AddNoiseFunction.
- addOverlay(Overlay) - Method in class maps.gml.view.GMLMapViewer
-
Add an overlay to the view.
- addPoliceForce(int) - Method in class gis2.GisScenario
-
Add a police force.
- addPoliceOffice(int) - Method in class gis2.GisScenario
-
Add a police office.
- addRefuge(int) - Method in class gis2.GisScenario
-
Add a refuge.
- addRoad(TemporaryRoad) - Method in class maps.convert.osm2gml.TemporaryMap
-
Add a road.
- addRoad(GMLRoad) - Method in class maps.gml.GMLMap
-
Add a road.
- addRoadSegment(OSMRoadInfo) - Method in class maps.convert.osm2gml.OSMIntersectionInfo
-
Add an incoming road.
- addSimulator(SimulatorProxy) - Method in class kernel.Kernel
-
Add a simulator to the system.
- addSpace(GMLSpace) - Method in class maps.gml.GMLMap
-
Add a space.
- addSubscriber(Entity) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
- addSubscriber(Entity) - Method in interface rescuecore2.standard.kernel.comms.Channel
-
Add a subscriber to this channel.
- addTemporaryObject(TemporaryObject) - Method in class maps.convert.osm2gml.TemporaryMap
-
Add an object.
- addValue(EntityID) - Method in class rescuecore2.worldmodel.properties.EntityRefListProperty
-
Add a value to the list.
- addViewer(ViewerProxy) - Method in class kernel.Kernel
-
Add a viewer to the system.
- addViewListener(ViewListener) - Method in class rescuecore2.view.ViewComponent
-
Add a view listener.
- addWorldModelListener(WorldModelListener<? super T>) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
- addWorldModelListener(WorldModelListener<? super T>) - Method in interface rescuecore2.worldmodel.WorldModel
-
Add a listener for world model events.
- aftershockHappens(int) - Method in class collapse.CollapseWorldModel
-
- aftershockIntensity(int) - Method in class collapse.CollapseWorldModel
-
- Agent - Interface in rescuecore2.components
-
Sub-interface for Agent components.
- AGENT - Static variable in class rescuecore2.misc.java.LoadableType
-
An Agent loadable type.
- agentAdded(Kernel, AgentProxy) - Method in interface kernel.KernelListener
-
Notification that an agent has been added.
- agentAdded(Kernel, AgentProxy) - Method in class kernel.KernelListenerAdapter
-
- agentAdded(Kernel, AgentProxy) - Method in class kernel.ui.KernelStatus
-
- AgentOverlay - Class in gis2.scenario
-
Overlay for viewing agents in a scenario.
- AgentOverlay(ScenarioEditor) - Constructor for class gis2.scenario.AgentOverlay
-
Construct an AgentOverlay.
- AgentPath - Class in rescuecore2.standard.misc
-
A class for encapsulating the actual movement path an agent took during a timestep.
- AgentPath() - Constructor for class rescuecore2.standard.misc.AgentPath
-
- AgentProxy - Class in kernel
-
This class is the kernel interface to an agent.
- AgentProxy(String, Entity, Connection) - Constructor for class kernel.AgentProxy
-
Construct an agent.
- AgentRegistrar - Interface in kernel
-
Implementations of this decide which entities are controlled by agents and what each agent can see on startup.
- agentRemoved(Kernel, AgentProxy) - Method in interface kernel.KernelListener
-
Notification that an agent has been removed.
- agentRemoved(Kernel, AgentProxy) - Method in class kernel.KernelListenerAdapter
-
- agentRemoved(Kernel, AgentProxy) - Method in class kernel.ui.KernelStatus
-
- AGENTS_KEY - Static variable in class kernel.KernelConstants
-
The config key for agent implementations.
- AKAcknowledge - Class in rescuecore2.messages.control
-
A message for acknowleding a connection to the kernel.
- AKAcknowledge(InputStream) - Constructor for class rescuecore2.messages.control.AKAcknowledge
-
An AKAcknowledge message that populates its data from a stream.
- AKAcknowledge(int, EntityID) - Constructor for class rescuecore2.messages.control.AKAcknowledge
-
AKAcknowledge message with specific request ID and agent ID components.
- AKClear - Class in rescuecore2.standard.messages
-
An agent Clear command.
- AKClear(InputStream) - Constructor for class rescuecore2.standard.messages.AKClear
-
An AKClear message that populates its data from a stream.
- AKClear(EntityID, int, EntityID) - Constructor for class rescuecore2.standard.messages.AKClear
-
Construct an AKClear command.
- AKClearArea - Class in rescuecore2.standard.messages
-
An agent Clear command.
- AKClearArea(InputStream) - Constructor for class rescuecore2.standard.messages.AKClearArea
-
An AKClearArea message that populates its data from a stream.
- AKClearArea(EntityID, int, int, int) - Constructor for class rescuecore2.standard.messages.AKClearArea
-
Construct an AKClearArea command.
- AKConnect - Class in rescuecore2.messages.control
-
A message for connecting an agent to the kernel.
- AKConnect(InputStream) - Constructor for class rescuecore2.messages.control.AKConnect
-
An AKConnect message that populates its data from a stream.
- AKConnect(int, int, String, String...) - Constructor for class rescuecore2.messages.control.AKConnect
-
An AKConnect with particular version, requestID and requested entity types.
- AKExtinguish - Class in rescuecore2.standard.messages
-
An agent Extinguish command.
- AKExtinguish(InputStream) - Constructor for class rescuecore2.standard.messages.AKExtinguish
-
An AKExtinguish message that populates its data from a stream.
- AKExtinguish(EntityID, int, EntityID, int) - Constructor for class rescuecore2.standard.messages.AKExtinguish
-
Construct an AKExtinguish command.
- AKLoad - Class in rescuecore2.standard.messages
-
An agent Load command.
- AKLoad(InputStream) - Constructor for class rescuecore2.standard.messages.AKLoad
-
An AKLoad message that populates its data from a stream.
- AKLoad(EntityID, int, EntityID) - Constructor for class rescuecore2.standard.messages.AKLoad
-
Construct an AKLoad command.
- AKMove - Class in rescuecore2.standard.messages
-
An agent move command.
- AKMove(InputStream) - Constructor for class rescuecore2.standard.messages.AKMove
-
An AKMove message that populates its data from a stream.
- AKMove(EntityID, int, List<EntityID>) - Constructor for class rescuecore2.standard.messages.AKMove
-
Construct a move command.
- AKMove(EntityID, int, List<EntityID>, int, int) - Constructor for class rescuecore2.standard.messages.AKMove
-
Construct a move command.
- AKRescue - Class in rescuecore2.standard.messages
-
An agent Rescue command.
- AKRescue(InputStream) - Constructor for class rescuecore2.standard.messages.AKRescue
-
An AKRescue message that populates its data from a stream.
- AKRescue(EntityID, int, EntityID) - Constructor for class rescuecore2.standard.messages.AKRescue
-
Construct an AKRescue command.
- AKRest - Class in rescuecore2.standard.messages
-
An agent rest command.
- AKRest(InputStream) - Constructor for class rescuecore2.standard.messages.AKRest
-
An AKRest message that populates its data from a stream.
- AKRest(EntityID, int) - Constructor for class rescuecore2.standard.messages.AKRest
-
Construct a rest command.
- AKSay - Class in rescuecore2.standard.messages
-
An agent say command.
- AKSay(InputStream) - Constructor for class rescuecore2.standard.messages.AKSay
-
An AKSay message that populates its data from a stream.
- AKSay(EntityID, int, byte[]) - Constructor for class rescuecore2.standard.messages.AKSay
-
Construct a say command.
- AKSpeak - Class in rescuecore2.standard.messages
-
An agent speak (channel) command.
- AKSpeak(InputStream) - Constructor for class rescuecore2.standard.messages.AKSpeak
-
An AKSpeak message that populates its data from a stream.
- AKSpeak(EntityID, int, int, byte[]) - Constructor for class rescuecore2.standard.messages.AKSpeak
-
Construct a speak command.
- AKSubscribe - Class in rescuecore2.standard.messages
-
An agent channel subscription command.
- AKSubscribe(InputStream) - Constructor for class rescuecore2.standard.messages.AKSubscribe
-
An AKSubscribe message that populates its data from a stream.
- AKSubscribe(EntityID, int, int...) - Constructor for class rescuecore2.standard.messages.AKSubscribe
-
Construct a subscribe command.
- AKTell - Class in rescuecore2.standard.messages
-
An agent tell command.
- AKTell(InputStream) - Constructor for class rescuecore2.standard.messages.AKTell
-
An AKTell message that populates its data from a stream.
- AKTell(EntityID, int, byte[]) - Constructor for class rescuecore2.standard.messages.AKTell
-
Construct an AKTell command.
- AKUnload - Class in rescuecore2.standard.messages
-
An agent Unload command.
- AKUnload(InputStream) - Constructor for class rescuecore2.standard.messages.AKUnload
-
An AKUnload message that populates its data from a stream.
- AKUnload(EntityID, int) - Constructor for class rescuecore2.standard.messages.AKUnload
-
Construct an unload command.
- allowed(Command, KernelState) - Method in class kernel.AbstractCommandFilter
-
Find out if a particular command is allowed.
- allowed(Command, KernelState) - Method in class kernel.WrongTimeCommandFilter
-
- allowed(Command, KernelState) - Method in class rescuecore2.standard.kernel.BuriedAgentsCommandFilter
-
- allowed(Command, KernelState) - Method in class rescuecore2.standard.kernel.DeadAgentsCommandFilter
-
- AMBULANCE_CENTRE_COUNT_KEY - Static variable in class rescuecore2.standard.StandardConstants
-
Config key for the number of ambulance centres in the scenario.
- AMBULANCE_TEAM_COUNT_KEY - Static variable in class rescuecore2.standard.StandardConstants
-
Config key for the number of ambulance teams in the scenario.
- AmbulanceCentre - Class in rescuecore2.standard.entities
-
The AmbulanceCentre object.
- AmbulanceCentre(EntityID) - Constructor for class rescuecore2.standard.entities.AmbulanceCentre
-
Construct a AmbulanceCentre object with entirely undefined values.
- AmbulanceCentre(AmbulanceCentre) - Constructor for class rescuecore2.standard.entities.AmbulanceCentre
-
AmbulanceCentre copy constructor.
- AmbulanceCentre(Building) - Constructor for class rescuecore2.standard.entities.AmbulanceCentre
-
Create an ambulance centre based on another Building.
- AmbulanceTeam - Class in rescuecore2.standard.entities
-
The AmbulanceTeam object.
- AmbulanceTeam(EntityID) - Constructor for class rescuecore2.standard.entities.AmbulanceTeam
-
Construct a AmbulanceTeam object with entirely undefined values.
- AmbulanceTeam(AmbulanceTeam) - Constructor for class rescuecore2.standard.entities.AmbulanceTeam
-
AmbulanceTeam copy constructor.
- AnimatedHumanLayer - Class in rescuecore2.standard.view
-
A view layer that animates human movements.
- AnimatedHumanLayer() - Constructor for class rescuecore2.standard.view.AnimatedHumanLayer
-
Construct an animated human view layer.
- AnimatedWorldModelViewer - Class in rescuecore2.standard.view
-
A viewer for StandardWorldModels.
- AnimatedWorldModelViewer() - Constructor for class rescuecore2.standard.view.AnimatedWorldModelViewer
-
Construct an animated world model viewer.
- apexesToEdges(GMLNode...) - Method in class maps.gml.GMLMap
-
Turn a list of apexes into a list of directed edges.
- apexesToEdges(List<GMLNode>) - Method in class maps.gml.GMLMap
-
Turn a list of apexes into a list of directed edges.
- appendValue(String, String) - Method in class rescuecore2.config.Config
-
Append a value to a key.
- appendValue(String, String, String) - Method in class rescuecore2.config.Config
-
Append a value to a key.
- apply(StandardWorldModel, Config) - Method in class gis2.GisScenario
-
Apply this scenario to a world model.
- applyNoise(AKSpeak) - Method in class rescuecore2.standard.kernel.comms.ChainedNoise
-
- applyNoise(AKSpeak) - Method in class rescuecore2.standard.kernel.comms.DropoutNoise
-
- applyNoise(AKSpeak) - Method in class rescuecore2.standard.kernel.comms.FailureNoise
-
- applyNoise(AKSpeak) - Method in interface rescuecore2.standard.kernel.comms.Noise
-
Optionally apply some noise to a message and return either the original message or a replacement.
- applyNoise(AKSpeak) - Method in class rescuecore2.standard.kernel.comms.StaticNoise
-
- AQUA - Static variable in class maps.convert.osm2gml.Constants
-
- Area - Class in rescuecore2.standard.entities
-
The Area object.
- Area(EntityID) - Constructor for class rescuecore2.standard.entities.Area
-
Construct a subclass of Area with entirely undefined property values.
- Area(Area) - Constructor for class rescuecore2.standard.entities.Area
-
Area copy constructor.
- AreaIconLayer - Class in rescuecore2.standard.view
-
A view layer that renders building icons.
- AreaIconLayer() - Constructor for class rescuecore2.standard.view.AreaIconLayer
-
Construct a building icon view layer.
- AreaLayer<E extends Area> - Class in rescuecore2.standard.view
-
A view layer that renders areas.
- AreaLayer(Class<E>) - Constructor for class rescuecore2.standard.view.AreaLayer
-
Construct an area view layer.
- AreaNeighboursLayer - Class in rescuecore2.standard.view
-
A view layer that renders area neighbours.
- AreaNeighboursLayer() - Constructor for class rescuecore2.standard.view.AreaNeighboursLayer
-
Construct an area neighbours view layer.
- ArrayTools - Class in rescuecore2.misc.collections
-
Useful array tools.
- AWTShapeInfo(Shape, String, Color, boolean) - Constructor for class rescuecore2.misc.gui.ShapeDebugFrame.AWTShapeInfo
-
Construct a new AWTShapeInfo object.
- cacheInformation(StandardWorldModel) - Method in class traffic3.manager.TrafficManager
-
Compute pre-cached information about the world.
- CancelledByUserException - Exception in gis2.scenario
-
Exception for indicating the the user has cancelled an operation.
- CancelledByUserException() - Constructor for exception gis2.scenario.CancelledByUserException
-
Constructor.
- CancelledByUserException - Exception in maps.gml.editor
-
Exception for indicating the the user has cancelled an operation.
- CancelledByUserException() - Constructor for exception maps.gml.editor.CancelledByUserException
-
Constructor.
- canRead(File) - Method in class maps.gml.GMLMapFormat
-
- canRead(File) - Method in class maps.legacy.LegacyMapFormat
-
- canRead(File) - Method in interface maps.MapFormat
-
Find out if a file looks valid to this format.
- ChainedCommandFilter - Class in kernel
-
A CommandFilter that chains together a set of filters.
- ChainedCommandFilter() - Constructor for class kernel.ChainedCommandFilter
-
Construct an empty ChainedCommandFilter.
- ChainedNoise - Class in rescuecore2.standard.kernel.comms
-
A Noise implementation that chains Noise objects together.
- ChainedNoise() - Constructor for class rescuecore2.standard.kernel.comms.ChainedNoise
-
Create a ChainedNoise object with no children.
- ChainedNoise(Collection<Noise>) - Constructor for class rescuecore2.standard.kernel.comms.ChainedNoise
-
Create a ChainedNoise object with a set of children.
- ChangeSet - Class in rescuecore2.worldmodel
-
This class is used for accumulating changes to entities.
- ChangeSet() - Constructor for class rescuecore2.worldmodel.ChangeSet
-
Create an empty ChangeSet.
- ChangeSet(ChangeSet) - Constructor for class rescuecore2.worldmodel.ChangeSet
-
Copy constructor.
- ChangeSetComponent - Class in rescuecore2.messages.components
-
An ChangeSet component to a message.
- ChangeSetComponent(String) - Constructor for class rescuecore2.messages.components.ChangeSetComponent
-
Construct a ChangeSetComponent with no content.
- ChangeSetComponent(String, ChangeSet) - Constructor for class rescuecore2.messages.components.ChangeSetComponent
-
Construct a ChangeSetComponent with a specific set of changes.
- ChangeSetComponent - Class in rescuecore2.misc.gui
-
A JPanel for displaying ChangeSet objects.
- ChangeSetComponent() - Constructor for class rescuecore2.misc.gui.ChangeSetComponent
-
Construct an empty ChangeSetComponent.
- Channel - Interface in rescuecore2.standard.kernel.comms
-
Interface for Channels used by the ChannelCommunicationModel.
- ChannelCommunicationModel - Class in rescuecore2.standard.kernel.comms
-
The channel-based communication model.
- ChannelCommunicationModel() - Constructor for class rescuecore2.standard.kernel.comms.ChannelCommunicationModel
-
Construct a ChannelCommunicationModel.
- channelID - Variable in class rescuecore2.standard.kernel.comms.AbstractChannel
-
This channels's ID.
- ChannelTestAgent - Class in sample
-
An agent for testing communication channels.
- ChannelTestAgent() - Constructor for class sample.ChannelTestAgent
-
- child - Variable in class rescuecore2.score.DelegatingScoreFunction
-
The child score function.
- children - Variable in class rescuecore2.score.CompositeScoreFunction
-
The child score functions.
- Civilian - Class in rescuecore2.standard.entities
-
The Civilian object.
- Civilian(EntityID) - Constructor for class rescuecore2.standard.entities.Civilian
-
Construct a Civilian object with entirely undefined values.
- Civilian(Civilian) - Constructor for class rescuecore2.standard.entities.Civilian
-
Civilian copy constructor.
- CiviliansAliveScoreFunction - Class in rescuecore2.standard.score
-
Score function that measures the number of living civilians.
- CiviliansAliveScoreFunction() - Constructor for class rescuecore2.standard.score.CiviliansAliveScoreFunction
-
Construct a CiviliansAliveScoreFunction.
- CiviliansDeadOrRescuedTerminationCondition - Class in rescuecore2.standard.kernel
-
A TerminationCondition that terminates the simulation once all Civilians are either rescued or dead.
- CiviliansDeadOrRescuedTerminationCondition() - Constructor for class rescuecore2.standard.kernel.CiviliansDeadOrRescuedTerminationCondition
-
- classFound(LoadableType, String) - Method in interface rescuecore2.misc.java.LoadableTypeCallback
-
Notification that a loadable type was found.
- classFound(LoadableType, String) - Method in class rescuecore2.misc.java.LoadableTypeProcessor.EntityFactoryRegisterCallback
-
- classFound(LoadableType, String) - Method in class rescuecore2.misc.java.LoadableTypeProcessor.MessageFactoryRegisterCallback
-
- classFound(LoadableType, String) - Method in class rescuecore2.misc.java.LoadableTypeProcessor.PropertyFactoryRegisterCallback
-
- ClassNameSetValueConstraint - Class in rescuecore2.config
-
A config value constraint that requires the value to be a list of valid class names.
- ClassNameSetValueConstraint(String) - Constructor for class rescuecore2.config.ClassNameSetValueConstraint
-
Construct a ClassNameSetValueConstraint that does not require the values to be a particular class.
- ClassNameSetValueConstraint(String, Class<?>) - Constructor for class rescuecore2.config.ClassNameSetValueConstraint
-
Construct a ClassNameSetValueConstraint that requires the values to be a particular class.
- ClassNameValueConstraint - Class in rescuecore2.config
-
A config value constraint that requires the value to be a valid class name.
- ClassNameValueConstraint(String) - Constructor for class rescuecore2.config.ClassNameValueConstraint
-
Construct a ClassNameConstrainedConfigValue that does not require the value to be a particular class.
- ClassNameValueConstraint(String, Class<?>) - Constructor for class rescuecore2.config.ClassNameValueConstraint
-
Construct a ClassNameConstrainedConfigValue that requires the value to be a particular class.
- CleanOSMStep - Class in maps.convert.osm2gml
-
This step cleans the OpenStreetMap data by removing duplicate nodes and way, fixing degenerate ways, and fixing building edge orderings.
- CleanOSMStep(TemporaryMap) - Constructor for class maps.convert.osm2gml.CleanOSMStep
-
Construct a CleanOSMStep.
- cleanup() - Method in class rescuecore2.misc.WorkerThread
-
Perform any cleanup necessary after work finishes.
- clear - package clear
-
- clear() - Method in class rescuecore2.misc.collections.LazyMap
-
- clear() - Method in class rescuecore2.misc.gui.ListModelList
-
- clear() - Method in class traffic3.manager.TrafficManager
-
Remove all objects from this manager.
- clear() - Method in class traffic3.objects.Force
-
Zero this force.
- ClearAgentsFunction - Class in gis2.scenario
-
Function for removing all agents.
- ClearAgentsFunction(ScenarioEditor) - Constructor for class gis2.scenario.ClearAgentsFunction
-
Construct a clear agents function.
- clearAllBuildingDecorators() - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom BuildingDecorators.
- clearAllBuildingDecorators() - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom BuildingDecorators.
- clearAllDecorators() - Method in class maps.gml.view.DecoratorOverlay
-
Remove all types of Decorators.
- clearAllEdgeDecorators() - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom EdgeDecorators.
- clearAllEdgeDecorators() - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom EdgeDecorators.
- ClearAllFunction - Class in gis2.scenario
-
Function for removing all agents, fires, civilians and refuges.
- ClearAllFunction(ScenarioEditor) - Constructor for class gis2.scenario.ClearAllFunction
-
Construct a clear all function.
- clearAllNodeDecorators() - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom NodeDecorators.
- clearAllNodeDecorators() - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom NodeDecorators.
- clearAllRoadDecorators() - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom RoadDecorators.
- clearAllRoadDecorators() - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom RoadDecorators.
- clearAllSpaceDecorators() - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom SpaceDecorators.
- clearAllSpaceDecorators() - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom SpaceDecorators.
- clearBackground() - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Clear the "background" shapes.
- clearBlockadeCache() - Method in class traffic3.objects.TrafficArea
-
Clear any cached blockade information.
- clearBuildingDecorator(GMLBuilding...) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom BuildingDecorator for a set of GMLBuildings.
- clearBuildingDecorator(Collection<? extends GMLBuilding>) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom BuildingDecorator for a set of GMLBuildings.
- clearBuildingDecorator(GMLBuilding...) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom BuildingDecorator for a set of GMLBuildings.
- clearBuildingDecorator(Collection<? extends GMLBuilding>) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom BuildingDecorator for a set of GMLBuildings.
- clearDamage() - Method in class misc.HumanAttributes
-
Clear all damage.
- clearEdgeDecorator(GMLEdge...) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom EdgeDecorator for a set of GMLEdges.
- clearEdgeDecorator(Collection<? extends GMLEdge>) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom EdgeDecorator for a set of GMLEdges.
- clearEdgeDecorator(GMLEdge...) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom EdgeDecorator for a set of GMLEdges.
- clearEdgeDecorator(Collection<? extends GMLEdge>) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom EdgeDecorator for a set of GMLEdges.
- clearEdges() - Method in class rescuecore2.standard.entities.EdgeListProperty
-
Remove all edges from this list but keep it defined.
- ClearFiresFunction - Class in gis2.scenario
-
Function for removing all fires.
- ClearFiresFunction(ScenarioEditor) - Constructor for class gis2.scenario.ClearFiresFunction
-
Construct a clear fires function.
- clearNodeDecorator(GMLNode...) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom NodeDecorator for a set of GMLNodes.
- clearNodeDecorator(Collection<? extends GMLNode>) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom NodeDecorator for a set of GMLNodes.
- clearNodeDecorator(GMLNode...) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom NodeDecorator for a set of GMLNodes.
- clearNodeDecorator(Collection<? extends GMLNode>) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom NodeDecorator for a set of GMLNodes.
- clearPath() - Method in class traffic3.objects.TrafficAgent
-
Clear the path.
- clearPositionHistory() - Method in class traffic3.objects.TrafficAgent
-
Clear the position history and distance travelled.
- clearRoadDecorator(GMLRoad...) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom RoadDecorator for a set of GMLRoads.
- clearRoadDecorator(Collection<? extends GMLRoad>) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom RoadDecorator for a set of GMLRoads.
- clearRoadDecorator(GMLRoad...) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom RoadDecorator for a set of GMLRoads.
- clearRoadDecorator(Collection<? extends GMLRoad>) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom RoadDecorator for a set of GMLRoads.
- ClearSimulator - Class in clear
-
The area model clear simulator.
- ClearSimulator() - Constructor for class clear.ClearSimulator
-
- clearSpaceDecorator(GMLSpace...) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom SpaceDecorator for a set of GMLSpaces.
- clearSpaceDecorator(Collection<? extends GMLSpace>) - Method in class maps.gml.view.DecoratorOverlay
-
Remove any custom SpaceDecorator for a set of GMLSpaces.
- clearSpaceDecorator(GMLSpace...) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom SpaceDecorator for a set of GMLSpaces.
- clearSpaceDecorator(Collection<? extends GMLSpace>) - Method in class maps.gml.view.GMLMapViewer
-
Remove any custom SpaceDecorator for a set of GMLSpaces.
- clearValues() - Method in class rescuecore2.worldmodel.properties.EntityRefListProperty
-
Remove all entries from this list but keep it defined.
- clipToRectangle(Line2D, double, double, double, double) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Clip a line to a rectangle.
- close() - Method in class gis2.scenario.ScenarioEditor
-
Close the editor.
- close() - Method in class maps.gml.editor.GMLEditor
-
Close the editor.
- close() - Method in interface rescuecore2.log.LogWriter
-
Close the log.
- close() - Method in class rescuecore2.log.StreamLogWriter
-
- collapse - package collapse
-
- CollapseSimCompatibaleScenarioV1_1 - Interface in rescuecore2.scenario.compatibilities
-
All scenarios working with Collapse Simulator V1.1 should implement this
interface
- CollapseSimulator - Class in collapse
-
A simple collapse simulator.
- CollapseSimulator() - Constructor for class collapse.CollapseSimulator
-
- CollapseSimulatorGUI - Class in collapse
-
GUI for the collapse simulator.
- CollapseSimulatorGUI() - Constructor for class collapse.CollapseSimulatorGUI
-
Construct a collapse simulator GUI.
- CollapseWorldModel - Class in collapse
-
Collapse simulator's world model contains aftershocks' information that other
simulators don't need.
- CollapseWorldModel() - Constructor for class collapse.CollapseWorldModel
-
- COLOURS - Static variable in class maps.convert.osm2gml.Constants
-
- Command - Interface in rescuecore2.messages
-
A sub-interface of Message that tags messages that are interpreted as agent commands.
- CommandCollector - Interface in kernel
-
The CommandCollector gathers commands from agents.
- CommandFilter - Interface in kernel
-
An interface for allowing the kernel to filter out agent commands.
- CommandLayer - Class in rescuecore2.standard.view
-
A layer for viewing commands.
- CommandLayer() - Constructor for class rescuecore2.standard.view.CommandLayer
-
Construct a new CommandLayer.
- CommandLineOptions - Class in rescuecore2.misc
-
A utility class for processing command line options.
- CommandListComponent - Class in rescuecore2.messages.components
-
A message component made up of a list of agent commands.
- CommandListComponent(String) - Constructor for class rescuecore2.messages.components.CommandListComponent
-
Construct a CommandListComponent with no content.
- CommandListComponent(String, Collection<? extends Command>) - Constructor for class rescuecore2.messages.components.CommandListComponent
-
Construct a CommandListComponent with a specific list of agent commands.
- commandReceived(Command) - Method in class kernel.AgentProxy
-
Register an agent command received.
- CommandsRecord - Class in rescuecore2.log
-
A commands record.
- CommandsRecord(int, Collection<Command>) - Constructor for class rescuecore2.log.CommandsRecord
-
Construct a new CommandsRecord.
- CommandsRecord(InputStream) - Constructor for class rescuecore2.log.CommandsRecord
-
Construct a new CommandsRecord and read data from an InputStream.
- Common - Class in maps.gml.formats
-
A bunch of common GML format namespaces and qnames.
- COMMUNICATION_MODEL_KEY - Static variable in class kernel.KernelConstants
-
The config key for communication model implementations.
- COMMUNICATION_MODEL_KEY - Static variable in class rescuecore2.Constants
-
The name of the communication model class.
- CommunicationModel - Interface in kernel
-
A model of communication.
- compare(Entity, Entity) - Method in class rescuecore2.misc.EntityTools.IDComparator
-
- compare(StandardEntity, StandardEntity) - Method in class sample.DistanceSorter
-
- Component - Interface in rescuecore2.components
-
Top-level interface for components of the Robocup Rescue simulation.
- COMPONENT - Static variable in class rescuecore2.misc.java.LoadableType
-
A Component loadable type.
- component - Variable in class rescuecore2.view.AbstractViewLayer
-
The LayerViewComponent this layer is part of.
- ComponentConnectionException - Exception in rescuecore2.components
-
Exception class for component connection errors.
- ComponentConnectionException(String) - Constructor for exception rescuecore2.components.ComponentConnectionException
-
Construct an exception with an error message.
- ComponentConnectionException(Throwable) - Constructor for exception rescuecore2.components.ComponentConnectionException
-
Construct an exception with an underlying cause.
- ComponentConnectionException(String, Throwable) - Constructor for exception rescuecore2.components.ComponentConnectionException
-
Construct an exception with an error message and underlying cause.
- ComponentInitialisationException - Exception in rescuecore2.components
-
Exception class for problems with initialisation of components.
- ComponentInitialisationException() - Constructor for exception rescuecore2.components.ComponentInitialisationException
-
Construct an exception with no useful information.
- ComponentInitialisationException(String) - Constructor for exception rescuecore2.components.ComponentInitialisationException
-
Construct an exception with an error message.
- ComponentInitialisationException(Throwable) - Constructor for exception rescuecore2.components.ComponentInitialisationException
-
Construct an exception with an underlying cause.
- ComponentInitialisationException(String, Throwable) - Constructor for exception rescuecore2.components.ComponentInitialisationException
-
Construct an exception with an error message and underlying cause.
- ComponentLauncher - Class in rescuecore2.components
-
A class that knows how to connect components to the kernel.
- ComponentLauncher(Config) - Constructor for class rescuecore2.components.ComponentLauncher
-
Construct a new ComponentLauncher.
- ComponentManager - Class in kernel
-
Class that manages connecting components (agents, simulators, viewers) to the
kernel.
- ComponentManager(Kernel, WorldModel<? extends Entity>, Config, Scenario) - Constructor for class kernel.ComponentManager
-
Create a ComponentManager.
- ComponentManagerGUI - Class in kernel.ui
-
A user interface component for viewing that state of the ComponentManager.
- ComponentManagerGUI() - Constructor for class kernel.ui.ComponentManagerGUI
-
Construct a new ComponentManagerGUI.
- COMPONENTS_KEY - Static variable in class kernel.KernelConstants
-
The config key for component implementations.
- CompositeCommandCollector - Class in kernel
-
A CommandCollector that waits for any of a set of child CommandCollectors to return a result.
- CompositeCommandCollector() - Constructor for class kernel.CompositeCommandCollector
-
Construct a CompositeCommandCollector with no children.
- CompositeScoreFunction - Class in rescuecore2.score
-
A score function that applies some function to the scores of a set of child score functions.
- CompositeScoreFunction(String) - Constructor for class rescuecore2.score.CompositeScoreFunction
-
Create a CompositeScoreFunction with no children.
- CompositeScoreFunction(String, Collection<ScoreFunction>) - Constructor for class rescuecore2.score.CompositeScoreFunction
-
Create a CompositeScoreFunction with a collection of children.
- CompositeScoreFunction(String, ScoreFunction...) - Constructor for class rescuecore2.score.CompositeScoreFunction
-
Create a CompositeScoreFunction with a collection of children.
- computeArea(List<Point2D>) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the area of a simple polygon.
- computeCentroid(List<Point2D>) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the centroid of a simple polygon.
- ComputePassableEdgesFunction - Class in maps.gml.editor
-
A function for computing passable edges.
- ComputePassableEdgesFunction(GMLEditor) - Constructor for class maps.gml.editor.ComputePassableEdgesFunction
-
Construct a ComputePassableEdgesFunction.
- ComputePassableEdgesStep - Class in maps.convert.osm2gml
-
This step computes which edges are passable and sets up neighbours accordingly.
- ComputePassableEdgesStep(TemporaryMap) - Constructor for class maps.convert.osm2gml.ComputePassableEdgesStep
-
Construct a ComputePassableEdgesStep.
- computePath(Human, StandardWorldModel) - Static method in class rescuecore2.standard.misc.AgentPath
-
Compute the path an agent took.
- config - Variable in class rescuecore2.components.AbstractComponent
-
The configuration.
- Config - Class in rescuecore2.config
-
This class represents a config file and any other config files that might have been included with a !include directive.
- Config() - Constructor for class rescuecore2.config.Config
-
Create an empty config.
- Config(File) - Constructor for class rescuecore2.config.Config
-
Create a config that reads from a given file.
- Config(Config) - Constructor for class rescuecore2.config.Config
-
Copy constructor.
- CONFIG_FLAG - Static variable in class rescuecore2.misc.CommandLineOptions
-
The command-line flag for specifying a config file.
- ConfigComponent - Class in rescuecore2.messages.components
-
A Config component to a message.
- ConfigComponent(String) - Constructor for class rescuecore2.messages.components.ConfigComponent
-
Construct a ConfigComponent with no content.
- ConfigComponent(String, Config) - Constructor for class rescuecore2.messages.components.ConfigComponent
-
Construct a ConfigComponent with a specific config as content.
- ConfigConstraint - Interface in rescuecore2.config
-
Interface for specifying constraints on a Config.
- ConfigException - Exception in rescuecore2.config
-
Exception class for problems with config files.
- ConfigException(String) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with just a filename, no message or underlying cause.
- ConfigException(String, String) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename and error message.
- ConfigException(String, Throwable) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename and an underlying cause.
- ConfigException(String, int) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename and a line number.
- ConfigException(String, int, String) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename, line number and error message.
- ConfigException(String, int, Throwable) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename, line number and underlying cause.
- ConfigException(String, String, Throwable) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename, error message and underlying cause.
- ConfigException(String, int, String, Throwable) - Constructor for exception rescuecore2.config.ConfigException
-
Construct an exception with a filename, error message and underlying cause.
- ConfigRecord - Class in rescuecore2.log
-
A configuration record.
- ConfigRecord(Config) - Constructor for class rescuecore2.log.ConfigRecord
-
Construct a new ConfigRecord.
- ConfigRecord(InputStream) - Constructor for class rescuecore2.log.ConfigRecord
-
Construct a new ConfigRecord and read data from an InputStream.
- ConfigTree - Class in rescuecore2.misc.gui
-
A JTree that knows how to display and edit Config objects.
- ConfigTree(Config) - Constructor for class rescuecore2.misc.gui.ConfigTree
-
Create a ConfigTree that will display a particular Config.
- connect(Connection, RequestIDGenerator, Config) - Method in class rescuecore2.components.AbstractAgent
-
- connect(Connection, RequestIDGenerator, Config) - Method in class rescuecore2.components.AbstractSimulator
-
- connect(Connection, RequestIDGenerator, Config) - Method in class rescuecore2.components.AbstractViewer
-
- connect(Connection, RequestIDGenerator, Config) - Method in interface rescuecore2.components.Component
-
Connect this component to the kernel.
- connect(Component) - Method in class rescuecore2.components.ComponentLauncher
-
Connect a Component to the kernel.
- connection - Variable in class rescuecore2.components.AbstractComponent
-
The connection to the kernel.
- Connection - Interface in rescuecore2.connection
-
Top-level interface for a communication interface between simulator components.
- ConnectionException - Exception in rescuecore2.connection
-
An error with a Connection.
- ConnectionException() - Constructor for exception rescuecore2.connection.ConnectionException
-
Construct a ConnectionException with no explanation.
- ConnectionException(String) - Constructor for exception rescuecore2.connection.ConnectionException
-
Construct a ConnectionException with an error message.
- ConnectionException(Throwable) - Constructor for exception rescuecore2.connection.ConnectionException
-
Construct a ConnectionException that has an underlying cause.
- ConnectionException(String, Throwable) - Constructor for exception rescuecore2.connection.ConnectionException
-
Construct a ConnectionException with an error message and an underlying cause.
- ConnectionListener - Interface in rescuecore2.connection
-
Interface for classes interested in hearing about events on Connection objects.
- ConnectionManager - Class in rescuecore2.connection
-
A class for managing incoming connections.
- ConnectionManager() - Constructor for class rescuecore2.connection.ConnectionManager
-
Construct a new ConnectionManager.
- ConnectionManagerListener - Interface in rescuecore2.connection
-
Interface for objects interested in hearing about new connections to a ConnectionManager.
- ConstantConversion - Class in maps
-
A coordinate conversion that multiplies by a number.
- ConstantConversion(double) - Constructor for class maps.ConstantConversion
-
Construct a ConstantConversion.
- Constants - Class in maps.convert.osm2gml
-
Useful OSM to GML constants.
- Constants - Class in rescuecore2
-
Some useful constants that are shared across all parts of the Robocup Rescue software.
- Constants - Class in rescuecore2.standard
-
Constants for the standard package.
- ConstantScoreFunction - Class in rescuecore2.score
-
A score function that returns a constant score.
- ConstantScoreFunction(String, double) - Constructor for class rescuecore2.score.ConstantScoreFunction
-
Create a ConstantScoreFunction.
- contains(Line2D, Point2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find out if a point is on a line.
- contains(Region) - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
- contains(Region) - Method in class rescuecore2.misc.geometry.spatialindex.NullRegion
-
- contains(Region) - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
- contains(Region) - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
- contains(Region) - Method in interface rescuecore2.misc.geometry.spatialindex.Region
-
Find out if this region fully contains another region.
- contains(Object) - Method in class rescuecore2.misc.gui.ListModelList
-
- contains(double, double) - Method in class traffic3.objects.TrafficArea
-
Find out whether this area contains a point (x, y).
- contains(double, double) - Method in class traffic3.objects.TrafficBlockade
-
Find out whether this blockade contains a point (x, y).
- containsAll(Collection<?>) - Method in class rescuecore2.misc.gui.ListModelList
-
- containsKey(Object) - Method in class rescuecore2.misc.collections.DelegatingMap
-
- containsKey(Object) - Method in class rescuecore2.misc.collections.LazyMap
-
- containsValue(Object) - Method in class rescuecore2.misc.collections.DelegatingMap
-
- containsValue(Object) - Method in class rescuecore2.misc.collections.LazyMap
-
- Control - Interface in rescuecore2.messages
-
A tagging interface for Messages that are control messages, e.g.
- ControlledAgentGUI - Class in human
-
GUI for controlled agents.
- ControlledAgentGUI(StandardWorldModelViewer) - Constructor for class human.ControlledAgentGUI
-
Construct a ControlledAgentGUI.
- ControlledAmbulanceTeam - Class in human
-
A basic ambulance team agent that will try to rescue a given target.
- ControlledAmbulanceTeam() - Constructor for class human.ControlledAmbulanceTeam
-
- ControlledFireBrigade - Class in human
-
A basic fire brigade agent that will try to extinguish a given target.
- ControlledFireBrigade() - Constructor for class human.ControlledFireBrigade
-
- ControlledPoliceForce - Class in human
-
A basic police force agent that will try to clear a given target.
- ControlledPoliceForce() - Constructor for class human.ControlledPoliceForce
-
- ControlMessageFactory - Class in rescuecore2.messages.control
-
A factory for control messages.
- ControlMessageURN - Enum in rescuecore2.messages.control
-
URNs for control messages.
- Convert - Class in maps.convert
-
This class converts maps from one format to another.
- convert(OSMMap) - Method in class maps.convert.osm2gml.Convertor
-
Convert an OSMMap to a GMLMap.
- convert(CoordinateConversion) - Method in class maps.gml.GMLNode
-
Apply a CoordinateConversion to this node.
- convertArrayObjectToString(Object) - Static method in class rescuecore2.misc.collections.ArrayTools
-
Convert an array object to a string.
- convertArrayToString(Object[]) - Static method in class rescuecore2.misc.collections.ArrayTools
-
Convert an array of objects to a string.
- convertCoordinates(CoordinateConversion) - Method in class maps.gml.GMLMap
-
Rescale the map coordinates.
- Convertor - Class in maps.convert.osm2gml
-
This class converts OSMMaps to GMLMaps.
- Convertor() - Constructor for class maps.convert.osm2gml.Convertor
-
- ConvertStep - Class in maps.convert
-
A step in the map conversion process.
- ConvertStep() - Constructor for class maps.convert.ConvertStep
-
Construct a ConvertStep.
- ConvertTools - Class in maps.convert.osm2gml
-
Useful tools for converting OSM to GML.
- convertX(double) - Method in class maps.ConstantConversion
-
- convertX(double) - Method in interface maps.CoordinateConversion
-
Convert an X coordinate.
- convertX(double) - Method in class maps.IdentityConversion
-
- convertX(double) - Method in class maps.ScaleConversion
-
- convertY(double) - Method in class maps.ConstantConversion
-
- convertY(double) - Method in interface maps.CoordinateConversion
-
Convert a Y coordinate.
- convertY(double) - Method in class maps.IdentityConversion
-
- convertY(double) - Method in class maps.ScaleConversion
-
- CoordinateConversion - Interface in maps
-
Interface for converting coordinates from one system to another.
- coordinatesAsPoints(List<GMLCoordinates>) - Static method in class maps.gml.GMLTools
-
Convert a list of GMLCoordinates to Point2D objects.
- coordsToShape(List<GMLCoordinates>) - Static method in class maps.gml.GMLTools
-
Turn a list of coordinates into a shape.
- copy() - Method in class rescuecore2.standard.entities.EdgeListProperty
-
- copy() - Method in class rescuecore2.worldmodel.AbstractEntity
-
- copy() - Method in interface rescuecore2.worldmodel.Entity
-
Create a copy of this entity.
- copy() - Method in class rescuecore2.worldmodel.properties.BooleanProperty
-
- copy() - Method in class rescuecore2.worldmodel.properties.DoubleProperty
-
- copy() - Method in class rescuecore2.worldmodel.properties.EntityRefListProperty
-
- copy() - Method in class rescuecore2.worldmodel.properties.EntityRefProperty
-
- copy() - Method in class rescuecore2.worldmodel.properties.IntArrayProperty
-
- copy() - Method in class rescuecore2.worldmodel.properties.IntProperty
-
- copy() - Method in class rescuecore2.worldmodel.properties.Point2DProperty
-
- copy() - Method in interface rescuecore2.worldmodel.Property
-
Create a copy of this property.
- copyImpl() - Method in class rescuecore2.standard.entities.AmbulanceCentre
-
- copyImpl() - Method in class rescuecore2.standard.entities.AmbulanceTeam
-
- copyImpl() - Method in class rescuecore2.standard.entities.Blockade
-
- copyImpl() - Method in class rescuecore2.standard.entities.Building
-
- copyImpl() - Method in class rescuecore2.standard.entities.Civilian
-
- copyImpl() - Method in class rescuecore2.standard.entities.FireBrigade
-
- copyImpl() - Method in class rescuecore2.standard.entities.FireStation
-
- copyImpl() - Method in class rescuecore2.standard.entities.GasStation
-
- copyImpl() - Method in class rescuecore2.standard.entities.Hydrant
-
- copyImpl() - Method in class rescuecore2.standard.entities.PoliceForce
-
- copyImpl() - Method in class rescuecore2.standard.entities.PoliceOffice
-
- copyImpl() - Method in class rescuecore2.standard.entities.Refuge
-
- copyImpl() - Method in class rescuecore2.standard.entities.Road
-
- copyImpl() - Method in class rescuecore2.standard.entities.World
-
- copyImpl() - Method in class rescuecore2.worldmodel.AbstractEntity
-
Create a copy of this entity.
- copyProperties(Entity, Entity) - Static method in class rescuecore2.misc.EntityTools
-
Copy relevant properties from one entity to another.
- CountingInputStream - Class in rescuecore2.misc
-
An InputStream that keeps track of how many bytes have been read.
- CountingInputStream(InputStream) - Constructor for class rescuecore2.misc.CountingInputStream
-
Construct a CountingInputStream that reads from another stream.
- create() - Static method in class rescuecore2.worldmodel.DefaultWorldModel
-
Construct an empty world model.
- createBuilding(List<GMLDirectedEdge>) - Method in class maps.gml.GMLMap
-
Create new GMLBuilding.
- createBuildingFromNodes(List<GMLNode>) - Method in class maps.gml.GMLMap
-
Create new GMLBuilding.
- createBuildings(GMLShape, GMLMap) - Method in interface maps.convert.osm2gml.buildings.BuildingSpaceFiller
-
Populate a space with buildings.
- createBuildings(GMLShape, GMLMap) - Method in class maps.convert.osm2gml.buildings.RowHousingBuildingSpaceFiller
-
- CreateBuildingsStep - Class in maps.convert.osm2gml
-
This class populates a GMLMap with random buildings.
- CreateBuildingsStep(GMLMap, double, Random) - Constructor for class maps.convert.osm2gml.CreateBuildingsStep
-
Construct a CreateBuildingsStep.
- CreateBuildingTool - Class in maps.gml.editor
-
A tool for creating buildings.
- CreateBuildingTool(GMLEditor) - Constructor for class maps.gml.editor.CreateBuildingTool
-
Construct a CreateBuildingTool.
- createConnectionPair() - Static method in class rescuecore2.connection.StreamConnection
-
Create and start a pair of connections that pipe input to each other.
- createEdge(GMLNode, GMLNode) - Method in class maps.gml.GMLMap
-
Create a new GMLEdge between two nodes.
- CreateEdgeTool - Class in maps.gml.editor
-
A tool for creating edges.
- CreateEdgeTool(GMLEditor) - Constructor for class maps.gml.editor.CreateEdgeTool
-
Construct a CreateEdgeTool.
- createEntity(String, EntityID) - Method in class rescuecore2.registry.Registry
-
Create an entity from a urn.
- CreateEntrancesStep - Class in maps.convert.osm2gml
-
This class computes the entrances for buildings.
- CreateEntrancesStep(GMLMap) - Constructor for class maps.convert.osm2gml.CreateEntrancesStep
-
Construct a CreateEntrancesStep.
- createGMLObjectDebug(GMLObject...) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for a set of GMLObjects.
- createGMLObjectDebug(Collection<? extends GMLObject>) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for a set of GMLObjects.
- createGMLShapeDebug(GMLShape...) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for a set of GMLShapes.
- createGMLShapeDebug(Collection<? extends GMLShape>) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for a set of GMLShapes.
- createMessage(String, InputStream) - Method in class rescuecore2.registry.Registry
-
Create a message from a urn.
- createNode(double, double) - Method in class maps.gml.GMLMap
-
Create a new GMLNode.
- createNode(GMLCoordinates) - Method in class maps.gml.GMLMap
-
Create a new GMLNode.
- createNodes(List<GMLCoordinates>) - Method in class maps.gml.GMLMap
-
Create a set of new GMLNodes.
- createNodesFromPoints(List<Point2D>) - Method in class maps.gml.GMLMap
-
Create a set of new GMLNodes.
- CreateNodeTool - Class in maps.gml.editor
-
A tool for creating nodes.
- CreateNodeTool(GMLEditor) - Constructor for class maps.gml.editor.CreateNodeTool
-
Construct a CreateNodeTool.
- createProperty(String) - Method in class rescuecore2.registry.Registry
-
Create a property from a urn.
- createRoad(List<GMLDirectedEdge>) - Method in class maps.gml.GMLMap
-
Create new GMLRoad.
- createRoadFromNodes(List<GMLNode>) - Method in class maps.gml.GMLMap
-
Create new GMLRoad.
- CreateRoadTool - Class in maps.gml.editor
-
A tool for creating roads.
- CreateRoadTool(GMLEditor) - Constructor for class maps.gml.editor.CreateRoadTool
-
Construct a CreateRoadTool.
- CreateShapeTool - Class in maps.gml.editor
-
A tool for creating shapes.
- CreateShapeTool(GMLEditor) - Constructor for class maps.gml.editor.CreateShapeTool
-
Construct a CreateShapeTool.
- createSpace(List<GMLDirectedEdge>) - Method in class maps.gml.GMLMap
-
Create new GMLSpace.
- createSpaceFromNodes(List<GMLNode>) - Method in class maps.gml.GMLMap
-
Create new GMLSpace.
- CreateSpaceTool - Class in maps.gml.editor
-
A tool for creating spaces.
- CreateSpaceTool(GMLEditor) - Constructor for class maps.gml.editor.CreateSpaceTool
-
Construct a CreateSpaceTool.
- createStandardWorldModel(WorldModel<? extends Entity>) - Static method in class rescuecore2.standard.entities.StandardWorldModel
-
Create a StandardWorldModel that wraps an existing world model.
- createTemporaryObjectDebug(TemporaryObject...) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for a set of TemporaryObjects.
- createTemporaryObjectDebug(Collection<? extends TemporaryObject>) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for a set of TemporaryObjects.
- createValue() - Method in class rescuecore2.misc.collections.LazyMap
-
Construct a new value object for a key that does not yet have a value.
- createWorldModel() - Method in class collapse.CollapseSimulator
-
This method instantiate a CollapseWorldModel instance.
- createWorldModel() - Method in class rescuecore2.components.AbstractComponent
-
Construct the world model.
- createWorldModel() - Method in class rescuecore2.standard.components.StandardAgent
-
- createWorldModel() - Method in class rescuecore2.standard.components.StandardSimulator
-
- createWorldModel() - Method in class rescuecore2.standard.components.StandardViewer
-
- createWorldModel() - Method in class sample.SampleSimulator
-
- CROSS - Static variable in class rescuecore2.view.Icons
-
A cross icon.
- CrossNodeDecorator - Class in maps.gml.view
-
A NodeDecorator that draws a cross for each node.
- CrossNodeDecorator(Color, int) - Constructor for class maps.gml.view.CrossNodeDecorator
-
Construct a CrossNodeDecorator.
- CSBuilding - Class in collapse
-
Collapse Simulator Building (CSBuilding) is a wrapper for the Standard
Building class that contains extra variables created, updated and used by the
Collapse Simulator only.
- CSBuilding(Building) - Constructor for class collapse.CSBuilding
-
- CumulativeScoreFunction - Class in rescuecore2.score
-
A score function that accumulates scores from a set of child score functions.
- CumulativeScoreFunction(String) - Constructor for class rescuecore2.score.CumulativeScoreFunction
-
Create a CumulativeScoreFunction with no children.
- CumulativeScoreFunction(String, Collection<ScoreFunction>) - Constructor for class rescuecore2.score.CumulativeScoreFunction
-
Create a CumulativeScoreFunction with a collection of children.
- CumulativeScoreFunction(String, ScoreFunction...) - Constructor for class rescuecore2.score.CumulativeScoreFunction
-
Create a CumulativeScoreFunction with a collection of children.
- CustomRegistryTestAgent - Class in sample
-
An agent for testing custom registry objects.
- CustomRegistryTestAgent() - Constructor for class sample.CustomRegistryTestAgent
-
- GasStation - Class in rescuecore2.standard.entities
-
- GasStation(Building) - Constructor for class rescuecore2.standard.entities.GasStation
-
- GasStation(EntityID) - Constructor for class rescuecore2.standard.entities.GasStation
-
- generateID() - Method in class gis2.GMLWorldModelCreator
-
- generateID() - Method in interface kernel.EntityIDGenerator
-
Create a new EntityID.
- generateID() - Method in class kernel.RemoteGISWorldModelCreator
-
- generateMap() - Method in class maps.gml.generator.GMLMapGenerator
-
Generate a new map.
- generateRequestID() - Method in class rescuecore2.components.ComponentLauncher
-
- generateRequestID() - Method in interface rescuecore2.components.RequestIDGenerator
-
Generate a request ID.
- Geometry - Class in clear
-
- Geometry() - Constructor for class clear.Geometry
-
- GeometryTools2D - Class in rescuecore2.misc.geometry
-
A bunch of useful 2D geometry tools: finding line intersections, closest points and so on.
- GeospatialInformationAuthorityFormat - Class in maps.gml.formats
-
A MapFormat that can handle maps from Japan's Geospatial Information Authority.
- get(Object) - Method in class rescuecore2.misc.collections.DelegatingMap
-
- get(Object) - Method in class rescuecore2.misc.collections.LazyMap
-
- get(int) - Method in class rescuecore2.misc.gui.ListModelList
-
- get() - Method in class rescuecore2.misc.MutableBoolean
-
Get the value of this object.
- getAftershocks() - Method in class gis2.GisScenario
-
- getAftershocks() - Method in class rescuecore2.messages.control.KSAfterShocksInfo
-
Returns a map containing aftershocks' information.
- getAftershocks() - Method in interface rescuecore2.scenario.compatibilities.CollapseSimCompatibaleScenarioV1_1
-
- getAgentCommands(int) - Method in class kernel.AgentProxy
-
Get all agent commands at a particular time.
- getAgentCommands(Collection<AgentProxy>, int) - Method in interface kernel.CommandCollector
-
Collect all commands from agents.
- getAgentCommands(Collection<AgentProxy>, int) - Method in class kernel.CompositeCommandCollector
-
- getAgentCommands(Collection<AgentProxy>, int) - Method in class kernel.TimedCommandCollector
-
- getAgentCommands(Collection<AgentProxy>, int) - Method in class rescuecore2.standard.kernel.StandardCommandCollector
-
- getAgentDistanceCutoff() - Static method in class traffic3.simulator.TrafficConstants
-
Get the maximum distance at which agents affect each other.
- getAgentForceCoefficientA() - Static method in class traffic3.simulator.TrafficConstants
-
Get the agent force function coefficient "A".
- getAgentForceCoefficientB() - Static method in class traffic3.simulator.TrafficConstants
-
Get the agent force function coefficient "B".
- getAgentForceCoefficientK() - Static method in class traffic3.simulator.TrafficConstants
-
Get the agent force function coefficient "K".
- getAgentForceLimit() - Static method in class traffic3.simulator.TrafficConstants
-
Get the maximum total agent force.
- getAgentHearing(EntityID) - Method in class rescuecore2.Timestep
-
Get the communication messages that an agent heard at the start of this timestep.
- getAgentID() - Method in class rescuecore2.messages.AbstractCommand
-
- getAgentID() - Method in interface rescuecore2.messages.Command
-
Get the id of the agent-controlled entity that has issued this command.
- getAgentID() - Method in class rescuecore2.messages.control.AKAcknowledge
-
Get the agent ID of this acknowledgement.
- getAgentID() - Method in class rescuecore2.messages.control.KAConnectOK
-
Get the ID of the agent-controlled object.
- getAgentID() - Method in class rescuecore2.messages.control.KASense
-
Get the ID of the agent.
- getAgentName() - Method in class rescuecore2.messages.control.AKConnect
-
Get the name of the agent making this request.
- getAgentPerception(EntityID) - Method in class rescuecore2.Timestep
-
Get the changes to entities that an agent saw at the start of this timestep.
- getAgents() - Method in class traffic3.manager.TrafficManager
-
Get all TrafficAgents.
- getAgents() - Method in class traffic3.objects.TrafficArea
-
Get all agents in this area.
- getAgentsWithUpdates() - Method in class rescuecore2.Timestep
-
Get the set of agent IDs for agents that received an update this timestep.
- getAllAgents() - Method in class kernel.Kernel
-
Get all agents in the system.
- getAllBlockingLines() - Method in class traffic3.objects.TrafficArea
-
Get all lines that block movement.
- getAllChannels() - Method in class rescuecore2.standard.kernel.comms.ChannelCommunicationModel
-
Get a view of all registered channels.
- getAllDebugShapes(GMLMap) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for all GMLShapes in a map.
- getAllDebugShapes(TemporaryMap) - Static method in class maps.convert.osm2gml.ConvertTools
-
Create ShapeInfo objects for all TemporaryObjects in a map.
- getAllEdges() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all edges in the map.
- getAllEntities() - Method in class rescuecore2.worldmodel.DefaultWorldModel
-
- getAllEntities() - Method in interface rescuecore2.worldmodel.WorldModel
-
Get all entities in the world.
- getAllKeys() - Method in class rescuecore2.config.Config
-
Get all keys in this config.
- getAllNodes() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all nodes in the map.
- getAllObjects() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all objects in the map.
- getAllObjects() - Method in class maps.gml.GMLMap
-
Get all objects in the map.
- getAllShapes() - Method in class maps.gml.GMLMap
-
Get all shapes in the map.
- getAllSimulators() - Method in class kernel.Kernel
-
Get all simulators in the system.
- getAllViewers() - Method in class kernel.Kernel
-
Get all viewers in the system.
- getAmbulanceCentres() - Method in class gis2.GisScenario
-
Get the list of ambulance centre locations.
- getAmbulanceTeams() - Method in class gis2.GisScenario
-
Get the list of ambulance team locations.
- getAngleBetweenVectors(Vector2D, Vector2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the angle between two vectors in degrees.
- getAnglesSum(OSMBuilding, OSMMap) - Static method in class maps.convert.osm2gml.ConvertTools
-
Sum the angles of all turns in an OSMBuilding.
- getApexes() - Method in class maps.legacy.LegacyBuilding
-
Get the list of apexes.
- getApexes() - Method in class rescuecore2.standard.entities.Blockade
-
Get the apexes of this area.
- getApexesProperty() - Method in class rescuecore2.standard.entities.Blockade
-
Get the apexes property.
- getApexList() - Method in class rescuecore2.standard.entities.Area
-
Get the list of apexes for this area.
- getArea() - Method in class maps.convert.osm2gml.OSMBuildingInfo
-
- getArea() - Method in class maps.convert.osm2gml.OSMIntersectionInfo
-
- getArea() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
- getArea() - Method in interface maps.convert.osm2gml.OSMShape
-
Get the area covered by this shape.
- getArea() - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
Get the area of this rectangle.
- getArea() - Method in class traffic3.objects.TrafficAgent
-
Get the TrafficArea the agent is currently in.
- getArea() - Method in class traffic3.objects.TrafficArea
-
Get the wrapped area.
- getArea() - Method in class traffic3.objects.TrafficBlockade
-
Get the containing TrafficArea.
- getAreaID() - Method in class traffic3.simulator.PathElement
-
- getAreaLines() - Method in class traffic3.objects.TrafficArea
-
- getAreas(Area) - Static method in class clear.Geometry
-
- getAreas() - Method in class traffic3.manager.TrafficManager
-
Get all TrafficAreas.
- getArrayValue(String) - Method in class rescuecore2.config.Config
-
Get the value of a key as an array of strings.
- getArrayValue(String, String) - Method in class rescuecore2.config.Config
-
Get the value of a key (or a default value) as an array of strings.
- getArrowHeads(int, int, int, int, double, double, double) - Static method in class rescuecore2.misc.gui.DrawingTools
-
Get the coordinates for arrow heads along a line.
- getAttachedEdges(Node) - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all edges attached to a Node.
- getAttachedEdges(GMLNode) - Method in class maps.gml.GMLMap
-
Get all GMLEdges that are attached to a GMLNode.
- getAttachedObjects(Edge) - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all objects attached to an Edge.
- getAttachedShapes(GMLEdge) - Method in class maps.gml.GMLMap
-
Get all GMLShapes that are attached to a GMLEdge.
- getAvailableAgents() - Method in class kernel.KernelStartupOptions
-
Get the list of available Agent components.
- getAvailableCommunicationModels() - Method in class kernel.KernelStartupOptions
-
Get the list of available CommunicationModel implementations.
- getAvailableComponents() - Method in class kernel.KernelStartupOptions
-
Get the list of available components that are not simulators, viewers or agents.
- getAvailablePerceptions() - Method in class kernel.KernelStartupOptions
-
Get the list of available Perception implementations.
- getAvailableSimulators() - Method in class kernel.KernelStartupOptions
-
Get the list of available Simulator components.
- getAvailableViewers() - Method in class kernel.KernelStartupOptions
-
Get the list of available Viewer components.
- getAvailableWorldModelCreators() - Method in class kernel.KernelStartupOptions
-
Get the list of available WorldModelCreator implementations.
- getBlockade() - Method in class traffic3.objects.TrafficBlockade
-
Get the wrapped Blockade.
- getBlockadeLines() - Method in class traffic3.objects.TrafficArea
-
Get the lines that describe blockades in this area.
- getBlockades() - Method in class rescuecore2.standard.entities.Area
-
Get the blockades in this area.
- getBlockades() - Method in class traffic3.manager.TrafficManager
-
Get all TrafficBlockades.
- getBlockades() - Method in class traffic3.objects.TrafficArea
-
Get all TrafficBlockades inside this area.
- getBlockadesProperty() - Method in class rescuecore2.standard.entities.Area
-
Get the blockades property.
- getBlockingLines() - Method in class traffic3.objects.TrafficArea
-
Get all lines around this area that block movement.
- getBooleanValue(String) - Method in class rescuecore2.config.Config
-
Get the value of a key as a boolean.
- getBooleanValue(String, boolean) - Method in class rescuecore2.config.Config
-
Get the value of a key as a boolean or use a default value.
- getBoundingRegion() - Method in class rescuecore2.misc.geometry.Line2D
-
- getBoundingRegion() - Method in class rescuecore2.misc.geometry.Point2D
-
- getBoundingRegion() - Method in interface rescuecore2.misc.geometry.spatialindex.Indexable
-
Get the bounding region of this object.
- getBounds() - Method in class maps.convert.osm2gml.TemporaryObject
-
Get the bounds of this object.
- getBounds() - Method in class maps.gml.GMLShape
-
Get the bounds of this shape.
- getBounds(List<GMLCoordinates>) - Static method in class maps.gml.GMLTools
-
Get the bounds of a set of coordinates.
- getBounds() - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get the world bounds.
- getBounds() - Method in class traffic3.objects.TrafficArea
-
Get the bounding rectangle.
- getBoundsPoint() - Method in class maps.convert.osm2gml.TemporaryObjectInfo
-
- getBoundsPoint() - Method in class maps.gml.debug.GMLShapeInfo
-
- getBoundsPoint() - Method in class maps.osm.debug.OSMWayShapeInfo
-
- getBoundsPoint() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.AWTShapeInfo
-
- getBoundsPoint() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.Line2DShapeInfo
-
- getBoundsPoint() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.Point2DShapeInfo
-
- getBoundsPoint() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.ShapeInfo
-
Get the point representing this shape.
- getBoundsShape() - Method in class maps.convert.osm2gml.TemporaryObjectInfo
-
- getBoundsShape() - Method in class maps.gml.debug.GMLShapeInfo
-
- getBoundsShape() - Method in class maps.osm.debug.OSMWayShapeInfo
-
- getBoundsShape() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.AWTShapeInfo
-
- getBoundsShape() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.Line2DShapeInfo
-
- getBoundsShape() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.Point2DShapeInfo
-
- getBoundsShape() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.ShapeInfo
-
Get the bounding shape of this shape.
- getBrokenness() - Method in class rescuecore2.standard.entities.Building
-
Get the brokenness of this building.
- getBrokennessProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the brokenness property.
- getBuilding(int) - Method in class maps.gml.GMLMap
-
Get a building by ID.
- getBuilding(int) - Method in class maps.legacy.LegacyMap
-
Get a building by ID.
- getBuildingAttributes() - Method in class rescuecore2.standard.entities.Building
-
Get the building attributes of this building.
- getBuildingAttributesProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the building attributes property.
- getBuildingCode() - Method in class rescuecore2.standard.entities.Building
-
Get the building code of this building.
- getBuildingCodeEnum() - Method in class rescuecore2.standard.entities.Building
-
Get the building code of this building as an enum constant.
- getBuildingCodeProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the building code property.
- getBuildingDecorator(GMLBuilding) - Method in class maps.gml.view.DecoratorOverlay
-
Get the BuildingDecorator for a GMLBuildings.
- getBuildingDecorator(GMLBuilding) - Method in class maps.gml.view.GMLMapViewer
-
Get the BuildingDecorator for a GMLBuildings.
- getBuildingID() - Method in class maps.convert.osm2gml.OSMBuildingInfo
-
Get the ID of the building.
- getBuildingID() - Method in class maps.convert.osm2gml.TemporaryBuilding
-
Get the ID of the original OSM building.
- getBuildings() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all buildings in the map.
- getBuildings() - Method in class maps.gml.GMLMap
-
Get all buildings in the map.
- getBuildings() - Method in class maps.legacy.LegacyMap
-
Get all buildings.
- getBuildings() - Method in class maps.osm.OSMMap
-
Get all buildings.
- getBuriedness(Building) - Method in class misc.MiscParameters
-
Get the buriedness of an agent inside a building.
- getBuriedness() - Method in class rescuecore2.standard.entities.Human
-
Get the buriedness of this human.
- getBuriednessDamage() - Method in class misc.HumanAttributes
-
Get the amount of buriedness damage this human has.
- getBuriednessProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the buriedness property.
- getBuryDamage(Building, Human) - Method in class misc.MiscParameters
-
Get the amount of damage an agent should take as a result of being buried in a collapsed building.
- getByteCount() - Method in class rescuecore2.misc.CountingInputStream
-
Get the number of bytes read so far.
- getCentre() - Method in class maps.convert.osm2gml.OSMIntersectionInfo
-
Get the OSMNode at the centre of this intersection.
- getCentreLatitude() - Method in class maps.osm.OSMMap
-
Get the centre latitude in this map.
- getCentreLongitude() - Method in class maps.osm.OSMMap
-
Get the centre longitude in this map.
- getCentreX() - Method in class maps.gml.GMLShape
-
Get the x coordinate of the centroid of this shape.
- getCentreY() - Method in class maps.gml.GMLShape
-
Get the y coordinate of the centroid of this shape.
- getCentroid() - Method in class maps.gml.GMLShape
-
Get the centroid of this shape.
- getChangedEntities() - Method in class rescuecore2.worldmodel.ChangeSet
-
Get the IDs of all changed entities.
- getChangedProperties(EntityID) - Method in class rescuecore2.worldmodel.ChangeSet
-
Get the properties that have changed for an entity.
- getChangedProperty(EntityID, String) - Method in class rescuecore2.worldmodel.ChangeSet
-
Look up a property change for an entity by property URN.
- getChangeSet() - Method in class rescuecore2.log.PerceptionRecord
-
Get the set of visible entity updates.
- getChangeSet() - Method in class rescuecore2.log.UpdatesRecord
-
Get the entity updates.
- getChangeSet() - Method in class rescuecore2.messages.components.ChangeSetComponent
-
Get the ChangeSet.
- getChangeSet() - Method in class rescuecore2.messages.control.KASense
-
Get the changed entities.
- getChangeSet() - Method in class rescuecore2.messages.control.KSUpdate
-
Get the list of changes.
- getChangeSet() - Method in class rescuecore2.messages.control.KVTimestep
-
Get the list of changes.
- getChangeSet() - Method in class rescuecore2.messages.control.SKUpdate
-
Get the list of changes.
- getChangeSet() - Method in class rescuecore2.Timestep
-
Get the changes to entities during this timestep.
- getChannel() - Method in class rescuecore2.standard.messages.AKSpeak
-
Get the channel that was used.
- getChannels() - Method in class rescuecore2.standard.messages.AKSubscribe
-
Get the channels that have been requested.
- getChildFunction() - Method in class rescuecore2.score.DelegatingScoreFunction
-
Get the child function.
- getChildFunctions() - Method in class rescuecore2.score.CompositeScoreFunction
-
Get all the child functions.
- getCivilians() - Method in class gis2.GisScenario
-
Get the list of civilian locations.
- getClearArea(Human, int, int, int, int) - Static method in class clear.Geometry
-
- getClearArea(Human, int, int, int, int) - Static method in class rescuecore2.standard.view.CommandLayer
-
- getClosestPoint(Line2D, Point2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find the closest point on a line.
- getClosestPointOnSegment(Line2D, Point2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find the closest point on a line.
- getCode() - Method in class maps.gml.GMLBuilding
-
Get the building code of this building.
- getCode() - Method in class maps.legacy.LegacyBuilding
-
Get the building code.
- getCollapseBuildings() - Method in class collapse.CollapseWorldModel
-
- getCollapseDamage() - Method in class misc.HumanAttributes
-
Get the amount of collapse damage this human has.
- getCollapseDamage(Building, Human) - Method in class misc.MiscParameters
-
Get the amount of damage an agent should take as a result of being in a collapsing building.
- getCollapsedRatio() - Method in class collapse.CSBuilding
-
Returns the building's collapse ratio
- getColocatedAgentNudge() - Static method in class traffic3.simulator.TrafficConstants
-
Get a (randomised) nudge for agents that are co-located.
- getCommands() - Method in class rescuecore2.log.CommandsRecord
-
Get the commands.
- getCommands(int) - Method in class rescuecore2.log.FileLogReader
-
- getCommands(int) - Method in interface rescuecore2.log.LogReader
-
Get the agent commands at a particular timestep.
- getCommands(int) - Method in class rescuecore2.log.StreamLogReader
-
- getCommands() - Method in class rescuecore2.messages.components.CommandListComponent
-
Get the agent commands that make up this message component.
- getCommands() - Method in class rescuecore2.messages.control.KSCommands
-
Get the list of agent commands.
- getCommands() - Method in class rescuecore2.messages.control.KVTimestep
-
Get the list of agent commands.
- getCommands() - Method in class rescuecore2.Timestep
-
Get the commands sent by agents this timestep.
- getCommands(EntityID) - Method in class rescuecore2.Timestep
-
Get the commands sent by a particular agent this timestep.
- getCommunicationModel() - Method in class kernel.KernelStartupOptions
-
Get the CommunicationModel the kernel should use.
- getComponents() - Method in class rescuecore2.messages.AbstractMessage
-
Get all the components of this message.
- getConfig() - Method in class kernel.Kernel
-
Get the kernel's configuration.
- getConfig() - Method in class rescuecore2.log.ConfigRecord
-
Get the Config.
- getConfig() - Method in class rescuecore2.log.FileLogReader
-
- getConfig() - Method in interface rescuecore2.log.LogReader
-
Get the configuration entry in the log file.
- getConfig() - Method in class rescuecore2.log.StreamLogReader
-
- getConfig() - Method in class rescuecore2.messages.components.ConfigComponent
-
Get the content of this message component.
- getConfig() - Method in class rescuecore2.messages.control.KAConnectOK
-
Get the Config.
- getConfig() - Method in class rescuecore2.messages.control.KSConnectOK
-
Get the Config.
- getConfig() - Method in class rescuecore2.messages.control.KVConnectOK
-
Get the Config.
- getConnection() - Method in class kernel.AbstractKernelComponent
-
- getConnection() - Method in interface kernel.KernelComponent
-
Get this component's connection.
- getContent() - Method in class rescuecore2.standard.messages.AKSay
-
Get the content of the message.
- getContent() - Method in class rescuecore2.standard.messages.AKSpeak
-
Get the content of the message.
- getContent() - Method in class rescuecore2.standard.messages.AKTell
-
Get the content of the message.
- getControlledEntity() - Method in class kernel.AgentProxy
-
Get the entity controlled by this agent.
- getCoordinates() - Method in class maps.convert.osm2gml.Node
-
Get the coordinates of this node.
- getCoordinates() - Method in class maps.gml.GMLNode
-
Get the coordinates of this node.
- getCoordinates() - Method in class maps.gml.GMLShape
-
Get the coordinates of the apexes of this shape.
- getCoordinatesAtPoint(int, int) - Method in class maps.gml.view.GMLMapViewer
-
Get the coordinates of a point on screen.
- getCoordinatesList(String) - Static method in class maps.gml.GMLTools
-
Turn a coordinates string into a list of GMLCoordinates.
- getCoordinatesString(List<GMLCoordinates>) - Static method in class maps.gml.GMLTools
-
Turn a list of coordinates into a string suitable for putting into an XML document.
- getCount() - Method in class rescuecore2.messages.control.EntityIDRequest
-
Get the number of IDs requested.
- getCSBuiding(EntityID) - Method in class collapse.CollapseWorldModel
-
Returns a specific CSBuilding by its EntityID
- getCSBuiding(Building) - Method in class collapse.CollapseWorldModel
-
Returns a specific CSBuilding by its Building
- getCurrentDestination() - Method in class traffic3.objects.TrafficAgent
-
Get the current (possibly intermediate) destination.
- getCurrentElement() - Method in class traffic3.objects.TrafficAgent
-
Get the current (possibly intermediate) path element.
- getCurrentRegistry() - Static method in class rescuecore2.registry.Registry
-
Get the current Registry for this thread.
- getDamage() - Method in class misc.DamageType
-
Get the current damage.
- getDamage() - Method in class rescuecore2.standard.entities.Human
-
Get the damage of this human.
- getDamageProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the damage property.
- getData() - Method in class rescuecore2.messages.components.RawDataComponent
-
Get the data in this message component.
- getDefaultBuildingDecorator() - Method in class maps.gml.view.GMLMapViewer
-
Get the default building decorator.
- getDefaultEdgeDecorator() - Method in class maps.gml.view.GMLMapViewer
-
Get the default edge decorator.
- getDefaultNodeDecorator() - Method in class maps.gml.view.GMLMapViewer
-
Get the default node decorator.
- getDefaultRegistry() - Method in class rescuecore2.components.ComponentLauncher
-
Get the default registry for new connections.
- getDefaultRoadDecorator() - Method in class maps.gml.view.GMLMapViewer
-
Get the default road decorator.
- getDefaultSpaceDecorator() - Method in class maps.gml.view.GMLMapViewer
-
Get the default space decorator.
- getDefaultValidators() - Static method in class maps.validate.GMLMapValidator
-
Returns a list of default MapValidators to use for GML maps.
- getDeletedEntities() - Method in class rescuecore2.worldmodel.ChangeSet
-
Get the IDs of all deleted entities.
- getDescription() - Method in class maps.convert.ConvertStep
-
Get a user-friendly description of this step.
- getDescription() - Method in class maps.convert.osm2gml.CleanOSMStep
-
- getDescription() - Method in class maps.convert.osm2gml.ComputePassableEdgesStep
-
- getDescription() - Method in class maps.convert.osm2gml.CreateBuildingsStep
-
- getDescription() - Method in class maps.convert.osm2gml.CreateEntrancesStep
-
- getDescription() - Method in class maps.convert.osm2gml.MakeObjectsStep
-
- getDescription() - Method in class maps.convert.osm2gml.MakeTempObjectsStep
-
- getDescription() - Method in class maps.convert.osm2gml.MergeShapesStep
-
- getDescription() - Method in class maps.convert.osm2gml.PruneStep
-
- getDescription() - Method in class maps.convert.osm2gml.RemoveShapesStep
-
- getDescription() - Method in class maps.convert.osm2gml.ScanOSMStep
-
- getDescription() - Method in class maps.convert.osm2gml.SplitIntersectingEdgesStep
-
- getDescription() - Method in class maps.convert.osm2gml.SplitShapesStep
-
- getDescription() - Method in class rescuecore2.config.ClassNameSetValueConstraint
-
- getDescription() - Method in class rescuecore2.config.ClassNameValueConstraint
-
- getDescription() - Method in interface rescuecore2.config.ConfigConstraint
-
Get a description of this constraint suitable for use in tooltips.
- getDescription() - Method in class rescuecore2.config.DiscreteValueConstraint
-
- getDescription() - Method in class rescuecore2.config.FloatValueConstraint
-
- getDescription() - Method in class rescuecore2.config.IntegerValueConstraint
-
- getDestinationX() - Method in class rescuecore2.standard.messages.AKClearArea
-
Get the destination X coordinate.
- getDestinationX() - Method in class rescuecore2.standard.messages.AKMove
-
Get the destination X coordinate.
- getDestinationY() - Method in class rescuecore2.standard.messages.AKClearArea
-
Get the destination Y coordinate.
- getDestinationY() - Method in class rescuecore2.standard.messages.AKMove
-
Get the destination Y coordinate.
- getDirectedEdge(Node, Node) - Method in class maps.convert.osm2gml.TemporaryMap
-
Get a DirectedEdge between two nodes.
- getDirection() - Method in class rescuecore2.misc.geometry.Line2D
-
Get the direction of this line segment.
- getDirection() - Method in class rescuecore2.standard.entities.Human
-
Get the direction.
- getDirectionProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the direction property.
- getDistance(Point2D, Point2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the distance between two points.
- getDistance(EntityID, EntityID) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get the distance between two entities.
- getDistance(StandardEntity, StandardEntity) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get the distance between two entities.
- getEdge() - Method in class maps.convert.osm2gml.DirectedEdge
-
Get the underlying edge.
- getEdge(Node, Node) - Method in class maps.convert.osm2gml.TemporaryMap
-
Get an Edge between two nodes.
- getEdge() - Method in class maps.gml.GMLDirectedEdge
-
Get the underlying edge.
- getEdge(int) - Method in class maps.gml.GMLMap
-
Get an edge by ID.
- getEdgeDecorator(GMLEdge) - Method in class maps.gml.view.DecoratorOverlay
-
Get the EdgeDecorator for a GMLEdge.
- getEdgeDecorator(GMLEdge) - Method in class maps.gml.view.GMLMapViewer
-
Get the EdgeDecorator for a GMLEdge.
- getEdgeLine() - Method in class traffic3.simulator.PathElement
-
Get the target edge line, if any.
- getEdges() - Method in class maps.convert.osm2gml.TemporaryObject
-
Get the edges of this object.
- getEdges() - Method in class maps.gml.GMLMap
-
Get all edges in the map.
- getEdges() - Method in class maps.gml.GMLShape
-
Get the edges of this shape.
- getEdges() - Method in class maps.legacy.LegacyNode
-
Get the list of edges, i.e.
- getEdges() - Method in class rescuecore2.standard.entities.Area
-
Get the edges of this area.
- getEdgesProperty() - Method in class rescuecore2.standard.entities.Area
-
Get the edges property.
- getEdgeTo(EntityID) - Method in class rescuecore2.standard.entities.Area
-
Get the edge that crosses to a particular neighbour.
- getElementAt(int) - Method in class rescuecore2.misc.gui.ListModelList
-
- getEnd() - Method in class maps.convert.osm2gml.Edge
-
Get the end node.
- getEnd() - Method in class maps.gml.GMLEdge
-
Get the end node.
- getEnd() - Method in class rescuecore2.standard.entities.Edge
-
Get the end point.
- getEndCoordinates() - Method in class maps.convert.osm2gml.DirectedEdge
-
Get the coordinates of the end of this edge.
- getEndCoordinates() - Method in class maps.gml.GMLDirectedEdge
-
Get the coordinates of the end of this edge.
- getEndNode() - Method in class maps.convert.osm2gml.DirectedEdge
-
Get the node at the end of the underlying edge.
- getEndNode() - Method in class maps.gml.GMLDirectedEdge
-
Get the node at the end of the underlying edge.
- getEndPoint() - Method in class rescuecore2.misc.geometry.Line2D
-
Get the endpoint of this line segment.
- getEndX() - Method in class rescuecore2.standard.entities.Edge
-
Get the X coordinate of the second endpoint.
- getEndY() - Method in class rescuecore2.standard.entities.Edge
-
Get the Y coordinate of the second endpoint.
- getEntities() - Method in class rescuecore2.messages.components.EntityListComponent
-
Get the entities that make up this message component.
- getEntities() - Method in class rescuecore2.messages.control.GKConnectOK
-
Get the entity list.
- getEntities() - Method in class rescuecore2.messages.control.KAConnectOK
-
Get the entity list.
- getEntities() - Method in class rescuecore2.messages.control.KSConnectOK
-
Get the entity list.
- getEntities() - Method in class rescuecore2.messages.control.KVConnectOK
-
Get the entity list.
- getEntitiesOfType(StandardEntityURN) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get all entities of a particular type.
- getEntitiesOfType(StandardEntityURN...) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get all entities of a set of types.
- getEntitiesWithUpdates(int) - Method in class rescuecore2.log.FileLogReader
-
- getEntitiesWithUpdates(int) - Method in interface rescuecore2.log.LogReader
-
Get the set of EntityIDs that have perception updates in a given timestep.
- getEntitiesWithUpdates(int) - Method in class rescuecore2.log.StreamLogReader
-
- getEntity() - Method in class rescuecore2.messages.components.EntityComponent
-
Get the entity.
- getEntity(EntityID) - Method in class rescuecore2.worldmodel.DefaultWorldModel
-
- getEntity(EntityID) - Method in interface rescuecore2.worldmodel.WorldModel
-
Look up an entity by ID.
- getEntityFactory(String) - Method in class rescuecore2.registry.Registry
-
Get the entity factory for a URN, delegating to the parent if required.
- getEntityID() - Method in class rescuecore2.log.PerceptionRecord
-
Get the EntityID for this record.
- getEntityIDs() - Method in class rescuecore2.messages.control.EntityIDResponse
-
Get the new entity IDs.
- getEntityName() - Method in class rescuecore2.standard.entities.AmbulanceCentre
-
- getEntityName() - Method in class rescuecore2.standard.entities.AmbulanceTeam
-
- getEntityName() - Method in class rescuecore2.standard.entities.Building
-
- getEntityName() - Method in class rescuecore2.standard.entities.Civilian
-
- getEntityName() - Method in class rescuecore2.standard.entities.FireBrigade
-
- getEntityName() - Method in class rescuecore2.standard.entities.FireStation
-
- getEntityName() - Method in class rescuecore2.standard.entities.GasStation
-
- getEntityName() - Method in class rescuecore2.standard.entities.Hydrant
-
- getEntityName() - Method in class rescuecore2.standard.entities.PoliceForce
-
- getEntityName() - Method in class rescuecore2.standard.entities.PoliceOffice
-
- getEntityName() - Method in class rescuecore2.standard.entities.Refuge
-
- getEntityName() - Method in class rescuecore2.standard.entities.Road
-
- getEntityName() - Method in class rescuecore2.worldmodel.AbstractEntity
-
Get the name of this entity.
- getEntityURN(EntityID) - Method in class rescuecore2.worldmodel.ChangeSet
-
Get the URN of a changed entity.
- getEntrances() - Method in class maps.legacy.LegacyBuilding
-
Get the list of entrance nodes.
- getError() - Method in exception maps.validate.ValidationException
-
Get the underlying ValidationError for this exception.
- getFactory() - Static method in class maps.validate.JTSTools
-
Get the default GeometryFactory.
- getFieryness() - Method in class rescuecore2.standard.entities.Building
-
Get the fieryness of this building.
- getFierynessEnum() - Method in class rescuecore2.standard.entities.Building
-
Get the fieryness of this building as an enum constant.
- getFierynessProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the fieryness property.
- getFinalDestination() - Method in class traffic3.objects.TrafficAgent
-
Get the final destination.
- getFireBrigades() - Method in class gis2.GisScenario
-
Get the list of fire brigade locations.
- getFireDamage() - Method in class misc.HumanAttributes
-
Get the amount of fire damage this human has.
- getFireDamage(Building, Human) - Method in class misc.MiscParameters
-
Get the amount of damage an agent should take as a result of being in a burning building.
- getFires() - Method in class gis2.GisScenario
-
Get the set of fire locations.
- getFireStations() - Method in class gis2.GisScenario
-
Get the list of fire station locations.
- getFloatValue(String) - Method in class rescuecore2.config.Config
-
Get the value of a key as a floating point number.
- getFloatValue(String, double) - Method in class rescuecore2.config.Config
-
Get the value of a key as a floating point number or use a default value.
- getFloors() - Method in class maps.gml.GMLBuilding
-
Get the number of floors in this building.
- getFloors() - Method in class maps.legacy.LegacyBuilding
-
Get the number of floors in this building.
- getFloors() - Method in class rescuecore2.standard.entities.Building
-
Get the number of floors in this building.
- getFloorsProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the floors property.
- getFrom() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Get the "from" node.
- getFromLeft() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Get the point that is at the left side of this road at the "from" end.
- getFromRight() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Get the point that is at the right side of this road at the "from" end.
- getFullDescription() - Method in class rescuecore2.worldmodel.AbstractEntity
-
Get the full description of this object.
- getFX() - Method in class traffic3.objects.TrafficAgent
-
Get the total X force on this agent.
- getFY() - Method in class traffic3.objects.TrafficAgent
-
Get the total Y force on this agent.
- getGasStations() - Method in class gis2.GisScenario
-
Get the set of GasStations locations.
- getGlass() - Method in class maps.osm.OSMMapExtractor
-
Get a glass component for drawing the selection overlay.
- getGoal() - Method in class traffic3.simulator.PathElement
-
Get the goal point.
- getGraph() - Method in class sample.SampleSearch
-
Get the neighbourhood graph.
- getGraph() - Method in class traffic3.objects.TrafficArea
-
- getGroundArea() - Method in class rescuecore2.standard.entities.Building
-
Get the ground area of this building.
- getGroundAreaProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the ground area property.
- getGUIComponent() - Method in class collapse.CollapseSimulator
-
- getGUIComponent() - Method in class kernel.ComponentManager
-
- getGUIComponent() - Method in class kernel.ui.ScoreGraph
-
- getGUIComponent() - Method in class kernel.ui.ScoreTable
-
- getGUIComponent() - Method in class misc.MiscSimulator
-
- getGUIComponent() - Method in interface rescuecore2.GUIComponent
-
Get a JComponent that should be added to the GUI.
- getGUIComponent() - Method in class rescuecore2.standard.kernel.LineOfSightPerception
-
- getGUIComponent() - Method in class rescuecore2.standard.kernel.StandardPerception
-
- getGUIComponent() - Method in class rescuecore2.standard.kernel.StandardWorldModelViewerComponent
-
- getGUIComponent() - Method in class traffic3.simulator.TrafficSimulator
-
- getGUIComponentName() - Method in class collapse.CollapseSimulator
-
- getGUIComponentName() - Method in class kernel.ComponentManager
-
- getGUIComponentName() - Method in class kernel.ui.ScoreGraph
-
- getGUIComponentName() - Method in class kernel.ui.ScoreTable
-
- getGUIComponentName() - Method in class misc.MiscSimulator
-
- getGUIComponentName() - Method in interface rescuecore2.GUIComponent
-
Get the name of this part of the GUI.
- getGUIComponentName() - Method in class rescuecore2.standard.kernel.LineOfSightPerception
-
- getGUIComponentName() - Method in class rescuecore2.standard.kernel.StandardPerception
-
- getGUIComponentName() - Method in class rescuecore2.standard.kernel.StandardWorldModelViewerComponent
-
- getGUIComponentName() - Method in class traffic3.simulator.TrafficSimulator
-
- getHead() - Method in class maps.legacy.LegacyRoad
-
Get the ID of the head node.
- getHearing(Entity) - Method in class kernel.AbstractCommunicationModel
-
- getHearing(Entity) - Method in interface kernel.CommunicationModel
-
Get the set of hear commands an agent can hear.
- getHearing() - Method in class rescuecore2.log.PerceptionRecord
-
Get the set of communication messages heard.
- getHearing() - Method in class rescuecore2.messages.control.KASense
-
Get the messages the agent can hear.
- getHP() - Method in class rescuecore2.standard.entities.Human
-
Get the hp of this human.
- getHPProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the hp property.
- getHuman() - Method in class misc.HumanAttributes
-
Get the wrapped human.
- getHuman() - Method in class traffic3.objects.TrafficAgent
-
Get the Human wrapped by this object.
- getHydrants() - Method in class gis2.GisScenario
-
Get the set of hydrant locations.
- getID() - Method in class maps.convert.osm2gml.ManagedObject
-
Get this object's ID.
- getID() - Method in class maps.gml.GMLObject
-
Get this object's ID.
- getID() - Method in class maps.legacy.LegacyObject
-
Get the ID of this object.
- getID() - Method in class maps.osm.OSMObject
-
Get the ID of this object.
- getId() - Method in class maps.validate.ValidationError
-
Get the id of the object this error refers to.
- getID() - Method in class misc.HumanAttributes
-
Get the ID of the wrapped human.
- getID() - Method in class rescuecore2.components.AbstractAgent
-
- getID() - Method in interface rescuecore2.components.Agent
-
Get the ID of the entity this agent controls.
- getID() - Method in enum rescuecore2.log.RecordType
-
Get the ID of this record type for writing into the log.
- getID() - Method in class rescuecore2.worldmodel.AbstractEntity
-
- getID() - Method in interface rescuecore2.worldmodel.Entity
-
Get the ID of this Entity.
- getIDs() - Method in class rescuecore2.messages.components.EntityIDListComponent
-
Get the list of entity IDs in this component.
- getIgnition() - Method in class rescuecore2.standard.entities.Building
-
Get the value of the ignition property.
- getIgnitionProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the ignition property.
- getImportance() - Method in class maps.gml.GMLBuilding
-
Get the importance of this building.
- getImportance() - Method in class rescuecore2.standard.entities.Building
-
Get the importance of this building.
- getImportanceProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the building importance property.
- getInlineComponents() - Method in class kernel.KernelStartupOptions
-
Get the names of all components that should be started inline.
- getInspector() - Method in class gis2.scenario.ScenarioEditor
-
Get the object inspector.
- getInspector() - Method in class maps.gml.editor.GMLEditor
-
Get the object inspector.
- getInstanceCount(Component) - Method in class kernel.KernelStartupOptions
-
Get the number of instances of a type of component to start.
- getIntersection(Line2D) - Method in class rescuecore2.misc.geometry.Line2D
-
Find out how far along this line the intersection point with another line is.
- getIntersectionPoint(Line2D, Line2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find the intersection point of two lines.
- getIntersections() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all intersections in the map.
- getIntValue(String) - Method in class rescuecore2.config.Config
-
Get the value of a key as an integer.
- getIntValue(String, int) - Method in class rescuecore2.config.Config
-
Get the value of a key as an integer or use a default value.
- getItemsInRegion(double, double, double, double) - Method in class rescuecore2.misc.geometry.spatialindex.AbstractSpatialIndex
-
- getItemsInRegion(Region) - Method in class rescuecore2.misc.geometry.spatialindex.BBTree
-
- getItemsInRegion(double, double, double, double) - Method in interface rescuecore2.misc.geometry.spatialindex.SpatialIndex
-
Get all indexable objects in a region.
- getItemsInRegion(Region) - Method in interface rescuecore2.misc.geometry.spatialindex.SpatialIndex
-
Get all indexable objects in a region.
- getKey() - Method in class rescuecore2.config.AbstractValueConstraint
-
- getKey() - Method in interface rescuecore2.config.ValueConstraint
-
Get the key this restraint refers to.
- getKeys() - Method in class rescuecore2.config.AbstractValueConstraint
-
- getKeys() - Method in interface rescuecore2.config.ConfigConstraint
-
Get the set of keys this constriant applies to.
- getKnownEntityURNs() - Method in class rescuecore2.registry.AbstractEntityFactory
-
- getKnownEntityURNs() - Method in interface rescuecore2.registry.EntityFactory
-
Get all entity urns understood by this factory.
- getKnownEntityURNs() - Method in class rescuecore2.registry.FilterEntityFactory
-
- getKnownEntityURNsEnum() - Method in class rescuecore2.registry.AbstractEntityFactory
-
Get an EnumSet containing known entity URNs.
- getKnownMessageURNs() - Method in class rescuecore2.registry.AbstractMessageFactory
-
- getKnownMessageURNs() - Method in class rescuecore2.registry.FilterMessageFactory
-
- getKnownMessageURNs() - Method in interface rescuecore2.registry.MessageFactory
-
Get all message urns understood by this factory.
- getKnownMessageURNsEnum() - Method in class rescuecore2.registry.AbstractMessageFactory
-
Get an EnumSet containing known message URNs.
- getKnownPropertyURNs() - Method in class rescuecore2.registry.AbstractPropertyFactory
-
- getKnownPropertyURNs() - Method in class rescuecore2.registry.FilterPropertyFactory
-
- getKnownPropertyURNs() - Method in interface rescuecore2.registry.PropertyFactory
-
Get all property urns understood by this factory.
- getKnownPropertyURNsEnum() - Method in class rescuecore2.registry.AbstractPropertyFactory
-
Get an EnumSet containing known property URNs.
- getLatitude(int) - Method in class maps.osm.OSMMapViewer
-
Get the latitude of a screen coordinate.
- getLatitude() - Method in class maps.osm.OSMNode
-
Get the latitude of this node in degrees.
- getLatitude() - Method in class rescuecore2.standard.entities.World
-
Get the value of the latitude property.
- getLatitudeProperty() - Method in class rescuecore2.standard.entities.World
-
Get the latitude property.
- getLayers() - Method in class rescuecore2.view.LayerViewComponent
-
Get all installed layers.
- getLeftAngleBetweenLines(Line2D, Line2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the angle between two lines in a counter-clockwise direction.
- getLeftAngleBetweenVectors(Vector2D, Vector2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the angle between two vectors in a counter-clockwise direction.
- getLength() - Method in class maps.legacy.LegacyRoad
-
Get the length of this road in mm.
- getLength() - Method in class rescuecore2.misc.geometry.Vector2D
-
Get the length of this vector.
- getLength() - Method in class rescuecore2.standard.misc.AgentPath
-
Get the length of this path.
- getLine() - Method in class maps.convert.osm2gml.DirectedEdge
-
Get the line represented by this edge.
- getLine() - Method in class maps.convert.osm2gml.Edge
-
Get the line represented by this edge.
- getLine() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
Get a Line2D representing this region.
- getLine() - Method in class rescuecore2.standard.entities.Edge
-
Get a line representing this edge.
- getLines() - Method in class traffic3.objects.TrafficBlockade
-
Get the lines that make up the outline of this blockade.
- getLocation() - Method in class maps.convert.legacy2gml.NodeInfo
-
Get the node location.
- getLocation(WorldModel<? extends StandardEntity>) - Method in class rescuecore2.standard.entities.Area
-
- getLocation(WorldModel<? extends StandardEntity>) - Method in class rescuecore2.standard.entities.Blockade
-
- getLocation(WorldModel<? extends StandardEntity>) - Method in class rescuecore2.standard.entities.Human
-
- getLocation(WorldModel<? extends StandardEntity>) - Method in class rescuecore2.standard.entities.StandardEntity
-
Get the location of this entity.
- getLocation(Human) - Method in class rescuecore2.standard.view.AnimatedHumanLayer
-
- getLocation(Human) - Method in class rescuecore2.standard.view.HumanLayer
-
Get the location of a human.
- getLongitude(int) - Method in class maps.osm.OSMMapViewer
-
Get the longitude of a screen coordinate.
- getLongitude() - Method in class maps.osm.OSMNode
-
Get the longitude of this node in degrees.
- getLongitude() - Method in class rescuecore2.standard.entities.World
-
Get the value of the longitude property.
- getLongitudeProperty() - Method in class rescuecore2.standard.entities.World
-
Get the longitude property.
- getMap() - Method in class gis2.scenario.ScenarioEditor
-
Get the map.
- getMap() - Method in class maps.gml.editor.GMLEditor
-
Get the map.
- getMaxLatitude() - Method in class maps.osm.OSMMap
-
Get the maximum latitude in this map.
- getMaxLongitude() - Method in class maps.osm.OSMMap
-
Get the maximum longitude in this map.
- getMaxTimestep() - Method in class rescuecore2.log.FileLogReader
-
- getMaxTimestep() - Method in interface rescuecore2.log.LogReader
-
Get the last timestep recorded in this log.
- getMaxTimestep() - Method in class rescuecore2.log.StreamLogReader
-
- getMaxVelocity() - Method in class traffic3.objects.TrafficAgent
-
Get the maximum velocity of this agent.
- getMaxX() - Method in class maps.gml.GMLMap
-
Get the maximum x coordinate.
- getMaxY() - Method in class maps.gml.GMLMap
-
Get the maximum y coordinate.
- getMessage() - Method in class maps.validate.ValidationError
-
Get the error message of this ValidationError.
- getMessageFactory(String) - Method in class rescuecore2.registry.Registry
-
Get the message factory for a URN, delegating to the parent if required.
- getMessagesForAgent(Entity) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
- getMessagesForAgent(Entity) - Method in interface rescuecore2.standard.kernel.comms.Channel
-
Get the messages that should be send to an agent.
- getMinLatitude() - Method in class maps.osm.OSMMap
-
Get the minimum latitude in this map.
- getMinLongitude() - Method in class maps.osm.OSMMap
-
Get the minimum longitude in this map.
- getMinX() - Method in class maps.gml.GMLMap
-
Get the minimum x coordinate.
- getMinY() - Method in class maps.gml.GMLMap
-
Get the minimum y coordinate.
- getName() - Method in class clear.ClearSimulator
-
- getName() - Method in class collapse.CollapseSimulator
-
- getName() - Method in class gis2.scenario.ClearAgentsFunction
-
- getName() - Method in class gis2.scenario.ClearAllFunction
-
- getName() - Method in class gis2.scenario.ClearFiresFunction
-
- getName() - Method in interface gis2.scenario.Function
-
Get the name of this function.
- getName() - Method in class gis2.scenario.PlaceAgentsFunction
-
- getName() - Method in class gis2.scenario.PlaceAmbulanceCentreTool
-
- getName() - Method in class gis2.scenario.PlaceAmbulanceTeamTool
-
- getName() - Method in class gis2.scenario.PlaceCivilianTool
-
- getName() - Method in class gis2.scenario.PlaceFireBrigadeTool
-
- getName() - Method in class gis2.scenario.PlaceFireStationTool
-
- getName() - Method in class gis2.scenario.PlaceFireTool
-
- getName() - Method in class gis2.scenario.PlaceGasStationTool
-
- getName() - Method in class gis2.scenario.PlaceHydrantTool
-
- getName() - Method in class gis2.scenario.PlacePoliceForceTool
-
- getName() - Method in class gis2.scenario.PlacePoliceOfficeTool
-
- getName() - Method in class gis2.scenario.PlaceRefugeTool
-
- getName() - Method in class gis2.scenario.RandomHydrantPlacementFunction
-
- getName() - Method in class gis2.scenario.RandomiseFunction
-
- getName() - Method in class gis2.scenario.RemoveAmbulanceCentreTool
-
- getName() - Method in class gis2.scenario.RemoveAmbulanceTeamTool
-
- getName() - Method in class gis2.scenario.RemoveCivilianTool
-
- getName() - Method in class gis2.scenario.RemoveFireBrigadeTool
-
- getName() - Method in class gis2.scenario.RemoveFireStationTool
-
- getName() - Method in class gis2.scenario.RemoveFireTool
-
- getName() - Method in class gis2.scenario.RemoveGasStationTool
-
- getName() - Method in class gis2.scenario.RemoveHydrantTool
-
- getName() - Method in class gis2.scenario.RemovePoliceForceTool
-
- getName() - Method in class gis2.scenario.RemovePoliceOfficeTool
-
- getName() - Method in class gis2.scenario.RemoveRefugeTool
-
- getName() - Method in interface gis2.scenario.Tool
-
Get the name of this tool.
- getName() - Method in class ignition.IgnitionSimulator
-
- getName() - Method in class kernel.AbstractKernelComponent
-
- getName() - Method in interface kernel.KernelComponent
-
Get the name of this component.
- getName() - Method in class maps.gml.editor.AddNoiseFunction
-
- getName() - Method in class maps.gml.editor.ComputePassableEdgesFunction
-
- getName() - Method in class maps.gml.editor.CreateBuildingTool
-
- getName() - Method in class maps.gml.editor.CreateEdgeTool
-
- getName() - Method in class maps.gml.editor.CreateNodeTool
-
- getName() - Method in class maps.gml.editor.CreateRoadTool
-
- getName() - Method in class maps.gml.editor.CreateSpaceTool
-
- getName() - Method in class maps.gml.editor.DeleteEdgeTool
-
- getName() - Method in class maps.gml.editor.DeleteNodeTool
-
- getName() - Method in class maps.gml.editor.DeleteShapeTool
-
- getName() - Method in class maps.gml.editor.FixAttachedObjectsFunction
-
- getName() - Method in class maps.gml.editor.FixDegenerateShapesFunction
-
- getName() - Method in class maps.gml.editor.FixDuplicateEdgesFunction
-
- getName() - Method in class maps.gml.editor.FixLatLongTool
-
- getName() - Method in class maps.gml.editor.FixNearbyNodesFunction
-
- getName() - Method in interface maps.gml.editor.Function
-
Get the name of this function.
- getName() - Method in class maps.gml.editor.InspectTool
-
- getName() - Method in class maps.gml.editor.MergeLinesTool
-
- getName() - Method in class maps.gml.editor.MergeNodesTool
-
- getName() - Method in class maps.gml.editor.MoveNodeTool
-
- getName() - Method in class maps.gml.editor.PanZoomTool
-
- getName() - Method in class maps.gml.editor.PruneOrphanEdgesFunction
-
- getName() - Method in class maps.gml.editor.PruneOrphanNodesFunction
-
- getName() - Method in class maps.gml.editor.ScaleFunction
-
- getName() - Method in class maps.gml.editor.SplitEdgesFunction
-
- getName() - Method in class maps.gml.editor.SplitEdgeTool
-
- getName() - Method in class maps.gml.editor.SplitShapeTool
-
- getName() - Method in class maps.gml.editor.TogglePassableTool
-
- getName() - Method in interface maps.gml.editor.Tool
-
Get the name of this tool.
- getName() - Method in class maps.gml.editor.ValidateFunction
-
- getName() - Method in class rescuecore2.components.AbstractComponent
-
- getName() - Method in interface rescuecore2.components.Component
-
Get the name of this component.
- getName() - Method in class rescuecore2.connection.AbstractConnection
-
- getName() - Method in interface rescuecore2.connection.Connection
-
Get the name for this connection.
- getName() - Method in class rescuecore2.messages.AbstractMessageComponent
-
- getName() - Method in interface rescuecore2.messages.MessageComponent
-
Get the name of this component of the message.
- getName() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.ShapeInfo
-
Get the name of this shape info.
- getName() - Method in class rescuecore2.registry.Registry
-
Get the name of this registry.
- getName() - Method in class rescuecore2.score.AbstractScoreFunction
-
- getName() - Method in interface rescuecore2.score.ScoreFunction
-
Get the name of this score function.
- getName() - Method in class rescuecore2.standard.view.AnimatedHumanLayer
-
- getName() - Method in class rescuecore2.standard.view.AreaIconLayer
-
- getName() - Method in class rescuecore2.standard.view.AreaNeighboursLayer
-
- getName() - Method in class rescuecore2.standard.view.BuildingIconLayer
-
- getName() - Method in class rescuecore2.standard.view.BuildingLayer
-
- getName() - Method in class rescuecore2.standard.view.CommandLayer
-
- getName() - Method in class rescuecore2.standard.view.HumanLayer
-
- getName() - Method in class rescuecore2.standard.view.PositionHistoryLayer
-
- getName() - Method in class rescuecore2.standard.view.RoadBlockageLayer
-
- getName() - Method in class rescuecore2.standard.view.RoadLayer
-
- getName() - Method in interface rescuecore2.view.ViewLayer
-
Get the name of this layer.
- getNamespaces() - Method in class maps.gml.formats.GeospatialInformationAuthorityFormat
-
- getNamespaces() - Method in class maps.gml.formats.MeijoFormat
-
- getNamespaces() - Method in class maps.gml.formats.OrdnanceSurveyFormat
-
- getNamespaces() - Method in class maps.gml.formats.RobocupFormat
-
- getNamespaces() - Method in class maps.gml.GMLMapFormat
-
Get the uris and preferred prefixes for all namespaces this format cares about.
- getNearbyAgents(TrafficAgent) - Method in class traffic3.manager.TrafficManager
-
Get all agents in the same area or a neighbouring area as an agent.
- getNearbyThreshold() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get the threshold for deciding if two points are the same.
- getNearestBlockade() - Method in class human.ControlledPoliceForce
-
Get the blockade that is nearest this agent.
- getNearestBlockade(Area, int, int) - Method in class human.ControlledPoliceForce
-
Get the blockade that is nearest a point.
- getNearestLineIndex(Point2D) - Method in class traffic3.objects.TrafficArea
-
- getNearestNode(double, double) - Method in class maps.osm.OSMMap
-
Get the nearest node to a point.
- getNeighbour(DirectedEdge) - Method in class maps.convert.osm2gml.TemporaryObject
-
Get the neighbour through a particular edge.
- getNeighbour(GMLDirectedEdge) - Method in class maps.gml.GMLShape
-
Get the ID of the neighbour through a particular edge.
- getNeighbour(GMLEdge) - Method in class maps.gml.GMLShape
-
Get the ID of the neighbour through a particular edge.
- getNeighbour() - Method in class rescuecore2.standard.entities.Edge
-
Get the ID of the neighbour.
- getNeighbours() - Method in class rescuecore2.standard.entities.Area
-
Get the neighbours of this area.
- getNeighbours(TrafficArea) - Method in class traffic3.manager.TrafficManager
-
Get the neighbouring areas to a TrafficArea.
- getNode() - Method in class maps.convert.legacy2gml.NodeInfo
-
Get the LegacyNode.
- getNode(Point2D) - Method in class maps.convert.osm2gml.TemporaryMap
-
Get a Node near a point.
- getNode(double, double) - Method in class maps.convert.osm2gml.TemporaryMap
-
Get a Node near a point.
- getNode(int) - Method in class maps.gml.GMLMap
-
Get a node by ID.
- getNode(int) - Method in class maps.legacy.LegacyMap
-
Get a node by ID.
- getNode(Long) - Method in class maps.osm.OSMMap
-
Get a node by ID.
- getNodeDecorator(GMLNode) - Method in class maps.gml.view.DecoratorOverlay
-
Get the NodeDecorator for a GMLNodes.
- getNodeDecorator(GMLNode) - Method in class maps.gml.view.GMLMapViewer
-
Get the NodeDecorator for a GMLNodes.
- getNodeIDs() - Method in class maps.osm.OSMWay
-
Get the IDs of the way nodes.
- getNodes() - Method in class maps.gml.GMLMap
-
Get all nodes in the map.
- getNodes() - Method in class maps.legacy.LegacyMap
-
Get all nodes.
- getNodes() - Method in class maps.osm.OSMMap
-
Get all nodes in the map.
- getNodesInRegion(double, double, double, double) - Method in class maps.gml.GMLMap
-
Get all GMLNodes inside a region.
- getNormal() - Method in class rescuecore2.misc.geometry.Vector2D
-
Get a Vector2D that is normal to this one.
- getObject() - Method in class maps.convert.osm2gml.DirectedEdgeShapeInfo
-
- getObject() - Method in class maps.convert.osm2gml.EdgeShapeInfo
-
- getObject() - Method in class maps.gml.debug.GMLDirectedEdgeShapeInfo
-
- getObject() - Method in class maps.gml.debug.GMLEdgeShapeInfo
-
- getObject() - Method in class maps.gml.debug.GMLNodeShapeInfo
-
- getObject(int) - Method in class maps.gml.GMLMap
-
Get an object by ID.
- getObject() - Method in class rescuecore2.misc.gui.ShapeDebugFrame.ShapeInfo
-
Get the object this shape represents.
- getObject() - Method in class rescuecore2.view.RenderedObject
-
Get the item that was rendered.
- getObjectBounds(List<? extends GMLObject>) - Static method in class maps.gml.GMLTools
-
Get the bounds of a set of gml objects.
- getObjectsInRange(EntityID, int) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get objects within a certain range of an entity.
- getObjectsInRange(StandardEntity, int) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get objects within a certain range of an entity.
- getObjectsInRange(int, int, int) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get objects within a certain range of a location.
- getObjectsInRectangle(int, int, int, int) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get objects inside a given rectangle.
- getOpenLines() - Method in class traffic3.objects.TrafficArea
-
- getOrigin() - Method in class rescuecore2.misc.geometry.Line2D
-
Get the origin of this line segment.
- getOSMBuildingInfo() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get the OSM building info.
- getOSMIntersectionInfo() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get the OSM intersection info.
- getOSMMap() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get the OSMMap.
- getOSMRoadInfo() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get the OSM road info.
- getOverlapArea(RectangleRegion) - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
Calculate the overlap with another RectangleRegion.
- getPanZoomListener() - Method in class maps.gml.view.GMLMapViewer
-
Get the PanZoomListener for this component.
- getPath() - Method in class rescuecore2.standard.messages.AKMove
-
Get the desired movement path.
- getPath() - Method in class traffic3.objects.TrafficAgent
-
Get the current path.
- getpathArray(int) - Method in class traffic3.simulator.Dijkstra
-
Get Path From Des to Src ...
- getPerception() - Method in class kernel.KernelStartupOptions
-
Get the Perception module the kernel should use.
- getPerception(int, EntityID) - Method in class rescuecore2.log.FileLogReader
-
- getPerception(int, EntityID) - Method in interface rescuecore2.log.LogReader
-
Get the perception record for a particular entity at a particular time.
- getPerception(int, EntityID) - Method in class rescuecore2.log.StreamLogReader
-
- getPoint(double) - Method in class rescuecore2.misc.geometry.Line2D
-
Get a point along this line.
- getPoint() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
Get a Point2D representing this region.
- getPointOnPath(double) - Method in class rescuecore2.standard.misc.AgentPath
-
Get the coordinates of a point along this path.
- getPoints() - Method in class maps.gml.GMLDirectedEdge
-
Get the points of the underlying edge in the right order for this directed edge.
- getPoints() - Method in class maps.gml.GMLEdge
-
Get the points along the edge.
- getPoliceForces() - Method in class gis2.GisScenario
-
Get the list of police force locations.
- getPoliceOffices() - Method in class gis2.GisScenario
-
Get the list of police office locations.
- getPopupMenuItems() - Method in class rescuecore2.standard.view.CommandLayer
-
- getPopupMenuItems() - Method in class rescuecore2.standard.view.HumanLayer
-
- getPopupMenuItems() - Method in class rescuecore2.view.AbstractViewLayer
-
- getPopupMenuItems() - Method in interface rescuecore2.view.ViewLayer
-
Get the menu items this layer wants added to the LayerViewComponent popup menu.
- getPosition() - Method in class rescuecore2.standard.entities.Blockade
-
Get the position of this blockade.
- getPosition() - Method in class rescuecore2.standard.entities.Human
-
Get the position of this human.
- getPosition(WorldModel<? extends StandardEntity>) - Method in class rescuecore2.standard.entities.Human
-
Get the entity represented by the position property.
- getPositionHistory() - Method in class rescuecore2.standard.entities.Human
-
Get the position history.
- getPositionHistory() - Method in class traffic3.objects.TrafficAgent
-
Get the position history.
- getPositionHistoryProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the position history property.
- getPositionProperty() - Method in class rescuecore2.standard.entities.Blockade
-
Get the position property.
- getPositionProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the position property.
- getPreferredLogContext() - Method in class rescuecore2.components.AbstractComponent
-
- getPreferredLogContext() - Method in interface rescuecore2.components.Component
-
Get the preferred log context for this component.
- getPreferredNDC() - Method in class rescuecore2.components.AbstractAgent
-
- getPreferredNDC() - Method in class rescuecore2.components.AbstractComponent
-
Get the preferred nested diagnostic context to use when processing messages for this component.
- getPreferredRegistry(Registry) - Method in class rescuecore2.components.AbstractComponent
-
- getPreferredRegistry(Registry) - Method in interface rescuecore2.components.Component
-
Get the registry this component would like to use for its connection.
- getPreferredRegistry(Registry) - Method in class sample.CustomRegistryTestAgent
-
- getPreferredRegistry(Registry) - Method in class sample.SampleCivilian
-
- getProgressBar() - Method in class maps.convert.ConvertStep
-
Get the JProgressBar component for this step.
- getProperties() - Method in class rescuecore2.worldmodel.AbstractEntity
-
- getProperties() - Method in interface rescuecore2.worldmodel.Entity
-
Get all the properties that this entity has.
- getProperty(String) - Method in class rescuecore2.standard.entities.Area
-
- getProperty(String) - Method in class rescuecore2.standard.entities.Blockade
-
- getProperty(String) - Method in class rescuecore2.standard.entities.Building
-
- getProperty(String) - Method in class rescuecore2.standard.entities.FireBrigade
-
- getProperty(String) - Method in class rescuecore2.standard.entities.Human
-
- getProperty(String) - Method in class rescuecore2.standard.entities.World
-
- getProperty(String) - Method in class rescuecore2.worldmodel.AbstractEntity
-
- getProperty(String) - Method in interface rescuecore2.worldmodel.Entity
-
Get a property by urn.
- getPropertyFactory(String) - Method in class rescuecore2.registry.Registry
-
Get the property factory for a URN, delegating to the parent if required.
- getRadius() - Method in class traffic3.objects.TrafficAgent
-
Get the radius of this agent.
- getRandom() - Method in class rescuecore2.config.Config
-
Get the random number generator defined by this config.
- getReal() - Method in class collapse.CSBuilding
-
- getReason() - Method in class rescuecore2.messages.control.GKConnectError
-
Get the reason for the error.
- getReason() - Method in class rescuecore2.messages.control.KAConnectError
-
Get the reason for the error.
- getReason() - Method in class rescuecore2.messages.control.KSConnectError
-
Get the reason for the error.
- getReason() - Method in class rescuecore2.messages.control.KVConnectError
-
Get the reason for the error.
- getRecordType() - Method in class rescuecore2.log.CommandsRecord
-
- getRecordType() - Method in class rescuecore2.log.ConfigRecord
-
- getRecordType() - Method in class rescuecore2.log.EndLogRecord
-
- getRecordType() - Method in class rescuecore2.log.InitialConditionsRecord
-
- getRecordType() - Method in interface rescuecore2.log.LogRecord
-
Get the type of this record.
- getRecordType() - Method in class rescuecore2.log.PerceptionRecord
-
- getRecordType() - Method in class rescuecore2.log.StartLogRecord
-
- getRecordType() - Method in class rescuecore2.log.UpdatesRecord
-
- getRefuges() - Method in class gis2.GisScenario
-
Get the set of refuge locations.
- getRefuges() - Method in class rescuecore2.standard.components.StandardAgent
-
Get a list of all refuges in the world.
- getRegistry() - Method in class rescuecore2.connection.AbstractConnection
-
- getRegistry() - Method in interface rescuecore2.connection.Connection
-
Get the Registry that this connection is using for decoding messages and entities.
- getRemainingToCollapse(double) - Method in class collapse.CSBuilding
-
Returns the extent that is still possible to collapse.
- getRepairCost() - Method in class rescuecore2.standard.entities.Blockade
-
Get the repair cost of this blockade.
- getRepairCostProperty() - Method in class rescuecore2.standard.entities.Blockade
-
Get the repair cost property.
- getRequestedEntityTypes() - Method in class rescuecore2.messages.control.AKConnect
-
Get the requested entity types.
- getRequestedEntityURNs() - Method in interface rescuecore2.components.Agent
-
Get the list of entity URNs that this agent is willing to control.
- getRequestedEntityURNs() - Method in class rescuecore2.standard.components.StandardAgent
-
- getRequestedEntityURNsEnum() - Method in class human.ControlledAmbulanceTeam
-
- getRequestedEntityURNsEnum() - Method in class human.ControlledFireBrigade
-
- getRequestedEntityURNsEnum() - Method in class human.ControlledPoliceForce
-
- getRequestedEntityURNsEnum() - Method in class rescuecore2.standard.components.StandardAgent
-
Get an EnumSet containing requested entity URNs.
- getRequestedEntityURNsEnum() - Method in class sample.ChannelTestAgent
-
- getRequestedEntityURNsEnum() - Method in class sample.CustomRegistryTestAgent
-
- getRequestedEntityURNsEnum() - Method in class sample.DummyAgent
-
- getRequestedEntityURNsEnum() - Method in class sample.SampleAmbulanceTeam
-
- getRequestedEntityURNsEnum() - Method in class sample.SampleCentre
-
- getRequestedEntityURNsEnum() - Method in class sample.SampleCivilian
-
- getRequestedEntityURNsEnum() - Method in class sample.SampleFireBrigade
-
- getRequestedEntityURNsEnum() - Method in class sample.SamplePoliceForce
-
- getRequestID() - Method in class rescuecore2.messages.control.AKAcknowledge
-
Get the request ID of this acknowledgement.
- getRequestID() - Method in class rescuecore2.messages.control.AKConnect
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.EntityIDRequest
-
Get the ID of this request.
- getRequestID() - Method in class rescuecore2.messages.control.EntityIDResponse
-
Get the ID of this request.
- getRequestID() - Method in class rescuecore2.messages.control.KAConnectError
-
Get the request ID for the message.
- getRequestID() - Method in class rescuecore2.messages.control.KAConnectOK
-
Get the requestID for this message.
- getRequestID() - Method in class rescuecore2.messages.control.KSConnectError
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.KSConnectOK
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.KVConnectError
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.KVConnectOK
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.SKAcknowledge
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.SKConnect
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.VKAcknowledge
-
Get the request ID.
- getRequestID() - Method in class rescuecore2.messages.control.VKConnect
-
Get the request ID.
- getResolution() - Method in class maps.gml.editor.Snap
-
Get the resolution.
- getRightAngleBetweenLines(Line2D, Line2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the angle between two lines in a clockwise direction.
- getRightAngleBetweenVectors(Vector2D, Vector2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Compute the angle between two vectors in a clockwise direction.
- getRoad() - Method in class maps.convert.legacy2gml.NodeInfo
-
Get the generated GMLRoad.
- getRoad() - Method in class maps.convert.legacy2gml.RoadInfo
-
Get the generated GMLRoad.
- getRoad(int) - Method in class maps.gml.GMLMap
-
Get a road by ID.
- getRoad(int) - Method in class maps.legacy.LegacyMap
-
Get a road by ID.
- getRoadDecorator(GMLRoad) - Method in class maps.gml.view.DecoratorOverlay
-
Get the RoadDecorator for a GMLRoads.
- getRoadDecorator(GMLRoad) - Method in class maps.gml.view.GMLMapViewer
-
Get the RoadDecorator for a GMLRoads.
- getRoads() - Method in class maps.convert.osm2gml.TemporaryMap
-
Get all roads in the map.
- getRoads() - Method in class maps.gml.GMLMap
-
Get all roads in the map.
- getRoads() - Method in class maps.legacy.LegacyMap
-
Get all roads.
- getRoads() - Method in class maps.osm.OSMMap
-
Get all roads.
- getScenario(Config) - Method in class gis2.GMLWorldModelCreator
-
- getScenario() - Method in class gis2.scenario.ScenarioEditor
-
Get the scenario.
- getScenario(Config) - Method in class kernel.RemoteGISWorldModelCreator
-
- getScenario(Config) - Method in interface kernel.WorldModelCreator
-
Returns the scenario of the simulation
- getScore() - Method in class rescuecore2.log.LogExtractor
-
- getScore() - Method in class rescuecore2.Timestep
-
Get the score for this timestep.
- getScreenCoordinates(GMLCoordinates) - Method in class maps.gml.view.GMLMapViewer
-
Get the on-screen coordinates for a point.
- getSegmentIntersectionPoint(Line2D, Line2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find the intersection point of two line segments.
- getShape() - Method in class maps.convert.osm2gml.TemporaryObject
-
Get the Shape of this object.
- getShape(int) - Method in class maps.gml.GMLMap
-
Get a shape by ID.
- getShape() - Method in class rescuecore2.standard.entities.Area
-
Get this area as a Java Shape object.
- getShape() - Method in class rescuecore2.standard.entities.Blockade
-
Get this area as a Java Shape object.
- getShape() - Method in class rescuecore2.view.RenderedObject
-
Get the on-screen shape of the item that was rendered.
- getSimulatorID() - Method in class rescuecore2.components.AbstractSimulator
-
Get this simulator's ID.
- getSimulatorID() - Method in class rescuecore2.messages.control.EntityIDRequest
-
Get the ID of the simulator making the request.
- getSimulatorID() - Method in class rescuecore2.messages.control.EntityIDResponse
-
Get the ID of the simulator making the request.
- getSimulatorID() - Method in class rescuecore2.messages.control.KSConnectOK
-
Get the simulator ID for this message.
- getSimulatorID() - Method in class rescuecore2.messages.control.SKAcknowledge
-
Get the simulator ID.
- getSimulatorID() - Method in class rescuecore2.messages.control.SKUpdate
-
Get the ID of the simulator that is acknowledging the connection.
- getSimulatorName() - Method in class rescuecore2.messages.control.SKConnect
-
Get the simulator name.
- getSize() - Method in class rescuecore2.misc.gui.ListModelList
-
- getSlider() - Method in class handy.swing.SliderComponent
-
Get the JSlider component.
- getSpace(int) - Method in class maps.gml.GMLMap
-
Get a space by ID.
- getSpaceDecorator(GMLSpace) - Method in class maps.gml.view.DecoratorOverlay
-
Get the SpaceDecorator for a GMLSpaces.
- getSpaceDecorator(GMLSpace) - Method in class maps.gml.view.GMLMapViewer
-
Get the SpaceDecorator for a GMLSpaces.
- getSpaces() - Method in class maps.gml.GMLMap
-
Get all spaces in the map.
- getStamina() - Method in class rescuecore2.standard.entities.Human
-
Get the stamina of this human.
- getStaminaProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the stamina property.
- getStandardURN() - Method in class rescuecore2.standard.entities.AmbulanceCentre
-
- getStandardURN() - Method in class rescuecore2.standard.entities.AmbulanceTeam
-
- getStandardURN() - Method in class rescuecore2.standard.entities.Blockade
-
- getStandardURN() - Method in class rescuecore2.standard.entities.Building
-
- getStandardURN() - Method in class rescuecore2.standard.entities.Civilian
-
- getStandardURN() - Method in class rescuecore2.standard.entities.FireBrigade
-
- getStandardURN() - Method in class rescuecore2.standard.entities.FireStation
-
- getStandardURN() - Method in class rescuecore2.standard.entities.GasStation
-
- getStandardURN() - Method in class rescuecore2.standard.entities.Hydrant
-
- getStandardURN() - Method in class rescuecore2.standard.entities.PoliceForce
-
- getStandardURN() - Method in class rescuecore2.standard.entities.PoliceOffice
-
- getStandardURN() - Method in class rescuecore2.standard.entities.Refuge
-
- getStandardURN() - Method in class rescuecore2.standard.entities.Road
-
- getStandardURN() - Method in class rescuecore2.standard.entities.StandardEntity
-
Get the URN of this entity type as an instanceof StandardEntityURN.
- getStandardURN() - Method in class rescuecore2.standard.entities.World
-
- getStart() - Method in class maps.convert.osm2gml.Edge
-
Get the start node.
- getStart() - Method in class maps.gml.GMLEdge
-
Get the start node.
- getStart() - Method in class rescuecore2.standard.entities.Edge
-
Get the start point.
- getStartCoordinates() - Method in class maps.convert.osm2gml.DirectedEdge
-
Get the coordinates of the start of this edge.
- getStartCoordinates() - Method in class maps.gml.GMLDirectedEdge
-
Get the coordinates of the start of this edge.
- getStartNode() - Method in class maps.convert.osm2gml.DirectedEdge
-
Get the node at the start of the underlying edge.
- getStartNode() - Method in class maps.gml.GMLDirectedEdge
-
Get the node at the start of the underlying edge.
- getStartTime() - Method in class rescuecore2.standard.entities.World
-
Get the value of the startTime property.
- getStartTimeProperty() - Method in class rescuecore2.standard.entities.World
-
Get the startTime property.
- getStartX() - Method in class rescuecore2.standard.entities.Edge
-
Get the X coordinate of the first endpoint.
- getStartY() - Method in class rescuecore2.standard.entities.Edge
-
Get the Y coordinate of the first endpoint.
- getState() - Method in class kernel.Kernel
-
Get a snapshot of the kernel's state.
- getStatusComponent() - Method in class maps.convert.ConvertStep
-
Get the status component for this step.
- getSubscribers() - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
- getSubscribers() - Method in interface rescuecore2.standard.kernel.comms.Channel
-
Get all subscribers.
- getTail() - Method in class maps.legacy.LegacyRoad
-
Get the ID of the tail node.
- getTarget() - Method in class rescuecore2.standard.messages.AKClear
-
Get the desired target.
- getTarget() - Method in class rescuecore2.standard.messages.AKExtinguish
-
Get the desired target.
- getTarget() - Method in class rescuecore2.standard.messages.AKLoad
-
Get the desired target.
- getTarget() - Method in class rescuecore2.standard.messages.AKRescue
-
Get the desired target.
- getTargetID() - Method in class rescuecore2.messages.control.KSCommands
-
Get the id of the component that this message is addressed to.
- getTargetID() - Method in class rescuecore2.messages.control.KSUpdate
-
Get the id of the component that this message is addressed to.
- getTargetID() - Method in class rescuecore2.messages.control.KVTimestep
-
Get the id of the component that this message is addressed to.
- getTemperature() - Method in class rescuecore2.standard.entities.Building
-
Get the temperature of this building.
- getTemperatureProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the temperature property.
- getTextField() - Method in class handy.swing.SliderComponent
-
Get the JTextField component.
- getTime() - Method in class kernel.Kernel
-
Get the current time.
- getTime() - Method in class kernel.KernelState
-
Get the current time.
- getTime() - Method in class rescuecore2.log.CommandsRecord
-
Get the timestamp for this record.
- getTime() - Method in class rescuecore2.log.LogExtractor
-
- getTime() - Method in class rescuecore2.log.PerceptionRecord
-
Get the timestamp for this record.
- getTime() - Method in class rescuecore2.log.UpdatesRecord
-
Get the timestamp for this record.
- getTime() - Method in class rescuecore2.messages.AbstractCommand
-
- getTime() - Method in interface rescuecore2.messages.Command
-
Get the timestep this command is intended for.
- getTime() - Method in class rescuecore2.messages.control.KASense
-
Get the time.
- getTime() - Method in class rescuecore2.messages.control.KSCommands
-
Get the time of the simulation.
- getTime() - Method in class rescuecore2.messages.control.KSUpdate
-
Get the time of the simulation.
- getTime() - Method in class rescuecore2.messages.control.KVTimestep
-
Get the time of the simulation.
- getTime() - Method in class rescuecore2.messages.control.SKUpdate
-
Get the timestep this update is for.
- getTime() - Method in class rescuecore2.Timestep
-
Get the time.
- getTitle() - Method in class maps.gml.editor.AddNoiseFunction
-
- getTitle() - Method in class maps.gml.editor.ComputePassableEdgesFunction
-
- getTitle() - Method in class maps.gml.editor.FixAttachedObjectsFunction
-
- getTitle() - Method in class maps.gml.editor.FixDegenerateShapesFunction
-
- getTitle() - Method in class maps.gml.editor.FixDuplicateEdgesFunction
-
- getTitle() - Method in class maps.gml.editor.FixNearbyNodesFunction
-
- getTitle() - Method in class maps.gml.editor.ProgressFunction
-
Get the title for the progress dialog.
- getTitle() - Method in class maps.gml.editor.SplitEdgesFunction
-
- getTo() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Get the "to" node.
- getToLeft() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Get the point that is at the left side of this road at the "to" end.
- getToRight() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Get the point that is at the right side of this road at the "to" end.
- getTotalArea() - Method in class rescuecore2.standard.entities.Building
-
Get the total area of this building.
- getTotalAreaProperty() - Method in class rescuecore2.standard.entities.Building
-
Get the total area property.
- getTotalCollapse(double) - Method in class collapse.CSBuilding
-
- getTotalDamage() - Method in class misc.HumanAttributes
-
Get the total damage of this human, rounded to the nearest integer.
- getTrafficAgent(Human) - Method in class traffic3.manager.TrafficManager
-
Get the TrafficAgent that wraps a given human.
- getTrafficArea(Area) - Method in class traffic3.manager.TrafficManager
-
Get the TrafficArea that wraps a given Area.
- getTrafficBlockade(Blockade) - Method in class traffic3.manager.TrafficManager
-
Get the TrafficBlockade that wraps a given Blockade.
- getTravelDistance() - Method in class rescuecore2.standard.entities.Human
-
Get the travel distance.
- getTravelDistance() - Method in class traffic3.objects.TrafficAgent
-
Get the distance travelled so far.
- getTravelDistanceProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the travel distance property.
- getType() - Method in class misc.DamageType
-
Get the type name.
- getTypes() - Method in interface rescuecore2.misc.java.LoadableTypeCallback
-
Get the set of loadable types that this callback is interested in.
- getTypes() - Method in class rescuecore2.misc.java.LoadableTypeProcessor.EntityFactoryRegisterCallback
-
- getTypes() - Method in class rescuecore2.misc.java.LoadableTypeProcessor.MessageFactoryRegisterCallback
-
- getTypes() - Method in class rescuecore2.misc.java.LoadableTypeProcessor.PropertyFactoryRegisterCallback
-
- getUnderlyingCoordinates() - Method in class maps.gml.GMLShape
-
Get the coordinates of the edges that make up this shape.
- getUnderlyingNodes() - Method in class maps.gml.GMLShape
-
Get the nodes of the edges that make up this shape.
- getUpdates(int) - Method in class kernel.SimulatorProxy
-
Get updates from this simulator.
- getUpdates(int) - Method in class rescuecore2.log.FileLogReader
-
- getUpdates(int) - Method in interface rescuecore2.log.LogReader
-
Get the simulator updates at a particular timestep.
- getUpdates(int) - Method in class rescuecore2.log.StreamLogReader
-
- getURN() - Method in class rescuecore2.messages.AbstractMessage
-
- getURN() - Method in interface rescuecore2.messages.Message
-
Get the urn of this message type.
- getURN() - Method in class rescuecore2.standard.entities.StandardEntity
-
- getURN() - Method in class rescuecore2.worldmodel.AbstractProperty
-
- getURN() - Method in interface rescuecore2.worldmodel.Entity
-
Get the urn of this Entity.
- getURN() - Method in interface rescuecore2.worldmodel.Property
-
Get the urn of this property.
- getValue(String) - Method in class rescuecore2.config.Config
-
Get the value of a key as a String.
- getValue(String, String) - Method in class rescuecore2.config.Config
-
Get the value of a key as a String or use a default value.
- getValue() - Method in class rescuecore2.messages.components.EntityIDComponent
-
Get the value of this message component.
- getValue() - Method in class rescuecore2.messages.components.IntComponent
-
Get the value of this message component.
- getValue() - Method in class rescuecore2.messages.components.StringComponent
-
Get the value of this message component.
- getValue() - Method in class rescuecore2.standard.entities.EdgeListProperty
-
- getValue() - Method in class rescuecore2.worldmodel.EntityID
-
Get the numeric ID for this object.
- getValue() - Method in class rescuecore2.worldmodel.properties.BooleanProperty
-
- getValue() - Method in class rescuecore2.worldmodel.properties.DoubleProperty
-
- getValue() - Method in class rescuecore2.worldmodel.properties.EntityRefListProperty
-
- getValue() - Method in class rescuecore2.worldmodel.properties.EntityRefProperty
-
- getValue() - Method in class rescuecore2.worldmodel.properties.IntArrayProperty
-
- getValue() - Method in class rescuecore2.worldmodel.properties.IntProperty
-
- getValue() - Method in class rescuecore2.worldmodel.properties.Point2DProperty
-
- getValue() - Method in interface rescuecore2.worldmodel.Property
-
Get the value of this property.
- getValues() - Method in class rescuecore2.messages.components.FloatListComponent
-
Get the list of Floats in this component.
- getValues() - Method in class rescuecore2.messages.components.IntListComponent
-
Get the list of Integers in this component.
- getValues() - Method in class rescuecore2.messages.components.StringListComponent
-
Get the list of Strings in this component.
- getVersion() - Method in class rescuecore2.messages.control.AKConnect
-
Get the version number of this request.
- getVersion() - Method in class rescuecore2.messages.control.KGConnect
-
Get the version number of the message.
- getVersion() - Method in class rescuecore2.messages.control.SKConnect
-
Get the version number of this request.
- getVersion() - Method in class rescuecore2.messages.control.VKConnect
-
Get the version number of this request.
- getVertices() - Method in class maps.convert.osm2gml.OSMBuildingInfo
-
- getVertices() - Method in class maps.convert.osm2gml.OSMIntersectionInfo
-
- getVertices() - Method in class maps.convert.osm2gml.OSMRoadInfo
-
- getVertices() - Method in interface maps.convert.osm2gml.OSMShape
-
Get the vertices of this shape in clockwise order.
- getViewBounds() - Method in class rescuecore2.misc.gui.ScreenTransform
-
Get the current view bounds in world coordinates.
- getViewer() - Method in class gis2.scenario.ScenarioEditor
-
Get the map viewer.
- getViewer() - Method in class maps.gml.editor.GMLEditor
-
Get the map viewer.
- getViewerID() - Method in class rescuecore2.components.AbstractViewer
-
Get this viewer's ID.
- getViewerID() - Method in class rescuecore2.messages.control.KVConnectOK
-
Get the viewer ID.
- getViewerID() - Method in class rescuecore2.messages.control.VKAcknowledge
-
Get the viewer ID.
- getViewerName() - Method in class rescuecore2.messages.control.VKConnect
-
Get the viewer name.
- getViewerName() - Method in class rescuecore2.standard.view.AnimatedWorldModelViewer
-
- getViewerName() - Method in class rescuecore2.standard.view.StandardWorldModelViewer
-
- getViewerName() - Method in class rescuecore2.view.ViewComponent
-
Get the name of this view component.
- getViolatedConstraints() - Method in class rescuecore2.config.Config
-
Get all violated constraints.
- getVisibleEntities(AgentProxy) - Method in interface kernel.Perception
-
Determine what Entities are visible to a particular agent.
- getVisibleEntities(AgentProxy) - Method in class rescuecore2.standard.kernel.LineOfSightPerception
-
- getVisibleEntities(AgentProxy) - Method in class rescuecore2.standard.kernel.StandardPerception
-
- getVX() - Method in class traffic3.objects.TrafficAgent
-
Get the X velocity of this agent.
- getVY() - Method in class traffic3.objects.TrafficAgent
-
Get the Y velocity of this agent.
- getWallDistanceCutoff() - Static method in class traffic3.simulator.TrafficConstants
-
Get the maximum distance at which walls affect agents.
- getWallForceCoefficientA() - Static method in class traffic3.simulator.TrafficConstants
-
Get the wall force function coefficient "A".
- getWallForceCoefficientB() - Static method in class traffic3.simulator.TrafficConstants
-
Get the wall force function coefficient "B".
- getWater() - Method in class rescuecore2.standard.entities.FireBrigade
-
Get the amount of water this fire brigade is carrying.
- getWater() - Method in class rescuecore2.standard.messages.AKExtinguish
-
Get the amount of water.
- getWaterProperty() - Method in class rescuecore2.standard.entities.FireBrigade
-
Get the water property.
- getWaypoints() - Method in class traffic3.simulator.PathElement
-
Get the list of waypoints in preferred order.
- getWeight(int) - Method in class traffic3.simulator.Dijkstra
-
Get Cost From Des to Src ...
- getWidth() - Method in class maps.legacy.LegacyRoad
-
Get the width of this road in mm.
- getWindDirection() - Method in class rescuecore2.standard.entities.World
-
Get the value of the windDirection property.
- getWindDirectionProperty() - Method in class rescuecore2.standard.entities.World
-
Get the windDirection property.
- getWindForce() - Method in class rescuecore2.standard.entities.World
-
Get the value of the windForce property.
- getWindForceProperty() - Method in class rescuecore2.standard.entities.World
-
Get the windForce property.
- getWorldBounds() - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Get the world bounds.
- getWorldModel() - Method in class kernel.Kernel
-
Get the world model.
- getWorldModel() - Method in class kernel.KernelState
-
Get the world model.
- getWorldModel(int) - Method in class rescuecore2.log.FileLogReader
-
- getWorldModel() - Method in class rescuecore2.log.InitialConditionsRecord
-
Get the world model.
- getWorldModel(int) - Method in interface rescuecore2.log.LogReader
-
Get the state of the world at a particular timestep.
- getWorldModel(int) - Method in class rescuecore2.log.StreamLogReader
-
- getWorldModelCreator() - Method in class kernel.KernelStartupOptions
-
Get the WorldModelCreator the kernel should use.
- getX() - Method in class maps.convert.osm2gml.Node
-
Get the X coordinate.
- getX() - Method in class maps.gml.GMLCoordinates
-
Get the X coordinate.
- getX() - Method in class maps.gml.GMLNode
-
Get the X coordinate.
- getX() - Method in class maps.legacy.LegacyObject
-
Get the X coordinate.
- getX() - Method in class rescuecore2.misc.geometry.Point2D
-
Get the X coordinate.
- getX() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
Get the X coordinate.
- getX() - Method in class rescuecore2.misc.geometry.Vector2D
-
Get the X component of this vector.
- getX() - Method in class rescuecore2.standard.entities.Area
-
Get the X coordinate.
- getX() - Method in class rescuecore2.standard.entities.Blockade
-
Get the X coordinate.
- getX() - Method in class rescuecore2.standard.entities.Human
-
Get the X coordinate of this human.
- getX() - Method in class traffic3.objects.Force
-
Get the X component of this force.
- getX() - Method in class traffic3.objects.TrafficAgent
-
Get the X coordinate of this agent.
- getX1() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
Get the first X coordinate.
- getX2() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
Get the second X coordinate.
- getXMax() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
- getXMax() - Method in class rescuecore2.misc.geometry.spatialindex.NullRegion
-
- getXMax() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
- getXMax() - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
- getXMax() - Method in interface rescuecore2.misc.geometry.spatialindex.Region
-
Get the upper X coordinate.
- getXMin() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
- getXMin() - Method in class rescuecore2.misc.geometry.spatialindex.NullRegion
-
- getXMin() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
- getXMin() - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
- getXMin() - Method in interface rescuecore2.misc.geometry.spatialindex.Region
-
Get the lower X coordinate.
- getXProperty() - Method in class rescuecore2.standard.entities.Area
-
Get the X property.
- getXProperty() - Method in class rescuecore2.standard.entities.Blockade
-
Get the X property.
- getXProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the X property.
- getY() - Method in class maps.convert.osm2gml.Node
-
Get the Y coordinate.
- getY() - Method in class maps.gml.GMLCoordinates
-
Get the Y coordinate.
- getY() - Method in class maps.gml.GMLNode
-
Get the Y coordinate.
- getY() - Method in class maps.legacy.LegacyObject
-
Get the Y coordinate.
- getY() - Method in class rescuecore2.misc.geometry.Point2D
-
Get the Y coordinate.
- getY() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
Get the Y coordinate.
- getY() - Method in class rescuecore2.misc.geometry.Vector2D
-
Get the Y component of this vector.
- getY() - Method in class rescuecore2.standard.entities.Area
-
Get the Y coordinate.
- getY() - Method in class rescuecore2.standard.entities.Blockade
-
Get the Y coordinate.
- getY() - Method in class rescuecore2.standard.entities.Human
-
Get the y coordinate of this human.
- getY() - Method in class traffic3.objects.Force
-
Get the Y component of this force.
- getY() - Method in class traffic3.objects.TrafficAgent
-
Get the Y coordinate of this agent.
- getY1() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
Get the first Y coordinate.
- getY2() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
Get the second Y coordinate.
- getYMax() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
- getYMax() - Method in class rescuecore2.misc.geometry.spatialindex.NullRegion
-
- getYMax() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
- getYMax() - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
- getYMax() - Method in interface rescuecore2.misc.geometry.spatialindex.Region
-
Get the upper Y coordinate.
- getYMin() - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
- getYMin() - Method in class rescuecore2.misc.geometry.spatialindex.NullRegion
-
- getYMin() - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
- getYMin() - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
- getYMin() - Method in interface rescuecore2.misc.geometry.spatialindex.Region
-
Get the lower Y coordinate.
- getYProperty() - Method in class rescuecore2.standard.entities.Area
-
Get the Y property.
- getYProperty() - Method in class rescuecore2.standard.entities.Blockade
-
Get the Y property.
- getYProperty() - Method in class rescuecore2.standard.entities.Human
-
Get the y property.
- gis2 - package gis2
-
- gis2.scenario - package gis2.scenario
-
- GIS_KEY - Static variable in class kernel.KernelConstants
-
The config key for gis implementations.
- GIS_PORT_NUMBER_KEY - Static variable in class rescuecore2.Constants
-
Config key for the gis port number.
- GisScenario - Class in gis2
-
This class knows how to read scenario files and apply them to
StandardWorldModels.
- GisScenario() - Constructor for class gis2.GisScenario
-
Create an empty scenario.
- GisScenario(Document) - Constructor for class gis2.GisScenario
-
Create a scenario from an XML document.
- GISServer - Class in gis2
-
This class is used for starting a remote GIS server.
- GKConnectError - Class in rescuecore2.messages.control
-
A message for signalling an unsuccessful connection to the GIS.
- GKConnectError(InputStream) - Constructor for class rescuecore2.messages.control.GKConnectError
-
A GKConnectError message that populates its data from a stream.
- GKConnectError(String) - Constructor for class rescuecore2.messages.control.GKConnectError
-
A GKConnectError with a specified reason.
- GKConnectOK - Class in rescuecore2.messages.control
-
A message for signalling a successful connection to the GIS.
- GKConnectOK(InputStream) - Constructor for class rescuecore2.messages.control.GKConnectOK
-
A GKConnectOK message that populates its data from a stream.
- GKConnectOK(Collection<? extends Entity>) - Constructor for class rescuecore2.messages.control.GKConnectOK
-
A GKConnectOK with a specified entity list.
- GML_3_2_NAMESPACE - Static variable in class maps.gml.formats.Common
-
- GML_3_2_NAMESPACE_URI - Static variable in class maps.gml.formats.Common
-
- GML_CENTRE_LINE_OF_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_COORDINATES_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_DIRECTED_EDGE_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_DIRECTED_FACE_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_DIRECTED_NODE_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_EDGE_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_FACE_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_ID_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_LINE_STRING_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_LINEAR_RING_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_NAMESPACE - Static variable in class maps.gml.formats.Common
-
- GML_NAMESPACE_URI - Static variable in class maps.gml.formats.Common
-
- GML_NODE_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_ORIENTATION_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_POINT_PROPERTY_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_POINT_QNAME - Static variable in class maps.gml.formats.Common
-
- GML_POLYGON_QNAME - Static variable in class maps.gml.formats.Common
-
- GMLBuilding - Class in maps.gml
-
A building in GML space.
- GMLBuilding(int) - Constructor for class maps.gml.GMLBuilding
-
Construct a GMLBuilding.
- GMLBuilding(int, List<GMLDirectedEdge>) - Constructor for class maps.gml.GMLBuilding
-
Construct a GMLBuilding.
- GMLBuilding(int, List<GMLDirectedEdge>, List<Integer>) - Constructor for class maps.gml.GMLBuilding
-
Construct a GMLBuilding.
- GMLConnectivityValidator - Class in maps.validate
-
Checks if a GML map is fully connected and if all individual shaped are
correctly connected to each other (i.e.
- GMLConnectivityValidator() - Constructor for class maps.validate.GMLConnectivityValidator
-
- GMLCoordinates - Class in maps.gml
-
A set of GML coordinates.
- GMLCoordinates(double, double) - Constructor for class maps.gml.GMLCoordinates
-
Create a new GMLCoordinates object.
- GMLCoordinates(GMLCoordinates) - Constructor for class maps.gml.GMLCoordinates
-
Copy constructor.
- GMLCoordinates(String) - Constructor for class maps.gml.GMLCoordinates
-
Create a new GMLCoordinates object from a String of the form "x,y".
- GMLDirectedEdge - Class in maps.gml
-
A GMLDirectedEdge is an edge with an orientation.
- GMLDirectedEdge(GMLEdge, boolean) - Constructor for class maps.gml.GMLDirectedEdge
-
Construct a directed GML edge.
- GMLDirectedEdge(GMLEdge, GMLNode) - Constructor for class maps.gml.GMLDirectedEdge
-
Construct a directed GML edge.
- GMLDirectedEdgeShapeInfo - Class in maps.gml.debug
-
A ShapeInfo that knows how to draw GMLDirectedEdges.
- GMLDirectedEdgeShapeInfo(GMLDirectedEdge, String, Color, boolean, boolean) - Constructor for class maps.gml.debug.GMLDirectedEdgeShapeInfo
-
Create a new GMLDirectedEdgeShapeInfo.
- gmlDirectedEdgeToLine(GMLDirectedEdge) - Static method in class maps.convert.legacy2gml.Tools
-
Convert a GMLDirectedEdge to a Line2D.
- gmlDirectedEdgeToLine(GMLDirectedEdge) - Static method in class maps.convert.osm2gml.ConvertTools
-
Convert a GMLDirectedEdge to a Line2D.
- GMLEdge - Class in maps.gml
-
A GML edge.
- GMLEdge(int, GMLNode, GMLNode, boolean) - Constructor for class maps.gml.GMLEdge
-
Construct a new GMLEdge.
- GMLEdgeShapeInfo - Class in maps.gml.debug
-
A ShapeInfo that knows how to draw GMLEdges.
- GMLEdgeShapeInfo(GMLEdge, String, Color, boolean) - Constructor for class maps.gml.debug.GMLEdgeShapeInfo
-
Create a new GMLEdgeShapeInfo.
- gmlEdgeToLine(GMLEdge) - Static method in class maps.convert.osm2gml.ConvertTools
-
Convert a GMLEdge to a Line2D.
- gmlEdgeToLine(GMLEdge, GMLNode) - Static method in class maps.convert.osm2gml.ConvertTools
-
Convert a GMLEdge to a Line2D.
- GMLEditor - Class in maps.gml.editor
-
A component for editing GML maps.
- GMLEditor(JMenuBar) - Constructor for class maps.gml.editor.GMLEditor
-
Construct a new GMLEditor.
- GMLException - Exception in maps.gml
-
Exceptions related to GML.
- GMLException() - Constructor for exception maps.gml.GMLException
-
Construct a GMLException with no error message.
- GMLException(String) - Constructor for exception maps.gml.GMLException
-
Construct a GMLException with an error message.
- GMLException(Throwable) - Constructor for exception maps.gml.GMLException
-
Construct a GMLException with an underlying cause.
- GMLException(String, Throwable) - Constructor for exception maps.gml.GMLException
-
Construct a GMLException with an error message and underlying cause.
- GMLMap - Class in maps.gml
-
A GML map.
- GMLMap() - Constructor for class maps.gml.GMLMap
-
Construct an empty GML map.
- GMLMapFormat - Class in maps.gml
-
Abstract base class for map formats that use GML.
- GMLMapFormat() - Constructor for class maps.gml.GMLMapFormat
-
- GMLMapGenerator - Class in maps.gml.generator
-
A tool for generating GML maps.
- GMLMapGenerator(Config) - Constructor for class maps.gml.generator.GMLMapGenerator
-
Construct a GMLMapGenerator.
- GMLMapValidator - Class in maps.validate
-
Load a map and check it for errors.
- GMLMapViewer - Class in maps.gml.view
-
A component for viewing GML maps.
- GMLMapViewer() - Constructor for class maps.gml.view.GMLMapViewer
-
Create a GMLMapViewer.
- GMLMapViewer(GMLMap) - Constructor for class maps.gml.view.GMLMapViewer
-
Create a GMLMapViewer.
- GMLNode - Class in maps.gml
-
A GML node object.
- GMLNode(int, double, double) - Constructor for class maps.gml.GMLNode
-
Construct a new GML node.
- GMLNode(int, GMLCoordinates) - Constructor for class maps.gml.GMLNode
-
Construct a new GML node.
- GMLNodeShapeInfo - Class in maps.gml.debug
-
A ShapeInfo that knows how to draw GMLNodes.
- GMLNodeShapeInfo(GMLNode, String, Color, boolean) - Constructor for class maps.gml.debug.GMLNodeShapeInfo
-
Create a new GMLNodeShapeInfo.
- GMLObject - Class in maps.gml
-
A GML map object.
- GMLObject(int) - Constructor for class maps.gml.GMLObject
-
Construct a GML object.
- GMLObjectInspector - Class in maps.gml.view
-
A class for inspecting GML objects.
- GMLObjectInspector(GMLMap) - Constructor for class maps.gml.view.GMLObjectInspector
-
Construct a new GMLObjectInspector.
- GMLRoad - Class in maps.gml
-
A road in GML space.
- GMLRoad(int) - Constructor for class maps.gml.GMLRoad
-
Construct a GMLRoad.
- GMLRoad(int, List<GMLDirectedEdge>) - Constructor for class maps.gml.GMLRoad
-
Construct a GMLRoad.
- GMLRoad(int, List<GMLDirectedEdge>, List<Integer>) - Constructor for class maps.gml.GMLRoad
-
Construct a GMLRoad.
- GMLShape - Class in maps.gml
-
Abstract base class for shapes in GML space.
- GMLShape(int) - Constructor for class maps.gml.GMLShape
-
Construct a GMLShape.
- GMLShape(int, List<GMLDirectedEdge>) - Constructor for class maps.gml.GMLShape
-
Construct a GMLShape.
- GMLShape(int, List<GMLDirectedEdge>, List<Integer>) - Constructor for class maps.gml.GMLShape
-
Construct a GMLShape.
- GMLShapeInfo - Class in maps.gml.debug
-
A ShapeInfo that knows how to draw GMLShapes.
- GMLShapeInfo(GMLShape, String, Color, Color) - Constructor for class maps.gml.debug.GMLShapeInfo
-
Create a new GMLShapeInfo.
- GMLShapeValidator - Class in maps.validate
-
Validate the correctness of basic shape properties.
- GMLShapeValidator() - Constructor for class maps.validate.GMLShapeValidator
-
- GMLSpace - Class in maps.gml
-
An open space in GML space.
- GMLSpace(int) - Constructor for class maps.gml.GMLSpace
-
Construct a GMLSpace.
- GMLSpace(int, List<GMLDirectedEdge>) - Constructor for class maps.gml.GMLSpace
-
Construct a GMLSpace.
- GMLSpace(int, List<GMLDirectedEdge>, List<Integer>) - Constructor for class maps.gml.GMLSpace
-
Construct a GMLSpace.
- GMLTools - Class in maps.gml
-
Useful tools for manipulating GML.
- GMLTraversabilityValidator - Class in maps.validate
-
Validator to check if the shapes of the map are traversable.
- GMLTraversabilityValidator() - Constructor for class maps.validate.GMLTraversabilityValidator
-
- GMLWorldModelCreator - Class in gis2
-
A WorldModelCreator that reads a GML file and scenario descriptor.
- GMLWorldModelCreator() - Constructor for class gis2.GMLWorldModelCreator
-
- GRAY - Static variable in class maps.convert.osm2gml.Constants
-
- GREEN - Static variable in class maps.convert.osm2gml.Constants
-
- guessFormat(File) - Static method in class maps.MapReader
-
Guess the format for a Map.
- GUIComponent - Interface in rescuecore2
-
Tagging interface for objects that have a GUI component.
- Icons - Class in rescuecore2.view
-
Some common icons.
- id - Variable in class maps.legacy.LegacyObject
-
The ID of this object.
- IDComparator() - Constructor for class rescuecore2.misc.EntityTools.IDComparator
-
- IdentityConversion - Class in maps
-
A no-op coordinate conversion.
- IdentityConversion() - Constructor for class maps.IdentityConversion
-
- ignition - package ignition
-
- IgnitionModel - Interface in ignition
-
A model for determining which buildings ignite at any timestep.
- IgnitionSimulator - Class in ignition
-
A simulator that determines when new building fires begin.
- IgnitionSimulator() - Constructor for class ignition.IgnitionSimulator
-
- IGNORE_AGENT_COMMANDS_KEY - Static variable in class kernel.KernelConstants
-
The config key for ignoring agent commands at the start of the simulation.
- IGNORE_JARS_KEY - Static variable in class rescuecore2.Constants
-
Config key for specifying jar names to ignore when finding loadable types.
- increaseCollapseRatio(float) - Method in class collapse.CSBuilding
-
Adds the input ratio to the building's collapse ratio
- index() - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Re-index the world model.
- Indexable - Interface in rescuecore2.misc.geometry.spatialindex
-
Interface for things that can go into a spatial index.
- indexClass(StandardEntityURN...) - Method in class rescuecore2.standard.entities.StandardWorldModel
-
Tell this index to remember a certain class of entities.
- indexOf(Object) - Method in class rescuecore2.misc.gui.ListModelList
-
- info(String) - Static method in class rescuecore2.log.Logger
-
Log an info level message.
- info(String, Throwable) - Static method in class rescuecore2.log.Logger
-
Log an info level message along with a throwable.
- InitialConditionsRecord - Class in rescuecore2.log
-
An initial conditions record.
- InitialConditionsRecord(WorldModel<? extends Entity>) - Constructor for class rescuecore2.log.InitialConditionsRecord
-
Construct a new InitialConditionsRecord.
- InitialConditionsRecord(InputStream) - Constructor for class rescuecore2.log.InitialConditionsRecord
-
Construct a new InitialConditionsRecord and read data from an InputStream.
- initialise(Config) - Method in class kernel.AbstractCommandFilter
-
- initialise(Config, WorldModel<? extends Entity>) - Method in class kernel.AbstractCommunicationModel
-
- initialise(Config) - Method in class kernel.ChainedCommandFilter
-
- initialise(Config) - Method in interface kernel.CommandCollector
-
Initialise this command collector.
- initialise(Config) - Method in interface kernel.CommandFilter
-
Initialise this filter.
- initialise(Config, WorldModel<? extends Entity>) - Method in interface kernel.CommunicationModel
-
Initialise this communication model.
- initialise(Config) - Method in class kernel.CompositeCommandCollector
-
- initialise(Config) - Method in class kernel.FrozenAgentsCommandFilter
-
- initialise(Config) - Method in class kernel.OrTerminationCondition
-
- initialise(Config, WorldModel<? extends Entity>) - Method in interface kernel.Perception
-
Initialise this perception object.
- initialise(Config) - Method in interface kernel.TerminationCondition
-
Initialise this termination condition.
- initialise(Config) - Method in class kernel.TimedCommandCollector
-
- initialise(Config) - Method in class kernel.TimestepTerminationCondition
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class kernel.ui.ScoreGraph
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class kernel.ui.ScoreTable
-
- initialise() - Method in class rescuecore2.components.AbstractComponent
-
- initialise() - Method in interface rescuecore2.components.Component
-
Initialise this component before connection.
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.score.AbstractScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.score.CompositeScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.score.ConstantScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.score.CumulativeScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.score.DelegatingScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in interface rescuecore2.score.ScoreFunction
-
Initialise this score function.
- initialise(Config) - Method in class rescuecore2.standard.kernel.CiviliansDeadOrRescuedTerminationCondition
-
- initialise(Config, WorldModel<? extends Entity>) - Method in class rescuecore2.standard.kernel.comms.ChannelCommunicationModel
-
- initialise(Config, WorldModel<? extends Entity>) - Method in class rescuecore2.standard.kernel.comms.StandardCommunicationModel
-
- initialise(Config, WorldModel<? extends Entity>) - Method in class rescuecore2.standard.kernel.LineOfSightPerception
-
- initialise(Config) - Method in class rescuecore2.standard.kernel.SingleCommandFilter
-
- initialise(Config) - Method in class rescuecore2.standard.kernel.StandardCommandCollector
-
- initialise(Config, WorldModel<? extends Entity>) - Method in class rescuecore2.standard.kernel.StandardPerception
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.standard.score.BuildingDamageScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.standard.score.CiviliansAliveScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.standard.score.DiscoveryScoreFunction
-
- initialise(WorldModel<? extends Entity>, Config) - Method in class rescuecore2.standard.score.HealthScoreFunction
-
- initialise(Config) - Method in class rescuecore2.standard.view.AnimatedHumanLayer
-
- initialise(Config) - Method in class rescuecore2.standard.view.HumanLayer
-
- initialise(Config) - Method in class rescuecore2.standard.view.PositionHistoryLayer
-
- initialise(Config) - Method in class rescuecore2.standard.view.StandardViewLayer
-
- initialise(Config) - Method in class rescuecore2.view.AbstractViewLayer
-
- initialise(Config) - Method in class rescuecore2.view.LayerViewComponent
-
- initialise(Config) - Method in class rescuecore2.view.ViewComponent
-
Initialise this view component.
- initialise(Config) - Method in interface rescuecore2.view.ViewLayer
-
Initialise this view layer.
- initialise() - Method in class traffic3.simulator.TrafficSimulatorGUI
-
Initialise the GUI.
- INLINE_ONLY_KEY - Static variable in class kernel.KernelConstants
-
Whether to run the kernel in inline-only mode.
- InlineComponentLauncher - Class in kernel
-
A class that knows how to connect components to the kernel using inline streams.
- InlineComponentLauncher(ComponentManager, Config) - Constructor for class kernel.InlineComponentLauncher
-
Construct a new InlineComponentLauncher.
- insert(Indexable) - Method in class rescuecore2.misc.geometry.spatialindex.BBTree
-
- insert(Indexable) - Method in interface rescuecore2.misc.geometry.spatialindex.SpatialIndex
-
Add an item to the index.
- inspect(GMLNode) - Method in class maps.gml.view.GMLObjectInspector
-
Inspect a GMLNode.
- inspect(GMLEdge) - Method in class maps.gml.view.GMLObjectInspector
-
Inspect a GMLEdge.
- inspect(GMLShape) - Method in class maps.gml.view.GMLObjectInspector
-
Inspect a GMLShape.
- inspect(GMLObject) - Method in class maps.gml.view.GMLObjectInspector
-
Inspect a GMLObject.
- inspect(Entity) - Method in class rescuecore2.view.EntityInspector
-
Inspect an entity.
- InspectTool - Class in maps.gml.editor
-
A tool for inspecting objects.
- InspectTool(GMLEditor) - Constructor for class maps.gml.editor.InspectTool
-
Construct an InspectTool.
- INSTANCE - Static variable in class maps.gml.formats.GeospatialInformationAuthorityFormat
-
Singleton instance.
- INSTANCE - Static variable in class maps.gml.formats.MeijoFormat
-
Singleton instance.
- INSTANCE - Static variable in class maps.gml.formats.OrdnanceSurveyFormat
-
Singleton instance.
- INSTANCE - Static variable in class maps.gml.formats.RobocupFormat
-
Singleton instance.
- INSTANCE - Static variable in class maps.legacy.LegacyMapFormat
-
Singleton instance.
- INSTANCE - Static variable in class rescuecore2.messages.control.ControlMessageFactory
-
Singleton instance.
- INSTANCE - Static variable in class rescuecore2.standard.entities.StandardEntityFactory
-
Singleton class.
- INSTANCE - Static variable in class rescuecore2.standard.entities.StandardPropertyFactory
-
Singleton class.
- INSTANCE - Static variable in class rescuecore2.standard.messages.StandardMessageFactory
-
Singleton instance.
- instantiate(String, Class<T>) - Static method in class rescuecore2.misc.java.JavaTools
-
Instantiate a class by reflection.
- instantiateFactory(String, Class<T>) - Static method in class rescuecore2.misc.java.JavaTools
-
Instantiate a factory class by reflection.
- INT_32_SIZE - Static variable in class rescuecore2.misc.EncodingTools
-
The size of an INT_32 in bytes.
- IntArrayProperty - Class in rescuecore2.worldmodel.properties
-
An integer-array property.
- IntArrayProperty(String) - Constructor for class rescuecore2.worldmodel.properties.IntArrayProperty
-
Construct an IntArrayProperty with no defined value.
- IntArrayProperty(Enum<?>) - Constructor for class rescuecore2.worldmodel.properties.IntArrayProperty
-
Construct an IntArrayProperty with no defined value.
- IntArrayProperty(String, int[]) - Constructor for class rescuecore2.worldmodel.properties.IntArrayProperty
-
Construct an IntArrayProperty with a defined value.
- IntArrayProperty(Enum<?>, int[]) - Constructor for class rescuecore2.worldmodel.properties.IntArrayProperty
-
Construct an IntArrayProperty with a defined value.
- IntArrayProperty(IntArrayProperty) - Constructor for class rescuecore2.worldmodel.properties.IntArrayProperty
-
IntArrayProperty copy constructor.
- IntComponent - Class in rescuecore2.messages.components
-
An integer component to a message.
- IntComponent(String) - Constructor for class rescuecore2.messages.components.IntComponent
-
Construct an IntComponent with no content.
- IntComponent(String, int) - Constructor for class rescuecore2.messages.components.IntComponent
-
Construct an IntComponent with a specific value.
- IntegerValueConstraint - Class in rescuecore2.config
-
An integer constraint on a config value.
- IntegerValueConstraint(String) - Constructor for class rescuecore2.config.IntegerValueConstraint
-
Construct an IntegerValueConstraint that has no minimum or maximum.
- IntegerValueConstraint(String, int, int) - Constructor for class rescuecore2.config.IntegerValueConstraint
-
Construct an IntegerValueConstraint that has a particular range.
- intersects(Region) - Method in class rescuecore2.misc.geometry.spatialindex.LineRegion
-
- intersects(Region) - Method in class rescuecore2.misc.geometry.spatialindex.NullRegion
-
- intersects(Region) - Method in class rescuecore2.misc.geometry.spatialindex.PointRegion
-
- intersects(Region) - Method in class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
- intersects(Region) - Method in interface rescuecore2.misc.geometry.spatialindex.Region
-
Find out if this region intersects another region.
- IntListComponent - Class in rescuecore2.messages.components
-
A message component that is a list of integers.
- IntListComponent(String) - Constructor for class rescuecore2.messages.components.IntListComponent
-
Construct an IntListComponent with no data.
- IntListComponent(String, List<Integer>) - Constructor for class rescuecore2.messages.components.IntListComponent
-
Construct an IntListComponent with a list of integers.
- IntProperty - Class in rescuecore2.worldmodel.properties
-
A single integer property.
- IntProperty(String) - Constructor for class rescuecore2.worldmodel.properties.IntProperty
-
Construct an IntProperty with no defined value.
- IntProperty(Enum<?>) - Constructor for class rescuecore2.worldmodel.properties.IntProperty
-
Construct an IntProperty with no defined value.
- IntProperty(String, int) - Constructor for class rescuecore2.worldmodel.properties.IntProperty
-
Construct an IntProperty with a defined value.
- IntProperty(Enum<?>, int) - Constructor for class rescuecore2.worldmodel.properties.IntProperty
-
Construct an IntProperty with a defined value.
- IntProperty(IntProperty) - Constructor for class rescuecore2.worldmodel.properties.IntProperty
-
IntProperty copy constructor.
- InvalidMessageException - Exception in rescuecore2.standard.kernel.comms
-
An exception indicating that an agent communication message was invalid.
- InvalidMessageException(String) - Constructor for exception rescuecore2.standard.kernel.comms.InvalidMessageException
-
Create an InvalidMessageException with a particular error message.
- InverseScoreFunction - Class in rescuecore2.score
-
A score function that returns the inverse of a child score function.
- InverseScoreFunction(String, ScoreFunction) - Constructor for class rescuecore2.score.InverseScoreFunction
-
Create an InverseScoreFunction.
- isAlive() - Method in class rescuecore2.connection.AbstractConnection
-
- isAlive() - Method in interface rescuecore2.connection.Connection
-
Find out if this connection is still alive.
- isAlive() - Method in class rescuecore2.connection.ConnectionManager
-
Find out if this ConnectionManager is alive.
- isAlive() - Method in class rescuecore2.connection.StreamConnection
-
- isAllowed(Entity) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
Find out if a particular Entity is allowed into this world model.
- isApexesDefined() - Method in class rescuecore2.standard.entities.Blockade
-
Find out if the apexes property has been defined.
- isBlockadesDefined() - Method in class rescuecore2.standard.entities.Area
-
Find out if the blockades property has been defined.
- isBrokennessDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the brokenness property has been defined.
- isBuildingAttributesDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the building attributes property has been defined.
- isBuildingCodeDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the building code has been defined.
- isBuriednessDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the buriedness property has been defined.
- isClockwise(OSMBuilding, OSMMap) - Static method in class maps.convert.osm2gml.ConvertTools
-
Find out if an OSMBuilding is defined clockwise or not.
- isConvex(List<DirectedEdge>) - Static method in class maps.convert.osm2gml.ConvertTools
-
Find out if a set of GMLDirectedEdges is convex.
- isCorrectRootElement(String, String) - Method in class maps.gml.formats.GeospatialInformationAuthorityFormat
-
- isCorrectRootElement(String, String) - Method in class maps.gml.formats.MeijoFormat
-
- isCorrectRootElement(String, String) - Method in class maps.gml.formats.OrdnanceSurveyFormat
-
- isCorrectRootElement(String, String) - Method in class maps.gml.formats.RobocupFormat
-
- isCorrectRootElement(String, String) - Method in class maps.gml.GMLMapFormat
-
Find out if the root element is correct for this format type.
- isDamageDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the damage property has been defined.
- isDefined(String) - Method in class rescuecore2.config.Config
-
Find out if a key is defined.
- isDefined() - Method in class rescuecore2.worldmodel.AbstractProperty
-
- isDefined() - Method in interface rescuecore2.worldmodel.Property
-
Does this property have a defined value?
- isDirectionDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the direction property has been defined.
- isDuplicate(TemporaryObject) - Method in class maps.convert.osm2gml.TemporaryObject
-
Check if this object is a duplicate of another.
- isEdgesDefined() - Method in class rescuecore2.standard.entities.Area
-
Find out if the edges property has been defined.
- isEmpty() - Method in class rescuecore2.misc.collections.DelegatingMap
-
- isEmpty() - Method in class rescuecore2.misc.collections.LazyMap
-
- isEmpty() - Method in class rescuecore2.misc.gui.ListModelList
-
- isEnabled() - Method in class maps.gml.editor.Snap
-
Find out if this Snap is enabled.
- isEntirelyInside(TemporaryObject) - Method in class maps.convert.osm2gml.TemporaryObject
-
Check if this object is a entirely inside another.
- isFierynessDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the fieryness property has been defined.
- isFloorsDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the floors property has been defined.
- isForward() - Method in class maps.convert.osm2gml.DirectedEdge
-
Is this directed edge in the direction of the underlying edge?
- isForward() - Method in class maps.gml.GMLDirectedEdge
-
Is this directed edge in the direction of the underlying edge?
- isGroundAreaDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the ground area property has been defined.
- isHPDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the hp property has been defined.
- isIgnitionDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the ignition property has been defined.
- isImportanceDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the importance property has been defined.
- isInView(Shape) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Find out if a shape is inside the current view bounds.
- isInView(Point2D) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Find out if a point is inside the current view bounds.
- isLatitudeDefined() - Method in class rescuecore2.standard.entities.World
-
Find out if the latitude property has been defined.
- isLongitudeDefined() - Method in class rescuecore2.standard.entities.World
-
Find out if the longitude property has been defined.
- isMobile() - Method in class traffic3.objects.TrafficAgent
-
Find out if this agent is mobile.
- isNear(Point2D, Point2D) - Method in class maps.convert.osm2gml.TemporaryMap
-
Find out if two points are nearby.
- isNear(double, double, double, double) - Method in class maps.convert.osm2gml.TemporaryMap
-
Find out if two points are nearby.
- isOnFire() - Method in class rescuecore2.standard.entities.Building
-
Find out if this building is on fire.
- isOpaque() - Method in class maps.gml.view.GMLMapViewer
-
- isPassable() - Method in class maps.gml.GMLEdge
-
Find out if this edge is passable.
- isPassable() - Method in class rescuecore2.standard.entities.Edge
-
Find out if this edge is passable or not.
- isPositionDefined() - Method in class rescuecore2.standard.entities.Blockade
-
Find out if the position property has been defined.
- isPositionDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the position property has been defined.
- isPositionHistoryDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the position history property has been defined.
- isRepairCostDefined() - Method in class rescuecore2.standard.entities.Blockade
-
Find out if the repair cost property has been defined.
- isRightTurn(Line2D, Line2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find out if we turn right from one line to another.
- isRightTurn(Vector2D, Vector2D) - Static method in class rescuecore2.misc.geometry.GeometryTools2D
-
Find out if we turn right from one vector to another.
- isRunning() - Method in class rescuecore2.misc.WorkerThread
-
Find out if this thread is still running.
- isStaminaDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the stamina property has been defined.
- isStartTimeDefined() - Method in class rescuecore2.standard.entities.World
-
Find out if the startTime property has been defined.
- isSubscribed(Entity) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
Find out if an entity is subscribed to this channel.
- isTemperatureDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the temperature property has been defined.
- isTotalAreaDefined() - Method in class rescuecore2.standard.entities.Building
-
Find out if the total area property has been defined.
- isTravelDistanceDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the travel distance property has been defined.
- isValid(String, Config) - Method in class rescuecore2.config.ClassNameSetValueConstraint
-
- isValid(String, Config) - Method in class rescuecore2.config.ClassNameValueConstraint
-
- isValid(String, Config) - Method in class rescuecore2.config.DiscreteValueConstraint
-
- isValid(String, Config) - Method in class rescuecore2.config.FloatValueConstraint
-
- isValid(String, Config) - Method in class rescuecore2.config.IntegerValueConstraint
-
- isValid(String, Config) - Method in interface rescuecore2.config.ValueConstraint
-
Check if a value is valid.
- isViolated(Config) - Method in class rescuecore2.config.AbstractValueConstraint
-
- isViolated(Config) - Method in interface rescuecore2.config.ConfigConstraint
-
Check if this constraint has been violated.
- isVisible() - Method in class rescuecore2.view.AbstractViewLayer
-
- isVisible() - Method in interface rescuecore2.view.ViewLayer
-
Find out if this layer should be rendered or not.
- isWaterDefined() - Method in class rescuecore2.standard.entities.FireBrigade
-
Find out if the water property has been defined.
- isWindDirectionDefined() - Method in class rescuecore2.standard.entities.World
-
Find out if the windDirection property has been defined.
- isWindForceDefined() - Method in class rescuecore2.standard.entities.World
-
Find out if the windForce property has been defined.
- isXDefined() - Method in class rescuecore2.standard.entities.Area
-
Find out if the X property has been defined.
- isXDefined() - Method in class rescuecore2.standard.entities.Blockade
-
Find out if the X property has been defined.
- isXDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the x property has been defined.
- isYDefined() - Method in class rescuecore2.standard.entities.Area
-
Find out if the Y property has been defined.
- isYDefined() - Method in class rescuecore2.standard.entities.Blockade
-
Find out if the Y property has been defined.
- isYDefined() - Method in class rescuecore2.standard.entities.Human
-
Find out if the y property has been defined.
- iterator() - Method in class rescuecore2.misc.gui.ListModelList
-
- iterator() - Method in class rescuecore2.worldmodel.DefaultWorldModel
-
- RadioChannel - Class in rescuecore2.standard.kernel.comms
-
A radio channel.
- RadioChannel(Config, int) - Constructor for class rescuecore2.standard.kernel.comms.RadioChannel
-
Create a RadioChannel.
- random - Variable in class rescuecore2.components.AbstractComponent
-
A random number generator.
- RANDOM_CLASS_DEFAULT - Static variable in class rescuecore2.Constants
-
The default random implementation class.
- RANDOM_CLASS_KEY - Static variable in class rescuecore2.Constants
-
The random implementation class key.
- RANDOM_SEED_KEY - Static variable in class rescuecore2.Constants
-
The random seed key.
- RandomHydrantPlacementFunction - Class in gis2.scenario
-
Function for placing agents.
- RandomHydrantPlacementFunction(ScenarioEditor) - Constructor for class gis2.scenario.RandomHydrantPlacementFunction
-
Construct a place agents function.
- RandomIgnitionModel - Class in ignition
-
An IgnitionModel that ignites unburnt buildings in a random order.
- RandomIgnitionModel(StandardWorldModel, Config) - Constructor for class ignition.RandomIgnitionModel
-
Construct a RandomIgnitionModel.
- RandomiseFunction - Class in gis2.scenario
-
Function for randomising a scenario.
- RandomiseFunction(ScenarioEditor) - Constructor for class gis2.scenario.RandomiseFunction
-
Construct a randomiser function.
- RandomScenarioGenerator - Class in gis2
-
A class for generating random scenarios.
- RandomScenarioGenerator() - Constructor for class gis2.RandomScenarioGenerator
-
Construct a RandomScenarioGenerator with default parameters.
- randomWalk() - Method in class sample.AbstractSampleAgent
-
Construct a random walk starting from this agent's current location to a random building.
- RawDataComponent - Class in rescuecore2.messages.components
-
A raw data component to a message.
- RawDataComponent(String) - Constructor for class rescuecore2.messages.components.RawDataComponent
-
Construct a RawDataComponent with no content.
- RawDataComponent(String, byte[]) - Constructor for class rescuecore2.messages.components.RawDataComponent
-
Construct a RawDataComponent with some data.
- read(Document) - Method in class gis2.GisScenario
-
Read scenario data from an XML document.
- read(Document) - Method in class maps.gml.formats.GeospatialInformationAuthorityFormat
-
- read(Document) - Method in class maps.gml.formats.MeijoFormat
-
- read(Document) - Method in class maps.gml.formats.OrdnanceSurveyFormat
-
- read(Document) - Method in class maps.gml.formats.RobocupFormat
-
- read(File) - Method in class maps.gml.GMLMapFormat
-
- read(Reader) - Method in class maps.gml.GMLMapFormat
-
Read a GMLMap from a Reader.
- read(Document) - Method in class maps.gml.GMLMapFormat
-
Read a Document and return a GMLMap.
- read(InputStream) - Method in class maps.legacy.LegacyBuilding
-
- read(File) - Method in class maps.legacy.LegacyMap
-
Read map data from a directory.
- read(File) - Method in class maps.legacy.LegacyMapFormat
-
- read(InputStream) - Method in class maps.legacy.LegacyNode
-
- read(InputStream) - Method in class maps.legacy.LegacyObject
-
Read the data for this object.
- read(InputStream) - Method in class maps.legacy.LegacyRoad
-
- read(File) - Method in interface maps.MapFormat
-
Read a File and return a Map.
- read(Document) - Method in class maps.osm.OSMMap
-
Read an XML document and populate this map.
- read(String) - Method in class rescuecore2.config.Config
-
Read a config file from a resource that this class' classloader can find.
- read(File) - Method in class rescuecore2.config.Config
-
Read a config file and add its contents.
- read(Reader, String) - Method in class rescuecore2.config.Config
-
Read config information from a Reader and add its contents.
- read(InputStream) - Method in class rescuecore2.log.CommandsRecord
-
- read(InputStream) - Method in class rescuecore2.log.ConfigRecord
-
- read(InputStream) - Method in class rescuecore2.log.EndLogRecord
-
- read(InputStream) - Method in class rescuecore2.log.InitialConditionsRecord
-
- read(InputStream) - Method in interface rescuecore2.log.LogRecord
-
Read this log record's data from a stream.
- read(InputStream) - Method in class rescuecore2.log.PerceptionRecord
-
- read(InputStream) - Method in class rescuecore2.log.StartLogRecord
-
- read(InputStream) - Method in class rescuecore2.log.UpdatesRecord
-
- read(InputStream) - Method in class rescuecore2.messages.AbstractMessage
-
- read(InputStream) - Method in class rescuecore2.messages.components.ChangeSetComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.CommandListComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.ConfigComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.EntityComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.EntityIDComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.EntityIDListComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.EntityListComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.FloatListComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.IntComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.IntListComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.RawDataComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.StringComponent
-
- read(InputStream) - Method in class rescuecore2.messages.components.StringListComponent
-
- read(InputStream) - Method in interface rescuecore2.messages.Message
-
Read the content of this message from a stream.
- read(InputStream) - Method in interface rescuecore2.messages.MessageComponent
-
Read this component from a stream.
- read() - Method in class rescuecore2.misc.CountingInputStream
-
- read(InputStream) - Method in class rescuecore2.standard.entities.EdgeListProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.AbstractEntity
-
- read(InputStream) - Method in class rescuecore2.worldmodel.ChangeSet
-
Read this ChangeSet from a stream.
- read(InputStream) - Method in interface rescuecore2.worldmodel.Entity
-
Read this Entity from a stream.
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.BooleanProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.DoubleProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.EntityRefListProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.EntityRefProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.IntArrayProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.IntProperty
-
- read(InputStream) - Method in class rescuecore2.worldmodel.properties.Point2DProperty
-
- read(InputStream) - Method in interface rescuecore2.worldmodel.Property
-
Read this property from a stream.
- readBoolean(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a boolean from an input stream.
- readBoolean(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a boolean from a DataInput.
- readBoolean(byte[], int) - Static method in class rescuecore2.misc.EncodingTools
-
Read a boolean from a byte array.
- readBoolean(byte[]) - Static method in class rescuecore2.misc.EncodingTools
-
Read a boolean from a byte array.
- readBytes(int, InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a fixed number of bytes from an InputStream into an array.
- readBytes(int, DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a fixed number of bytes from a DataInput into an array.
- readDouble(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a double from an input stream.
- readDouble(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a double from a DataInput.
- readDouble(byte[], int) - Static method in class rescuecore2.misc.EncodingTools
-
Read a double from a byte array.
- readDouble(byte[]) - Static method in class rescuecore2.misc.EncodingTools
-
Read a double from a byte array.
- readEntity(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read an entity from a stream.
- readEntity(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read an entity from a DataInput.
- readFloat32(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit float from an input stream, big-endian style.
- readFloat32(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit float from a DataInput.
- readInt32(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit integer from an input stream, big-endian style.
- readInt32(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit integer from a DataInput.
- readInt32(byte[], int) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit integer from a byte array, big-endian style.
- readInt32(byte[]) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit integer from a byte array, big-endian style.
- readInt32LE(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a 32-bit integer from an input stream, little-endian style.
- readMap(String) - Static method in class maps.MapReader
-
Read a Map from a file and guess the format.
- readMap(String, MapFormat) - Static method in class maps.MapReader
-
Read a Map from a file using a particular format.
- readMap(File) - Static method in class maps.MapReader
-
Read a Map from a file and guess the format.
- readMap(File, MapFormat) - Static method in class maps.MapReader
-
Read a Map from a file using a particular format.
- readMessage(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a message from a stream.
- readMessage(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a message from a DataInput.
- readProperty(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a property from a stream.
- readProperty(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a property from a DataInput.
- readString(InputStream) - Static method in class rescuecore2.misc.EncodingTools
-
Read a String from an InputStream.
- readString(DataInput) - Static method in class rescuecore2.misc.EncodingTools
-
Read a String from a DataInput.
- readString(byte[]) - Static method in class rescuecore2.misc.EncodingTools
-
Read a String from a byte array.
- readString(byte[], int) - Static method in class rescuecore2.misc.EncodingTools
-
Read a String from a byte array.
- reallySkip(InputStream, long) - Static method in class rescuecore2.misc.EncodingTools
-
Call InputStream.skip until exactly count
bytes have been
skipped.
- reallySkip(DataInput, int) - Static method in class rescuecore2.misc.EncodingTools
-
Call DataInput.skip until exactly count
bytes have been
skipped.
- RecordType - Enum in rescuecore2.log
-
Enumeration of possible record types in a log file.
- RectangleOverlay - Class in maps.gml.view
-
A rectangular overlay.
- RectangleOverlay(Color, boolean) - Constructor for class maps.gml.view.RectangleOverlay
-
Construct a RectangleOverlay with no coordinates defined..
- RectangleOverlay(double, double, double, double, Color, boolean) - Constructor for class maps.gml.view.RectangleOverlay
-
Construct a RectangleOverlay.
- RectangleRegion - Class in rescuecore2.misc.geometry.spatialindex
-
A rectangular region.
- RectangleRegion(double, double, double, double) - Constructor for class rescuecore2.misc.geometry.spatialindex.RectangleRegion
-
Construct a rectangular region.
- RectangularDuplexRowFiller - Class in maps.convert.osm2gml.buildings.row
-
A RowFiller that creates rectangular duplex units.
- RED - Static variable in class maps.convert.osm2gml.Constants
-
- refresh(Collection<HumanAttributes>) - Method in class misc.MiscSimulatorGUI
-
Refresh the UI.
- refresh() - Method in class traffic3.simulator.TrafficSimulatorGUI
-
Refresh the view and wait for user input if required.
- Refuge - Class in rescuecore2.standard.entities
-
The Refuge object.
- Refuge(EntityID) - Constructor for class rescuecore2.standard.entities.Refuge
-
Construct a Refuge object with entirely undefined values.
- Refuge(Refuge) - Constructor for class rescuecore2.standard.entities.Refuge
-
Refuge copy constructor.
- Refuge(Building) - Constructor for class rescuecore2.standard.entities.Refuge
-
Create a refuge based on another Building.
- refugeIDs - Variable in class sample.AbstractSampleAgent
-
Cache of refuge IDs.
- Region - Interface in rescuecore2.misc.geometry.spatialindex
-
An indexable region.
- register(TrafficArea) - Method in class traffic3.manager.TrafficManager
-
Register a new TrafficArea.
- register(TrafficAgent) - Method in class traffic3.manager.TrafficManager
-
Register a new TrafficAgent.
- register(TrafficBlockade) - Method in class traffic3.manager.TrafficManager
-
Register a new TrafficBlockade.
- registerAgentControlledEntity(Entity, Collection<? extends Entity>, Config) - Method in class kernel.ComponentManager
-
Register an agent-controlled entity.
- registerAgents(WorldModel<? extends Entity>, Config, ComponentManager) - Method in interface kernel.AgentRegistrar
-
Process a WorldModel and Config and tell the ComponentManager which entities are agent-controlled and what they can see on connection.
- registerAgents(WorldModel<? extends Entity>, Config, ComponentManager) - Method in class rescuecore2.standard.kernel.StandardAgentRegistrar
-
- registerAllowedClass(Class<? extends T>) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
Register an allowed class.
- registerEntityFactory(EntityFactory) - Method in class rescuecore2.registry.Registry
-
Register an entity factory.
- registerEntityFactory(String, EntityFactory) - Method in class rescuecore2.registry.Registry
-
Register an entity URN and assign an EntityFactory for constructing
instances of this type.
- registerMessageFactory(MessageFactory) - Method in class rescuecore2.registry.Registry
-
Register a message factory.
- registerMessageFactory(String, MessageFactory) - Method in class rescuecore2.registry.Registry
-
Register a message URN and assign a MessageFactory for constructing
instances of this type.
- registerPerception(EntityID, ChangeSet, Collection<Command>) - Method in class rescuecore2.Timestep
-
Register agent perception.
- registerProperties(Property...) - Method in class rescuecore2.worldmodel.AbstractEntity
-
Register a set of properties.
- registerPropertyFactory(PropertyFactory) - Method in class rescuecore2.registry.Registry
-
Register a property factory.
- registerPropertyFactory(String, PropertyFactory) - Method in class rescuecore2.registry.Registry
-
Register a property URN and assign a PropertyFactory for constructing
instances of this type.
- registry - Variable in class rescuecore2.log.AbstractLogReader
-
The registry to use for reading log entries.
- Registry - Class in rescuecore2.registry
-
A class for managing the different types of entities, properties, messages
and their associated factories.
- Registry() - Constructor for class rescuecore2.registry.Registry
-
Create a new Registry that uses the system registry as a parent.
- Registry(String) - Constructor for class rescuecore2.registry.Registry
-
Create a new Registry with a particular name that uses the system
registry as a parent.
- Registry(Registry) - Constructor for class rescuecore2.registry.Registry
-
Create a new Registry with a particular parent.
- Registry(String, Registry) - Constructor for class rescuecore2.registry.Registry
-
Create a new Registry with a particular name and parent.
- RemoteGISWorldModelCreator - Class in kernel
-
A WorldModelCreator that talks to a remote GIS.
- RemoteGISWorldModelCreator() - Constructor for class kernel.RemoteGISWorldModelCreator
-
- remove(GMLObject) - Method in class maps.gml.GMLMap
-
Remove an object.
- remove(Collection<? extends GMLObject>) - Method in class maps.gml.GMLMap
-
Remove a set of objects.
- remove(GMLObject...) - Method in class maps.gml.GMLMap
-
Remove a set of objects.
- remove(Object) - Method in class rescuecore2.misc.collections.LazyMap
-
- remove(int) - Method in class rescuecore2.misc.gui.ListModelList
-
- remove(Object) - Method in class rescuecore2.misc.gui.ListModelList
-
- remove(TrafficBlockade) - Method in class traffic3.manager.TrafficManager
-
Remove a blockade.
- remove(Blockade) - Method in class traffic3.manager.TrafficManager
-
Remove a blockade.
- removeAgent(AgentProxy) - Method in class kernel.Kernel
-
Remove an agent from the system.
- removeAgent(TrafficAgent) - Method in class traffic3.objects.TrafficArea
-
Remove an agent from this area.
- removeAll(Collection<?>) - Method in class rescuecore2.misc.gui.ListModelList
-
- removeAllBuildings() - Method in class maps.gml.GMLMap
-
Remove all buildings.
- removeAllEdges() - Method in class maps.gml.GMLMap
-
Remove all edges and shapes.
- removeAllEntities() - Method in class rescuecore2.worldmodel.DefaultWorldModel
-
- removeAllEntities() - Method in interface rescuecore2.worldmodel.WorldModel
-
Remove all entities from the world.
- removeAllKeys() - Method in class rescuecore2.config.Config
-
Remove all keys.
- removeAllLayers() - Method in class rescuecore2.view.LayerViewComponent
-
Remove all view layers.
- removeAllNodes() - Method in class maps.gml.GMLMap
-
Remove all nodes, edges and shapes.
- removeAllRoads() - Method in class maps.gml.GMLMap
-
Remove all roads.
- removeAllSpaces() - Method in class maps.gml.GMLMap
-
Remove all spaces.
- removeAmbulanceCentre(int) - Method in class gis2.GisScenario
-
Remove an ambulance centre.
- RemoveAmbulanceCentreTool - Class in gis2.scenario
-
Tool for removing ambulance centres.
- RemoveAmbulanceCentreTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveAmbulanceCentreTool
-
Construct a RemoveAmbulanceCentreTool.
- removeAmbulanceTeam(int) - Method in class gis2.GisScenario
-
Remove an ambulance team.
- RemoveAmbulanceTeamTool - Class in gis2.scenario
-
Tool for removing ambulance teams.
- RemoveAmbulanceTeamTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveAmbulanceTeamTool
-
Construct a RemoveAmbulanceTeamTool.
- removeBlockade(TrafficBlockade) - Method in class traffic3.objects.TrafficArea
-
Remove a TrafficBlockade.
- removeBuilding(TemporaryBuilding) - Method in class maps.convert.osm2gml.TemporaryMap
-
Remove a building.
- removeBuilding(GMLBuilding) - Method in class maps.gml.GMLMap
-
Remove a building.
- removeBuilding(OSMBuilding) - Method in class maps.osm.OSMMap
-
Remove a building.
- removeChild(Noise) - Method in class rescuecore2.standard.kernel.comms.ChainedNoise
-
Remove a child.
- removeChildFunction(ScoreFunction) - Method in class rescuecore2.score.CompositeScoreFunction
-
Remove a child score function.
- removeChildFunction(ScoreFunction) - Method in class rescuecore2.score.WeightedScoreFunction
-
- removeChildFunctions(Collection<ScoreFunction>) - Method in class rescuecore2.score.CompositeScoreFunction
-
Remove a collection of child score functions.
- removeChildFunctions(ScoreFunction...) - Method in class rescuecore2.score.CompositeScoreFunction
-
Remove a collection of child score functions.
- removeCivilian(int) - Method in class gis2.GisScenario
-
Remove a civilian.
- RemoveCivilianTool - Class in gis2.scenario
-
Tool for removing civilians.
- RemoveCivilianTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveCivilianTool
-
Construct a RemoveCivilianTool.
- removeConnectionListener(ConnectionListener) - Method in class rescuecore2.connection.AbstractConnection
-
- removeConnectionListener(ConnectionListener) - Method in interface rescuecore2.connection.Connection
-
Remove a ConnectionListener.
- removeConstraint(ConfigConstraint) - Method in class rescuecore2.config.Config
-
Remove a constraint.
- removeEdge(GMLEdge) - Method in class maps.gml.GMLMap
-
Remove an edge and any attached shapes.
- removeEdge(GMLEdge) - Method in class maps.gml.GMLShape
-
Remove an edge from this shape.
- removeEntity(T) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
- removeEntity(EntityID) - Method in class rescuecore2.worldmodel.DefaultWorldModel
-
- removeEntity(T) - Method in interface rescuecore2.worldmodel.WorldModel
-
Remove an entity from the world.
- removeEntity(EntityID) - Method in interface rescuecore2.worldmodel.WorldModel
-
Remove an entity from the world.
- removeEntityListener(EntityListener) - Method in class rescuecore2.worldmodel.AbstractEntity
-
- removeEntityListener(EntityListener) - Method in interface rescuecore2.worldmodel.Entity
-
Remove an EntityListener.
- removeExcept(String...) - Method in class rescuecore2.config.Config
-
Remove all except a set of keys.
- removeExcept(Collection<String>) - Method in class rescuecore2.config.Config
-
Remove all except a set of keys.
- removeExceptRegex(Collection<String>) - Method in class rescuecore2.config.Config
-
Remove all keys that do not match any of the given regular expressions.
- removeFilter(CommandFilter) - Method in class kernel.ChainedCommandFilter
-
Remove a CommandFilter from the chain.
- removeFire(int) - Method in class gis2.GisScenario
-
Remove a fire.
- removeFireBrigade(int) - Method in class gis2.GisScenario
-
Remove a fire brigade.
- RemoveFireBrigadeTool - Class in gis2.scenario
-
Tool for removing fire brigades.
- RemoveFireBrigadeTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveFireBrigadeTool
-
Construct a RemoveFireBrigadeTool.
- removeFireStation(int) - Method in class gis2.GisScenario
-
Remove a fire station.
- RemoveFireStationTool - Class in gis2.scenario
-
Tool for removing fire stations.
- RemoveFireStationTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveFireStationTool
-
Construct a RemoveFireStationTool.
- RemoveFireTool - Class in gis2.scenario
-
Tool for removing fires.
- RemoveFireTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveFireTool
-
Construct a RemoveFireTool.
- removeGasStation(int) - Method in class gis2.GisScenario
-
Remove a GasStation.
- RemoveGasStationTool - Class in gis2.scenario
-
Tool for removing refuges.
- RemoveGasStationTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveGasStationTool
-
Construct a RemoveGasStationTool.
- removeHydrant(int) - Method in class gis2.GisScenario
-
Remove a hydrant.
- RemoveHydrantTool - Class in gis2.scenario
-
Tool for removing refuges.
- RemoveHydrantTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveHydrantTool
-
Construct a RemoveHydrantTool.
- removeIntersection(TemporaryIntersection) - Method in class maps.convert.osm2gml.TemporaryMap
-
Remove an intersection.
- removeKernelListener(KernelListener) - Method in class kernel.Kernel
-
Remove a KernelListener.
- removeKey(String) - Method in class rescuecore2.config.Config
-
Remove a key from the config.
- removeLayer(ViewLayer) - Method in class rescuecore2.view.LayerViewComponent
-
Remove a view layer.
- removeNode(GMLNode) - Method in class maps.gml.GMLMap
-
Remove a node, any edges attached to the node and any shapes attached to those edges.
- removeNode(OSMNode) - Method in class maps.osm.OSMMap
-
Remove a node.
- removeOverlay(Overlay) - Method in class maps.gml.view.GMLMapViewer
-
Remove an overlay from the view.
- removePoliceForce(int) - Method in class gis2.GisScenario
-
Remove a police force.
- RemovePoliceForceTool - Class in gis2.scenario
-
Tool for removing police forces.
- RemovePoliceForceTool(ScenarioEditor) - Constructor for class gis2.scenario.RemovePoliceForceTool
-
Construct a RemovePoliceForceTool.
- removePoliceOffice(int) - Method in class gis2.GisScenario
-
Remove a police office.
- RemovePoliceOfficeTool - Class in gis2.scenario
-
Tool for removing police offices.
- RemovePoliceOfficeTool(ScenarioEditor) - Constructor for class gis2.scenario.RemovePoliceOfficeTool
-
Construct a RemovePoliceOfficeTool.
- removeRefuge(int) - Method in class gis2.GisScenario
-
Remove a refuge.
- RemoveRefugeTool - Class in gis2.scenario
-
Tool for removing refuges.
- RemoveRefugeTool(ScenarioEditor) - Constructor for class gis2.scenario.RemoveRefugeTool
-
Construct a RemoveRefugeTool.
- removeRoad(TemporaryRoad) - Method in class maps.convert.osm2gml.TemporaryMap
-
Remove a road.
- removeRoad(GMLRoad) - Method in class maps.gml.GMLMap
-
Remove a road.
- removeRoad(OSMRoad) - Method in class maps.osm.OSMMap
-
Remove a road.
- RemoveShapesStep - Class in maps.convert.osm2gml
-
This step removes shapes that are duplicates or contained entirely inside another shape.
- RemoveShapesStep(TemporaryMap) - Constructor for class maps.convert.osm2gml.RemoveShapesStep
-
Construct a RemoveFacesStep.
- removeSimulator(SimulatorProxy) - Method in class kernel.Kernel
-
Remove a simulator from the system.
- removeSpace(GMLSpace) - Method in class maps.gml.GMLMap
-
Remove a space.
- removeSubscriber(Entity) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
- removeSubscriber(Entity) - Method in interface rescuecore2.standard.kernel.comms.Channel
-
Remove a subscriber from this channel.
- removeTemporaryObject(TemporaryObject) - Method in class maps.convert.osm2gml.TemporaryMap
-
Remove an object.
- removeViewer(ViewerProxy) - Method in class kernel.Kernel
-
Remove a viewer from the system.
- removeViewListener(ViewListener) - Method in class rescuecore2.view.ViewComponent
-
Remove a view listener.
- removeWaypoint(Point2D) - Method in class traffic3.simulator.PathElement
-
Remove a waypoint.
- removeWorldModelListener(WorldModelListener<? super T>) - Method in class rescuecore2.worldmodel.AbstractWorldModel
-
- removeWorldModelListener(WorldModelListener<? super T>) - Method in interface rescuecore2.worldmodel.WorldModel
-
Remove a listener for world model events.
- render(Graphics2D, ScreenTransform) - Method in class gis2.scenario.AgentOverlay
-
- render(Graphics2D, ScreenTransform) - Method in class maps.gml.view.DecoratorOverlay
-
- render(Graphics2D, ScreenTransform) - Method in class maps.gml.view.LineOverlay
-
- render(Graphics2D, ScreenTransform) - Method in interface maps.gml.view.Overlay
-
Render this overlay.
- render(Graphics2D, ScreenTransform) - Method in class maps.gml.view.RectangleOverlay
-
- render(Area, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.AreaIconLayer
-
- render(E, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.AreaLayer
-
- render(Area, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.AreaNeighboursLayer
-
- render(Building, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.BuildingIconLayer
-
- render(Graphics2D, ScreenTransform, int, int) - Method in class rescuecore2.standard.view.CommandLayer
-
- render(Human, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.HumanLayer
-
- render(Human, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.PositionHistoryLayer
-
- render(Blockade, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.RoadBlockageLayer
-
- render(Graphics2D, ScreenTransform, int, int) - Method in class rescuecore2.standard.view.StandardEntityViewLayer
-
- render(T, Graphics2D, ScreenTransform) - Method in class rescuecore2.standard.view.StandardEntityViewLayer
-
Render an entity and return the shape.
- render(Graphics2D, ScreenTransform, int, int) - Method in class rescuecore2.view.LayerViewComponent
-
- render(Graphics2D, ScreenTransform, int, int) - Method in class rescuecore2.view.ViewComponent
-
Render the world and return the set of RenderedObjects.
- render(Graphics2D, ScreenTransform, int, int) - Method in interface rescuecore2.view.ViewLayer
-
Render this layer and return a collection of RenderedObjects.
- RenderedObject - Class in rescuecore2.view
-
A representation of something that has been rendered on screen.
- RenderedObject(Object, Shape) - Constructor for class rescuecore2.view.RenderedObject
-
Construct a new rendered object.
- reorderEdges(List<GMLDirectedEdge>) - Method in class maps.gml.GMLShape
-
Reorder the list of edges.
- replace(Long, Long) - Method in class maps.osm.OSMWay
-
Replace a node ID in this way.
- replaceEdge(Edge, Collection<Edge>) - Method in class maps.convert.osm2gml.TemporaryMap
-
Replace an existing edge with a set of new edges.
- replaceEdge(Edge, Collection<Edge>) - Method in class maps.convert.osm2gml.TemporaryObject
-
Replace an edge with a set of replacement edges.
- replaceEdge(GMLEdge, GMLEdge) - Method in class maps.gml.GMLMap
-
Replace all references to an edge with another edge.
- replaceEdge(GMLDirectedEdge, GMLDirectedEdge...) - Method in class maps.gml.GMLShape
-
Replace a GMLDirectedEdge with a set of new edges.
- replaceNode(GMLNode, GMLNode) - Method in class maps.gml.GMLMap
-
Replace all references to a node with another node.
- replaceNode(OSMNode, OSMNode) - Method in class maps.osm.OSMMap
-
Replace a node and update all references.
- RequestIDGenerator - Interface in rescuecore2.components
-
An interface for objects that can generate request IDs.
- requestNewEntityIDs(int) - Method in class rescuecore2.components.AbstractSimulator
-
Request some new entity IDs from the kernel.
- rescale(int, int) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Recalculate the transform based on screen geometry.
- rescuecore2 - package rescuecore2
-
- rescuecore2.components - package rescuecore2.components
-
- rescuecore2.config - package rescuecore2.config
-
- rescuecore2.connection - package rescuecore2.connection
-
- rescuecore2.log - package rescuecore2.log
-
- rescuecore2.messages - package rescuecore2.messages
-
- rescuecore2.messages.components - package rescuecore2.messages.components
-
- rescuecore2.messages.control - package rescuecore2.messages.control
-
- rescuecore2.misc - package rescuecore2.misc
-
- rescuecore2.misc.collections - package rescuecore2.misc.collections
-
- rescuecore2.misc.geometry - package rescuecore2.misc.geometry
-
- rescuecore2.misc.geometry.spatialindex - package rescuecore2.misc.geometry.spatialindex
-
- rescuecore2.misc.gui - package rescuecore2.misc.gui
-
- rescuecore2.misc.java - package rescuecore2.misc.java
-
- rescuecore2.registry - package rescuecore2.registry
-
- rescuecore2.scenario - package rescuecore2.scenario
-
- rescuecore2.scenario.compatibilities - package rescuecore2.scenario.compatibilities
-
- rescuecore2.scenario.exceptions - package rescuecore2.scenario.exceptions
-
- rescuecore2.score - package rescuecore2.score
-
- rescuecore2.standard - package rescuecore2.standard
-
- rescuecore2.standard.components - package rescuecore2.standard.components
-
- rescuecore2.standard.entities - package rescuecore2.standard.entities
-
- rescuecore2.standard.kernel - package rescuecore2.standard.kernel
-
- rescuecore2.standard.kernel.comms - package rescuecore2.standard.kernel.comms
-
- rescuecore2.standard.messages - package rescuecore2.standard.messages
-
- rescuecore2.standard.misc - package rescuecore2.standard.misc
-
- rescuecore2.standard.score - package rescuecore2.standard.score
-
- rescuecore2.standard.view - package rescuecore2.standard.view
-
- rescuecore2.view - package rescuecore2.view
-
- rescuecore2.worldmodel - package rescuecore2.worldmodel
-
- rescuecore2.worldmodel.properties - package rescuecore2.worldmodel.properties
-
- resetZoom() - Method in class rescuecore2.misc.gui.ScreenTransform
-
Reset the zoom level to one.
- retainAll(Collection<?>) - Method in class rescuecore2.misc.gui.ListModelList
-
- reverse() - Method in class maps.gml.GMLDirectedEdge
-
Reverse the direction of this edge.
- Road - Class in rescuecore2.standard.entities
-
The Road object.
- Road(EntityID) - Constructor for class rescuecore2.standard.entities.Road
-
Construct a Road object with entirely undefined property values.
- Road(Road) - Constructor for class rescuecore2.standard.entities.Road
-
Road copy constructor.
- ROAD_WIDTH - Static variable in class maps.convert.osm2gml.Constants
-
The width of roads in m.
- RoadBlockageLayer - Class in rescuecore2.standard.view
-
A view layer that renders road blockages.
- RoadBlockageLayer() - Constructor for class rescuecore2.standard.view.RoadBlockageLayer
-
Construct a road blockage rendering layer.
- RoadDecorator - Interface in maps.gml.view
-
Interface for objects that know how to decorate GMLRoads.
- roadIDs - Variable in class sample.AbstractSampleAgent
-
Cache of road IDs.
- RoadInfo - Class in maps.convert.legacy2gml
-
Container for road information during conversion.
- RoadInfo() - Constructor for class maps.convert.legacy2gml.RoadInfo
-
Construct a RoadInfo.
- RoadLayer - Class in rescuecore2.standard.view
-
A view layer that renders roads.
- RoadLayer() - Constructor for class rescuecore2.standard.view.RoadLayer
-
Construct a road rendering layer.
- RobocupFormat - Class in maps.gml.formats
-
A MapFormat that can handle Robocup Rescue GML maps.
- RoundingNumberGenerator - Class in rescuecore2.misc
-
A NumberGenerator that rounds output from a downstream NumberGenerator.
- RoundingNumberGenerator(NumberGenerator<? extends Number>) - Constructor for class rescuecore2.misc.RoundingNumberGenerator
-
Construct a RoundingNumberGenerator.
- RowFiller - Interface in maps.convert.osm2gml.buildings.row
-
Interface for a building generator that works by row.
- RowHousingBuildingSpaceFiller - Class in maps.convert.osm2gml.buildings
-
A BuildingSpaceFiller that fills a space with row housing.
- RowHousingBuildingSpaceFiller(double, Random) - Constructor for class maps.convert.osm2gml.buildings.RowHousingBuildingSpaceFiller
-
Construct a new RowHousingBuildingSpaceFiller.
- RowHousingType - Enum in maps.convert.osm2gml.buildings
-
- run() - Method in class gis2.GISServer
-
Run the GIS server.
- run() - Method in class rescuecore2.misc.WorkerThread
-
- Run(int[][], int) - Method in class traffic3.simulator.Dijkstra
-
Run multi Src Dijkstra
- sample - package sample
-
- SampleAmbulanceTeam - Class in sample
-
A sample ambulance team agent.
- SampleAmbulanceTeam() - Constructor for class sample.SampleAmbulanceTeam
-
- SampleCentre - Class in sample
-
A sample centre agent.
- SampleCentre() - Constructor for class sample.SampleCentre
-
- SampleCivilian - Class in sample
-
A sample civilian agent.
- SampleCivilian() - Constructor for class sample.SampleCivilian
-
- SampleFireBrigade - Class in sample
-
A sample fire brigade agent.
- SampleFireBrigade() - Constructor for class sample.SampleFireBrigade
-
- SamplePoliceForce - Class in sample
-
A sample police force agent.
- SamplePoliceForce() - Constructor for class sample.SamplePoliceForce
-
- SampleSearch - Class in sample
-
A sample search class that uses a connection graph to look up neighbours.
- SampleSearch(StandardWorldModel) - Constructor for class sample.SampleSearch
-
Construct a new SampleSearch.
- SampleSearch(Map<EntityID, Set<EntityID>>) - Constructor for class sample.SampleSearch
-
Construct a new ConnectionGraphSearch.
- SampleSimulator - Class in sample
-
A sample simulator that doesn't do anything useful.
- SampleSimulator() - Constructor for class sample.SampleSimulator
-
- SampleViewer - Class in sample
-
A simple viewer.
- SampleViewer() - Constructor for class sample.SampleViewer
-
- save() - Method in class gis2.scenario.ScenarioEditor
-
Save the scenario.
- save() - Method in class maps.gml.editor.GMLEditor
-
Save the map.
- saveAs() - Method in class gis2.scenario.ScenarioEditor
-
Save the scenario.
- scale(double) - Method in class rescuecore2.misc.geometry.Vector2D
-
Create a scaled version of this vector.
- ScaleConversion - Class in maps
-
A coordinate conversion that scales and translates coordinates.
- ScaleConversion(double, double, double, double) - Constructor for class maps.ScaleConversion
-
Construct a ScaleConversion.
- ScaleFunction - Class in maps.gml.editor
-
A function for scaling the map.
- ScaleFunction(GMLEditor) - Constructor for class maps.gml.editor.ScaleFunction
-
Construct a ScaleFunction.
- ScanOSMStep - Class in maps.convert.osm2gml
-
This step scans the OpenStreetMap data and generates information about roads, intersections and buildings.
- ScanOSMStep(TemporaryMap) - Constructor for class maps.convert.osm2gml.ScanOSMStep
-
Construct a ScanOSMStep.
- Scenario - Interface in rescuecore2.scenario
-
Abstract Scenario interface
- ScenarioEditor - Class in gis2.scenario
-
A component for editing scenarios.
- ScenarioEditor(JMenuBar) - Constructor for class gis2.scenario.ScenarioEditor
-
Construct a new ScenarioEditor.
- ScenarioEditor(JMenuBar, GMLMap, GisScenario) - Constructor for class gis2.scenario.ScenarioEditor
-
Construct a new ScenarioEditor.
- ScenarioException - Exception in gis2
-
Exception class for problems with scenarios.
- ScenarioException() - Constructor for exception gis2.ScenarioException
-
Construct a scenario exception with no information.
- ScenarioException(String) - Constructor for exception gis2.ScenarioException
-
Construct a scenario exception with an error message.
- ScenarioException(Throwable) - Constructor for exception gis2.ScenarioException
-
Construct a scenario exception that was caused by another exception.
- ScenarioException(String, Throwable) - Constructor for exception gis2.ScenarioException
-
Construct a scenario exception with an error message and an underlying cause.
- ScenarioException - Exception in rescuecore2.scenario.exceptions
-
Exception class for problems with scenarios.
- ScenarioException() - Constructor for exception rescuecore2.scenario.exceptions.ScenarioException
-
Construct a scenario exception with no information.
- ScenarioException(String) - Constructor for exception rescuecore2.scenario.exceptions.ScenarioException
-
Construct a scenario exception with an error message.
- ScenarioException(Throwable) - Constructor for exception rescuecore2.scenario.exceptions.ScenarioException
-
Construct a scenario exception that was caused by another exception.
- ScenarioException(String, Throwable) - Constructor for exception rescuecore2.scenario.exceptions.ScenarioException
-
Construct a scenario exception with an error message and an underlying cause.
- score(WorldModel<? extends Entity>, Timestep) - Method in class kernel.ui.ScoreGraph
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class kernel.ui.ScoreTable
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.ConstantScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.CumulativeScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.DelegatingScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.InverseScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.MultiplicativeScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in interface rescuecore2.score.ScoreFunction
-
Calculate the score for a timestep.
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.UnaryOperatorScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.score.WeightedScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.standard.score.BuildingDamageScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.standard.score.CiviliansAliveScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.standard.score.DiscoveryScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.standard.score.DistanceTravelledScoreFunction
-
- score(WorldModel<? extends Entity>, Timestep) - Method in class rescuecore2.standard.score.HealthScoreFunction
-
- SCORE_FUNCTION_KEY - Static variable in class rescuecore2.Constants
-
Config key for the top-level score function.
- ScoreFunction - Interface in rescuecore2.score
-
Interface for a score function.
- ScoreGraph - Class in kernel.ui
-
A ScoreFunction that also provides a components for graphing the components of the score.
- ScoreGraph(ScoreFunction) - Constructor for class kernel.ui.ScoreGraph
-
Construct a ScoreGraph that wraps a child score function.
- ScoreTable - Class in kernel.ui
-
A ScoreFunction that also provides a JTable for viewing the components of the score.
- ScoreTable(ScoreFunction) - Constructor for class kernel.ui.ScoreTable
-
Construct a ScoreTable that wraps a child score function.
- screenToX(int) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Convert a screen X coordinate to a world coordinate.
- screenToY(int) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Convert a screen Y coordinate to a world coordinate.
- ScreenTransform - Class in rescuecore2.misc.gui
-
A class that handles transforming between world coordinates and screen coordinates.
- ScreenTransform(double, double, double, double) - Constructor for class rescuecore2.misc.gui.ScreenTransform
-
Create a ScreenTransform that covers a particular world coordinate range.
- search - Variable in class sample.AbstractSampleAgent
-
The search algorithm.
- second() - Method in class rescuecore2.misc.Pair
-
Get the second element of this pair.
- send(Collection<? extends Message>) - Method in class kernel.AbstractKernelComponent
-
- send(Message) - Method in class kernel.AbstractKernelComponent
-
Send a single message.
- send(Collection<? extends Message>) - Method in interface kernel.KernelComponent
-
Send a set of messages to this component.
- send(Message) - Method in class rescuecore2.components.AbstractComponent
-
Send a message to the kernel and silently ignore any errors.
- sendAgentCommands(int, Collection<? extends Command>) - Method in class kernel.SimulatorProxy
-
Send a set of agent commands to this simulator.
- sendBytes(byte[]) - Method in class rescuecore2.connection.AbstractConnection
-
Send some bytes to the other end of the connection.
- sendBytes(byte[]) - Method in class rescuecore2.connection.StreamConnection
-
- sendClear(int, EntityID) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a clear command to the kernel.
- sendClear(int, int, int) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a clear command to the kernel.
- sendExtinguish(int, EntityID, int) - Method in class rescuecore2.standard.components.StandardAgent
-
Send an extinguish command to the kernel.
- sendLoad(int, EntityID) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a load command to the kernel.
- sendMessage(Message) - Method in class rescuecore2.connection.AbstractConnection
-
- sendMessage(Message) - Method in interface rescuecore2.connection.Connection
-
Send a message across this connection.
- sendMessages(Collection<? extends Message>) - Method in class rescuecore2.connection.AbstractConnection
-
- sendMessages(Collection<? extends Message>) - Method in interface rescuecore2.connection.Connection
-
Send a set of messages across this connection.
- sendMove(int, List<EntityID>) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a move command to the kernel.
- sendMove(int, List<EntityID>, int, int) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a move command to the kernel.
- sendPerceptionUpdate(int, ChangeSet, Collection<? extends Command>) - Method in class kernel.AgentProxy
-
Notify the of a perception update.
- sendRescue(int, EntityID) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a rescue command to the kernel.
- sendRest(int) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a rest command to the kernel.
- sendSay(int, byte[]) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a say command to the kernel.
- sendSpeak(int, int, byte[]) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a speak command to the kernel.
- sendSubscribe(int, int...) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a subscribe command to the kernel.
- sendTell(int, byte[]) - Method in class rescuecore2.standard.components.StandardAgent
-
Send a tell command to the kernel.
- sendTimestep(Timestep) - Method in class kernel.ViewerProxy
-
Send a Timestep structure to this viewer.
- sendUnload(int) - Method in class rescuecore2.standard.components.StandardAgent
-
Send an unload command to the kernel.
- sendUpdate(int, ChangeSet) - Method in class kernel.SimulatorProxy
-
Send an update message to this simulator.
- set(int, T) - Method in class rescuecore2.misc.gui.ListModelList
-
- set(boolean) - Method in class rescuecore2.misc.MutableBoolean
-
Set the value of this object.
- setAgentID(EntityID) - Method in class rescuecore2.messages.AbstractCommand
-
Set the ID of the agent issuing the command.
- setAmbulanceCentres(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of ambulance centre locations.
- setAmbulanceCentres(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of ambulance centres.
- setAmbulanceTeams(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of ambulance team locations.
- setAmbulanceTeams(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of ambulance teams.
- setApexes(int[]) - Method in class rescuecore2.standard.entities.Blockade
-
Set the apexes.
- setAutozoomEnabled(boolean) - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Set whether autozoom is enabled.
- setBackground(Collection<? extends ShapeDebugFrame.ShapeInfo>) - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Set the "background" shapes.
- setBackgroundEnabled(boolean) - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Set whether the background is drawn or not.
- setBlockades(List<EntityID>) - Method in class rescuecore2.standard.entities.Area
-
Set the blockades in this area.
- setBooleanValue(String, boolean) - Method in class rescuecore2.config.Config
-
Set the value of a key as a boolean.
- setBottom(double) - Method in class maps.gml.view.RectangleOverlay
-
Set the bottom Y coordinate.
- setBrokenness(int) - Method in class rescuecore2.standard.entities.Building
-
Set the brokenness of this building.
- setBuildingAttributes(int) - Method in class rescuecore2.standard.entities.Building
-
Set the building attributes of this building.
- setBuildingCode(int) - Method in class rescuecore2.standard.entities.Building
-
Set the building code of this building.
- setBuildingDecorator(BuildingDecorator, GMLBuilding...) - Method in class maps.gml.view.DecoratorOverlay
-
Set the BuildingDecorator for a set of GMLBuildings.
- setBuildingDecorator(BuildingDecorator, Collection<? extends GMLBuilding>) - Method in class maps.gml.view.DecoratorOverlay
-
Set the BuildingDecorator for a set of GMLBuildings.
- setBuildingDecorator(BuildingDecorator, GMLBuilding...) - Method in class maps.gml.view.GMLMapViewer
-
Set the BuildingDecorator for a set of GMLBuildings.
- setBuildingDecorator(BuildingDecorator, Collection<? extends GMLBuilding>) - Method in class maps.gml.view.GMLMapViewer
-
Set the BuildingDecorator for a set of GMLBuildings.
- setBuriedness(int) - Method in class rescuecore2.standard.entities.Human
-
Set the buriedness of this human.
- setBuriednessDamage(double) - Method in class misc.HumanAttributes
-
Set the amount of buriedness damage this human has.
- setCentrePoint(double, double) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Set the on-screen centre point.
- setChanged() - Method in class gis2.scenario.ScenarioEditor
-
Register a change to the map.
- setChanged() - Method in class maps.gml.editor.GMLEditor
-
Register a change to the map.
- setChangeSet(ChangeSet) - Method in class rescuecore2.messages.components.ChangeSetComponent
-
Set the ChangeSet.
- setChangeSet(ChangeSet) - Method in class rescuecore2.Timestep
-
Set the simulator updates ChangeSet for this timestep.
- setCivilians(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of civilian locations.
- setCivilians(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of civilians.
- setCode(int) - Method in class maps.gml.GMLBuilding
-
Set the building code of this building.
- setCollapseDamage(double) - Method in class misc.HumanAttributes
-
Set the amount of collapse damage this human has.
- setCollapsedRatio(float) - Method in class collapse.CSBuilding
-
Changes the collapse ratio of the building to the input ratio
- setColour(Color) - Method in class maps.gml.view.LineOverlay
-
Set the colour.
- setColour(Color) - Method in class maps.gml.view.RectangleOverlay
-
Set the colour.
- setCommands(Collection<? extends Command>) - Method in class rescuecore2.messages.components.CommandListComponent
-
Set the commands that make up this message component.
- setCommands(Collection<Command>) - Method in class rescuecore2.Timestep
-
Set the commands for this timestep.
- setCommunicationModel(CommunicationModel) - Method in class kernel.KernelStartupOptions
-
Set the CommunicationModel the kernel should use.
- setConfig(Config) - Method in class rescuecore2.messages.components.ConfigComponent
-
Set the content of this message component.
- setCoordinates(GMLCoordinates) - Method in class maps.gml.GMLNode
-
Set the coordinates of this node.
- setCoordinates(List<GMLCoordinates>) - Method in class maps.gml.GMLShape
-
Set the coordinates of the apexes of this shape.
- setCurrentRegistry(Registry) - Static method in class rescuecore2.registry.Registry
-
Set the current Registry for this thread.
- setDamage(double) - Method in class misc.DamageType
-
Set the current damage.
- setDamage(int) - Method in class rescuecore2.standard.entities.Human
-
Set the damage of this human.
- setData(byte[]) - Method in class rescuecore2.messages.components.RawDataComponent
-
Set the data for this message component.
- setDeepInspection(boolean) - Method in class rescuecore2.misc.java.LoadableTypeProcessor
-
Set whether to do a "deep" inspection or just inspect the manifest.
- setDefaultBuildingDecorator(BuildingDecorator) - Method in class maps.gml.view.GMLMapViewer
-
Set the default building decorator.
- setDefaultEdgeDecorator(EdgeDecorator) - Method in class maps.gml.view.GMLMapViewer
-
Set the default edge decorator.
- setDefaultNodeDecorator(NodeDecorator) - Method in class maps.gml.view.GMLMapViewer
-
Set the default node decorator.
- setDefaultRegistry(Registry) - Method in class rescuecore2.components.ComponentLauncher
-
Set the default registry for new connections.
- setDefaultRoadDecorator(RoadDecorator) - Method in class maps.gml.view.GMLMapViewer
-
Set the default road decorator.
- setDefaultSpaceDecorator(SpaceDecorator) - Method in class maps.gml.view.GMLMapViewer
-
Set the default space decorator.
- setDefined() - Method in class rescuecore2.worldmodel.AbstractProperty
-
Set the property status to defined.
- setDimension(int, int) - Method in class rescuecore2.log.LogExtractor
-
- setDirection(int) - Method in class rescuecore2.standard.entities.Human
-
Set the direction.
- setDirectory(String) - Method in class rescuecore2.misc.java.LoadableTypeProcessor
-
Set the name of the directory to process.
- setEdgeDecorator(EdgeDecorator, GMLEdge...) - Method in class maps.gml.view.DecoratorOverlay
-
Set the EdgeDecorator for a set of GMLEdges.
- setEdgeDecorator(EdgeDecorator, Collection<? extends GMLEdge>) - Method in class maps.gml.view.DecoratorOverlay
-
Set the EdgeDecorator for a set of GMLEdges.
- setEdgeDecorator(EdgeDecorator, GMLEdge...) - Method in class maps.gml.view.GMLMapViewer
-
Set the EdgeDecorator for a set of GMLEdges.
- setEdgeDecorator(EdgeDecorator, Collection<? extends GMLEdge>) - Method in class maps.gml.view.GMLMapViewer
-
Set the EdgeDecorator for a set of GMLEdges.
- setEdges(List<GMLDirectedEdge>) - Method in class maps.gml.GMLShape
-
Set the list of edges.
- setEdges(List<Edge>) - Method in class rescuecore2.standard.entities.Area
-
Set the edges.
- setEdges(List<Edge>) - Method in class rescuecore2.standard.entities.EdgeListProperty
-
Set the list of edges.
- setEnabled(boolean) - Method in class maps.gml.editor.Snap
-
Set whether to enable snapping.
- setEnabled(boolean) - Method in class rescuecore2.misc.gui.PanZoomListener
-
Enable or disable this PanZoomListener.
- setEnd(GMLNode) - Method in class maps.gml.GMLEdge
-
Set the end node.
- setEnd(Point2D) - Method in class maps.gml.view.LineOverlay
-
Set the end coordinate.
- setEnd(Point2D) - Method in class rescuecore2.misc.geometry.Line2D
-
- setEntities(Collection<? extends Entity>) - Method in class rescuecore2.messages.components.EntityListComponent
-
Set the entities that make up this message component.
- setEntity(Entity) - Method in class rescuecore2.messages.components.EntityComponent
-
Set the entity.
- setEntity(AbstractEntity) - Method in class rescuecore2.worldmodel.AbstractProperty
-
Set this property's containing Entity.
- setEntityIDGenerator(EntityIDGenerator) - Method in class kernel.SimulatorProxy
-
Set the EntityIDGenerator.
- setErrors(Collection<ValidationError>) - Method in class maps.gml.view.GMLObjectInspector
-
Set the Collection of ValidationErrors for the Inspector to display in the table.
- setFieryness(int) - Method in class rescuecore2.standard.entities.Building
-
Set the fieryness of this building.
- setFireBrigades(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of fire brigade locations.
- setFireBrigades(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of fire brigades.
- setFireDamage(double) - Method in class misc.HumanAttributes
-
Set the amount of fire damage this human has.
- setFires(Set<Integer>) - Method in class gis2.GisScenario
-
Set the set of fire locations.
- setFires(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of fires.
- setFireStations(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of fire station locations.
- setFireStations(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of fire stations.
- setFixedAspectRatio(boolean) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Set whether to use a fixed aspect ratio or not.
- setFloatValue(String, double) - Method in class rescuecore2.config.Config
-
Set the value of a key as a floating point number.
- setFloors(int) - Method in class maps.gml.GMLBuilding
-
Set the number of floors in this building.
- setFloors(int) - Method in class rescuecore2.standard.entities.Building
-
Set the number of floors in this building.
- setFromLeft(Point2D) - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Set the point that is at the left side of this road at the "from" end.
- setFromRight(Point2D) - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Set the point that is at the right side of this road at the "from" end.
- setGraph(Map<EntityID, Set<EntityID>>) - Method in class sample.SampleSearch
-
Set the neighbourhood graph.
- setGraphSize(int) - Method in class traffic3.simulator.Dijkstra
-
Use This Method only if the Graph Size has Changed ...
- setGridEnabled(boolean) - Method in class maps.gml.view.GMLMapViewer
-
Set whether to draw the grid or not.
- setGridResolution(double) - Method in class maps.gml.view.GMLMapViewer
-
Set the grid resolution.
- setGroundArea(int) - Method in class rescuecore2.standard.entities.Building
-
Set the ground area of this building.
- setHasFireDamage(boolean) - Method in class collapse.CSBuilding
-
- setHeadLeft(Point2D) - Method in class maps.convert.legacy2gml.RoadInfo
-
Set the left corner at the head end.
- setHeadRight(Point2D) - Method in class maps.convert.legacy2gml.RoadInfo
-
Set the right corner at the head end.
- setHP(int) - Method in class rescuecore2.standard.entities.Human
-
Set the hp of this human.
- setIDs(List<EntityID>) - Method in class rescuecore2.messages.components.EntityIDListComponent
-
Set the list of entity IDs in this component.
- setIgnition(boolean) - Method in class rescuecore2.standard.entities.Building
-
Set the ignition property.
- setImportance(int) - Method in class maps.gml.GMLBuilding
-
Set the importance of this building.
- setImportance(int) - Method in class rescuecore2.standard.entities.Building
-
Set the importance of this building.
- setInputNoise(Noise) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
- setInputNoise(Noise) - Method in interface rescuecore2.standard.kernel.comms.Channel
-
Set the input noise object for this channel.
- setInstanceCount(Component, int) - Method in class kernel.KernelStartupOptions
-
Set the number of instances of a type of component to start.
- setIntValue(String, int) - Method in class rescuecore2.config.Config
-
Set the value of a key as an integer.
- setLatitude(int) - Method in class rescuecore2.standard.entities.World
-
Set the latitude property.
- setLayerViewComponent(LayerViewComponent) - Method in class rescuecore2.view.AbstractViewLayer
-
- setLayerViewComponent(LayerViewComponent) - Method in interface rescuecore2.view.ViewLayer
-
Set the LayerViewComponent for this layer.
- setLeft(double) - Method in class maps.gml.view.RectangleOverlay
-
Set the left-hand X coordinate.
- setLocation(double, double) - Method in class traffic3.objects.TrafficAgent
-
Set the location of this agent.
- setLogBytes(boolean) - Method in class rescuecore2.connection.AbstractConnection
-
- setLogBytes(boolean) - Method in interface rescuecore2.connection.Connection
-
Turn byte-level logging on or off.
- setLogContext(String) - Static method in class rescuecore2.log.Logger
-
Set the log context for this thread and all child threads.
- setLongitude(int) - Method in class rescuecore2.standard.entities.World
-
Set the longitude property.
- setMap(GMLMap) - Method in class maps.gml.editor.GMLEditor
-
Set the map.
- setMap(GMLMap) - Method in class maps.gml.view.GMLMapViewer
-
Set the map.
- setMap(GMLMap) - Method in class maps.gml.view.GMLObjectInspector
-
Set the map this inspector should consult for geometry information.
- setMap(OSMMap) - Method in class maps.osm.OSMMapViewer
-
Set the map.
- setMaxVelocity(double) - Method in class traffic3.objects.TrafficAgent
-
Set the maximum velocity of this agent.
- setMobile(boolean) - Method in class traffic3.objects.TrafficAgent
-
Set whether this agent is mobile or not.
- setName(String) - Method in class rescuecore2.connection.AbstractConnection
-
- setName(String) - Method in interface rescuecore2.connection.Connection
-
Set the name for this connection.
- setName(String) - Method in class rescuecore2.score.AbstractScoreFunction
-
Change the name of this score function.
- setNearbyThreshold(double) - Method in class maps.convert.osm2gml.TemporaryMap
-
Set the threshold for deciding if two points are the same.
- setNeighbour(DirectedEdge, TemporaryObject) - Method in class maps.convert.osm2gml.TemporaryObject
-
Set the neighbour through a particular edge.
- setNeighbour(Edge, TemporaryObject) - Method in class maps.convert.osm2gml.TemporaryObject
-
Set the neighbour through a particular edge.
- setNeighbour(GMLDirectedEdge, Integer) - Method in class maps.gml.GMLShape
-
Set the ID of the neighbour through a particular edge.
- setNeighbour(GMLEdge, Integer) - Method in class maps.gml.GMLShape
-
Set the ID of the neighbour through a particular edge.
- setNodeDecorator(NodeDecorator, GMLNode...) - Method in class maps.gml.view.DecoratorOverlay
-
Set the NodeDecorator for a set of GMLNodes.
- setNodeDecorator(NodeDecorator, Collection<? extends GMLNode>) - Method in class maps.gml.view.DecoratorOverlay
-
Set the NodeDecorator for a set of GMLNodes.
- setNodeDecorator(NodeDecorator, GMLNode...) - Method in class maps.gml.view.GMLMapViewer
-
Set the NodeDecorator for a set of GMLNodes.
- setNodeDecorator(NodeDecorator, Collection<? extends GMLNode>) - Method in class maps.gml.view.GMLMapViewer
-
Set the NodeDecorator for a set of GMLNodes.
- setNodeIDs(List<Long>) - Method in class maps.osm.OSMWay
-
Set the IDs of the way nodes.
- setOrigin(Point2D) - Method in class rescuecore2.misc.geometry.Line2D
-
- setOSMInfo(Collection<OSMIntersectionInfo>, Collection<OSMRoadInfo>, Collection<OSMBuildingInfo>) - Method in class maps.convert.osm2gml.TemporaryMap
-
Set the OSMMap information.
- setOutputNoise(Noise) - Method in class rescuecore2.standard.kernel.comms.AbstractChannel
-
- setOutputNoise(Noise) - Method in interface rescuecore2.standard.kernel.comms.Channel
-
Set the output noise object for this channel.
- setPaintNodes(boolean) - Method in class maps.gml.view.GMLMapViewer
-
- setPanOnLeftMouse() - Method in class rescuecore2.misc.gui.PanZoomListener
-
Set the pan trigger modifiers so that pressing the left mouse button triggers panning.
- setPanOnRightMouse() - Method in class rescuecore2.misc.gui.PanZoomListener
-
Set the pan trigger modifiers so that pressing the right mouse button triggers panning.
- setPanTriggerModifiers(int) - Method in class rescuecore2.misc.gui.PanZoomListener
-
Set the modifiers that will trigger panning.
- setPanZoomEnabled(boolean) - Method in class maps.gml.view.GMLMapViewer
-
Enable or disable the pan/zoom feature.
- setPassable(boolean) - Method in class maps.gml.GMLEdge
-
Set the passable flag on this edge.
- setPath(List<PathElement>) - Method in class traffic3.objects.TrafficAgent
-
Set the path this agent wants to take.
- setPerception(Perception) - Method in class kernel.KernelStartupOptions
-
Set the Perception module the kernel should use.
- setPoints(List<GMLCoordinates>) - Method in class maps.gml.GMLEdge
-
Set the points along the edge.
- setPoliceForces(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of police force locations.
- setPoliceForces(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of police forces.
- setPoliceOffices(Collection<Integer>) - Method in class gis2.GisScenario
-
Set the list of police office locations.
- setPoliceOffices(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of police offices.
- setPosition(EntityID) - Method in class rescuecore2.standard.entities.Blockade
-
Set the position.
- setPosition(EntityID) - Method in class rescuecore2.standard.entities.Human
-
Set the position of this human.
- setPosition(EntityID, int, int) - Method in class rescuecore2.standard.entities.Human
-
Set the position of this human.
- setPositionHistory(int[]) - Method in class rescuecore2.standard.entities.Human
-
Set the position history.
- setPositionHistoryEnabled(boolean) - Method in class traffic3.objects.TrafficAgent
-
Enable or disable position history recording.
- setPositionHistoryFrequency(int) - Method in class traffic3.objects.TrafficAgent
-
Set the frequency of position history records.
- setProgress(int) - Method in class maps.convert.ConvertStep
-
Set the progress level.
- setProgress(int) - Method in class maps.gml.editor.ProgressFunction
-
Set the progress level.
- setProgressLimit(int) - Method in class maps.convert.ConvertStep
-
Set the progress maximum.
- setProgressLimit(int) - Method in class maps.gml.editor.ProgressFunction
-
Set the progress maximum.
- setProgressString(String) - Method in class maps.gml.editor.ProgressFunction
-
Set the progress string.
- setRadius(double) - Method in class traffic3.objects.TrafficAgent
-
Set the radius of this agent.
- setRefuges(Set<Integer>) - Method in class gis2.GisScenario
-
Set the set of refuge locations.
- setRefuges(int, int) - Method in class gis2.RandomScenarioGenerator
-
Set the minimum and maximum number of refuges.
- setRegistry(Registry) - Method in class rescuecore2.connection.AbstractConnection
-
- setRegistry(Registry) - Method in interface rescuecore2.connection.Connection
-
Set the Registry that this connection should use for decoding messages and entities.
- setRenderClear(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Clear commands.
- setRenderClearArea(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Clear commands.
- setRenderExtinguish(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Extinguish commands.
- setRenderLoad(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Load commands.
- setRenderMove(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Move commands.
- setRenderRescue(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Rescue commands.
- setRenderUnload(boolean) - Method in class rescuecore2.standard.view.CommandLayer
-
Set whether to render Unload commands.
- setRepairCost(int) - Method in class rescuecore2.standard.entities.Blockade
-
Set the repair cost.
- setResolution(double) - Method in class maps.gml.editor.Snap
-
Set the resolution.
- setRight(double) - Method in class maps.gml.view.RectangleOverlay
-
Set the right-hand X coordinate.
- setRoadDecorator(RoadDecorator, GMLRoad...) - Method in class maps.gml.view.DecoratorOverlay
-
Set the RoadDecorator for a set of GMLRoads.
- setRoadDecorator(RoadDecorator, Collection<? extends GMLRoad>) - Method in class maps.gml.view.DecoratorOverlay
-
Set the RoadDecorator for a set of GMLRoads.
- setRoadDecorator(RoadDecorator, GMLRoad...) - Method in class maps.gml.view.GMLMapViewer
-
Set the RoadDecorator for a set of GMLRoads.
- setRoadDecorator(RoadDecorator, Collection<? extends GMLRoad>) - Method in class maps.gml.view.GMLMapViewer
-
Set the RoadDecorator for a set of GMLRoads.
- setRoadLeft(Point2D) - Method in class maps.convert.legacy2gml.BuildingInfo
-
Set the left corner at the road end.
- setRoadRight(Point2D) - Method in class maps.convert.legacy2gml.BuildingInfo
-
Set the right corner at the road end.
- setScenario(GMLMap, GisScenario) - Method in class gis2.scenario.ScenarioEditor
-
Set the map and scenario.
- setScore(double) - Method in class rescuecore2.Timestep
-
Set the score for this timestep.
- setScreenTransform(ScreenTransform) - Method in class rescuecore2.misc.gui.PanZoomListener
-
Set the screen transform.
- setSpaceDecorator(SpaceDecorator, GMLSpace...) - Method in class maps.gml.view.DecoratorOverlay
-
Set the SpaceDecorator for a set of GMLSpaces.
- setSpaceDecorator(SpaceDecorator, Collection<? extends GMLSpace>) - Method in class maps.gml.view.DecoratorOverlay
-
Set the SpaceDecorator for a set of GMLSpaces.
- setSpaceDecorator(SpaceDecorator, GMLSpace...) - Method in class maps.gml.view.GMLMapViewer
-
Set the SpaceDecorator for a set of GMLSpaces.
- setSpaceDecorator(SpaceDecorator, Collection<? extends GMLSpace>) - Method in class maps.gml.view.GMLMapViewer
-
Set the SpaceDecorator for a set of GMLSpaces.
- setStamina(int) - Method in class rescuecore2.standard.entities.Human
-
Set the stamina of this human.
- setStart(GMLNode) - Method in class maps.gml.GMLEdge
-
Set the start node.
- setStart(Point2D) - Method in class maps.gml.view.LineOverlay
-
Set the start coordinate.
- setStartTime(int) - Method in class rescuecore2.standard.entities.World
-
Set the startTime property.
- setStatus(String) - Method in class maps.convert.ConvertStep
-
Set the status label.
- setTailLeft(Point2D) - Method in class maps.convert.legacy2gml.RoadInfo
-
Set the left corner at the tail end.
- setTailRight(Point2D) - Method in class maps.convert.legacy2gml.RoadInfo
-
Set the right corner at the tail end.
- setTarget(Human) - Method in class human.ControlledAmbulanceTeam
-
Set the target of this ambulance team.
- setTarget(Building) - Method in class human.ControlledFireBrigade
-
Set the target of this fire brigade.
- setTarget(Road) - Method in class human.ControlledPoliceForce
-
Set the target for this police force.
- setTemperature(int) - Method in class rescuecore2.standard.entities.Building
-
Set the temperature of this building.
- setTime(int) - Method in interface kernel.Perception
-
Notify this perception object of the current time.
- setTime(int) - Method in class rescuecore2.messages.AbstractCommand
-
Set the time of the command.
- setTime(int) - Method in class rescuecore2.standard.kernel.LineOfSightPerception
-
- setTime(int) - Method in class rescuecore2.standard.kernel.StandardPerception
-
- setToLeft(Point2D) - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Set the point that is at the left side of this road at the "to" end.
- setTop(double) - Method in class maps.gml.view.RectangleOverlay
-
Set the top Y coordinate.
- setToRight(Point2D) - Method in class maps.convert.osm2gml.OSMRoadInfo
-
Set the point that is at the right side of this road at the "to" end.
- setTotalArea(int) - Method in class rescuecore2.standard.entities.Building
-
Set the total area of this building.
- setTravelDistance(int) - Method in class rescuecore2.standard.entities.Human
-
Set the travel distance.
- setup() - Method in class rescuecore2.misc.WorkerThread
-
Perform any setup necessary before work begins.
- setUseWorldCoordinates(boolean) - Method in class maps.gml.view.LineOverlay
-
Set whether to use world coordinates or not.
- setUseWorldCoordinates(boolean) - Method in class maps.gml.view.RectangleOverlay
-
Set whether to use world coordinates or not.
- setValue(String, String) - Method in class rescuecore2.config.Config
-
Set the value of a key.
- setValue(EntityID) - Method in class rescuecore2.messages.components.EntityIDComponent
-
Set the value of this message component.
- setValue(int) - Method in class rescuecore2.messages.components.IntComponent
-
Set the value of this message component.
- setValue(String) - Method in class rescuecore2.messages.components.StringComponent
-
Set the value of this message component.
- setValue(boolean) - Method in class rescuecore2.worldmodel.properties.BooleanProperty
-
Set the value of this property.
- setValue(double) - Method in class rescuecore2.worldmodel.properties.DoubleProperty
-
Set the value of this property.
- setValue(List<EntityID>) - Method in class rescuecore2.worldmodel.properties.EntityRefListProperty
-
Set the list of ids.
- setValue(EntityID) - Method in class rescuecore2.worldmodel.properties.EntityRefProperty
-
Set the value of this property.
- setValue(int[]) - Method in class rescuecore2.worldmodel.properties.IntArrayProperty
-
Set the value of this property.
- setValue(int) - Method in class rescuecore2.worldmodel.properties.IntProperty
-
Set the value of this property.
- setValue(Point2D) - Method in class rescuecore2.worldmodel.properties.Point2DProperty
-
Set the value of this property.
- setValues(List<Float>) - Method in class rescuecore2.messages.components.FloatListComponent
-
Set the list of values in this component.
- setValues(float...) - Method in class rescuecore2.messages.components.FloatListComponent
-
Set the list of values in this component.
- setValues(List<Integer>) - Method in class rescuecore2.messages.components.IntListComponent
-
Set the list of values in this component.
- setValues(int...) - Method in class rescuecore2.messages.components.IntListComponent
-
Set the list of values in this component.
- setValues(List<String>) - Method in class rescuecore2.messages.components.StringListComponent
-
Set the list of values in this component.
- setValues(String...) - Method in class rescuecore2.messages.components.StringListComponent
-
Set the list of values in this component.
- setVerbose(boolean) - Method in class traffic3.objects.TrafficAgent
-
Turn verbose logging on or off.
- setVisible(boolean) - Method in class rescuecore2.view.AbstractViewLayer
-
- setVisible(boolean) - Method in interface rescuecore2.view.ViewLayer
-
Set whether this layer should be rendered or not.
- setWaitOnRefresh(boolean) - Method in class traffic3.simulator.TrafficSimulatorGUI
-
- setWater(int) - Method in class rescuecore2.standard.entities.FireBrigade
-
Set the amount of water this fire brigade is carrying.
- setWindDirection(int) - Method in class rescuecore2.standard.entities.World
-
Set the windDirection property.
- setWindForce(int) - Method in class rescuecore2.standard.entities.World
-
Set the windForce property.
- setWorldModelCreator(WorldModelCreator) - Method in class kernel.KernelStartupOptions
-
Set the WorldModelCreator the kernel should use.
- setX(double) - Method in class maps.gml.GMLCoordinates
-
Set the X coordinate.
- setX(int) - Method in class rescuecore2.standard.entities.Area
-
Set the X coordinate.
- setX(int) - Method in class rescuecore2.standard.entities.Blockade
-
Set the X coordinate.
- setX(int) - Method in class rescuecore2.standard.entities.Human
-
Set the X coordinate of this human.
- setY(double) - Method in class maps.gml.GMLCoordinates
-
Set the Y coordinate.
- setY(int) - Method in class rescuecore2.standard.entities.Area
-
Set the Y coordinate.
- setY(int) - Method in class rescuecore2.standard.entities.Blockade
-
Set the Y coordinate.
- setY(int) - Method in class rescuecore2.standard.entities.Human
-
Set the y coordinate of this human.
- setZoomTriggerModifiers(int) - Method in class rescuecore2.misc.gui.PanZoomListener
-
Set the modifiers that will trigger zooming.
- ShapeDebugFrame - Class in rescuecore2.misc.gui
-
A JFrame that can be used to debug geometric shape operations.
- ShapeDebugFrame() - Constructor for class rescuecore2.misc.gui.ShapeDebugFrame
-
Construct a new ShapeDebugFrame.
- ShapeDebugFrame.AWTShapeInfo - Class in rescuecore2.misc.gui
-
A ShapeInfo that encapsulates an awt Shape.
- ShapeDebugFrame.Line2DShapeInfo - Class in rescuecore2.misc.gui
-
A ShapeInfo that encapsulates a Line2D.
- ShapeDebugFrame.Point2DShapeInfo - Class in rescuecore2.misc.gui
-
A ShapeInfo that encapsulates a Point2D.
- ShapeDebugFrame.ShapeInfo - Class in rescuecore2.misc.gui
-
This class captures information about a shape that should be displayed on-screen.
- ShapeInfo(Object, String) - Constructor for class rescuecore2.misc.gui.ShapeDebugFrame.ShapeInfo
-
Construct a new ShapeInfo object.
- ShapeTool - Class in gis2.scenario
-
Abstract base class for tools that operate on GML shapes.
- ShapeTool(ScenarioEditor) - Constructor for class gis2.scenario.ShapeTool
-
Construct a ShapeTool.
- shapeToPolygon(GMLShape) - Static method in class maps.validate.JTSTools
-
Create a JTS Polygon form a GMLShape.
- shouldBuryAgent(Building) - Method in class misc.MiscParameters
-
Find out if an agent inside a building should be buried due to collapse.
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceAmbulanceCentreTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceAmbulanceTeamTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceCivilianTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceFireBrigadeTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceFireStationTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceFireTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceGasStationTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceHydrantTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlacePoliceForceTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlacePoliceOfficeTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.PlaceRefugeTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveAmbulanceCentreTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveAmbulanceTeamTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveCivilianTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveFireBrigadeTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveFireStationTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveFireTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveGasStationTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveHydrantTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemovePoliceForceTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemovePoliceOfficeTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.RemoveRefugeTool
-
- shouldHighlight(GMLShape) - Method in class gis2.scenario.ShapeTool
-
Find out if a shape should be highlighted or not.
- shouldIndex() - Method in class rescuecore2.standard.components.StandardAgent
-
Should the world model be automatically indexed?
- shouldIndex() - Method in class sample.SampleCivilian
-
- shouldStop(KernelState) - Method in class kernel.OrTerminationCondition
-
- shouldStop(KernelState) - Method in interface kernel.TerminationCondition
-
Return whether this termination condition has been met.
- shouldStop(KernelState) - Method in class kernel.TimestepTerminationCondition
-
- shouldStop(KernelState) - Method in class rescuecore2.standard.kernel.CiviliansDeadOrRescuedTerminationCondition
-
- show(ChangeSet) - Method in class rescuecore2.misc.gui.ChangeSetComponent
-
Display a ChangeSet.
- show(Rectangle2D) - Method in class rescuecore2.misc.gui.ScreenTransform
-
Zoom and translate to show a particular rectangle.
- show(String, Collection<? extends ShapeDebugFrame.ShapeInfo>...) - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Show a set of ShapeInfo objects.
- show(String, ShapeDebugFrame.ShapeInfo...) - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Show a set of ShapeInfo objects.
- show(String, Collection<ShapeDebugFrame.ShapeInfo>) - Method in class rescuecore2.misc.gui.ShapeDebugFrame
-
Show a set of ShapeInfo objects.
- showTimestep(int) - Method in class rescuecore2.log.LogExtractor
-
Show a particular timestep in the viewer.
- showTimestep(int) - Method in class rescuecore2.log.LogViewer
-
Show a particular timestep in the viewer.
- shutdown() - Method in class kernel.AbstractKernelComponent
-
- shutdown() - Method in class kernel.Kernel
-
Shut down the kernel.
- shutdown() - Method in interface kernel.KernelComponent
-
Shut this component down.
- shutdown() - Method in class rescuecore2.components.AbstractComponent
-
- shutdown() - Method in class rescuecore2.components.AbstractSimulator
-
- shutdown() - Method in interface rescuecore2.components.Component
-
Shut this component down.
- shutdown() - Method in class rescuecore2.connection.AbstractConnection
-
- shutdown() - Method in interface rescuecore2.connection.Connection
-
Shut this connection down.
- shutdown() - Method in class rescuecore2.connection.ConnectionManager
-
Shut down this ConnectionManager.
- Shutdown - Class in rescuecore2.messages.control
-
A message from the kernel indicating that components should shut down.
- Shutdown(InputStream) - Constructor for class rescuecore2.messages.control.Shutdown
-
Construct a Shutdown message that populates its data from a stream.
- Shutdown() - Constructor for class rescuecore2.messages.control.Shutdown
-
Construct a Shutdown message.
- shutdownImpl() - Method in class rescuecore2.connection.AbstractConnection
-
Perform shutdown actions.
- shutdownImpl() - Method in class rescuecore2.connection.StreamConnection
-
- shutdownImpl() - Method in class rescuecore2.connection.TCPConnection
-
- SILVER - Static variable in class maps.convert.osm2gml.Constants
-
- simulationEnded(Kernel) - Method in interface kernel.KernelListener
-
Notification that the kernel has ended the simulation and shut down.
- simulationEnded(Kernel) - Method in class kernel.KernelListenerAdapter
-
- simulationEnded(Kernel) - Method in class kernel.ui.KernelStatus
-
- simulationStarted(Kernel) - Method in interface kernel.KernelListener
-
Notification that the kernel has started the simulation.
- simulationStarted(Kernel) - Method in class kernel.KernelListenerAdapter
-
- simulationStarted(Kernel) - Method in class kernel.ui.KernelStatus
-
- simulationStarted(Kernel) - Method in class rescuecore2.standard.kernel.StandardWorldModelViewerComponent
-
- Simulator - Interface in rescuecore2.components
-
Sub-interface for Simulator components.
- SIMULATOR - Static variable in class rescuecore2.misc.java.LoadableType
-
A Simulator loadable type.
- simulatorAdded(Kernel, SimulatorProxy) - Method in interface kernel.KernelListener
-
Notification that a simulator has been added.
- simulatorAdded(Kernel, SimulatorProxy) - Method in class kernel.KernelListenerAdapter
-
- simulatorAdded(Kernel, SimulatorProxy) - Method in class kernel.ui.KernelStatus
-
- simulatorID - Variable in class rescuecore2.components.AbstractSimulator
-
The ID of this simulator.
- SimulatorProxy - Class in kernel
-
This class is the kernel interface to a simulator.
- SimulatorProxy(String, int, Connection) - Constructor for class kernel.SimulatorProxy
-
Construct a new simulator.
- simulatorRemoved(Kernel, SimulatorProxy) - Method in interface kernel.KernelListener
-
Notification that a simulator has been removed.
- simulatorRemoved(Kernel, SimulatorProxy) - Method in class kernel.KernelListenerAdapter
-
- simulatorRemoved(Kernel, SimulatorProxy) - Method in class kernel.ui.KernelStatus
-
- SIMULATORS_KEY - Static variable in class kernel.KernelConstants
-
The config key for simulator implementations.
- SingleCommandFilter - Class in rescuecore2.standard.kernel
-
A CommandFilter that ensures only one non-communication command is allowed per agent.
- SingleCommandFilter() - Constructor for class rescuecore2.standard.kernel.SingleCommandFilter
-
- size() - Method in class rescuecore2.misc.collections.DelegatingMap
-
- size() - Method in class rescuecore2.misc.collections.LazyMap
-
- size() - Method in class rescuecore2.misc.gui.ListModelList
-
- sizeOf1Metre(OSMMap) - Static method in class maps.convert.osm2gml.ConvertTools
-
Compute the size of one metre in latitude/longitude for an OSMMap.
- sizeOf1Metre(double, double) - Static method in class maps.MapTools
-
Compute the size of one metre in latitude/longitude relative to a reference point.
- SKAcknowledge - Class in rescuecore2.messages.control
-
A message for acknowleding a connection to the kernel.
- SKAcknowledge(InputStream) - Constructor for class rescuecore2.messages.control.SKAcknowledge
-
An SKAcknowledge message that populates its data from a stream.
- SKAcknowledge(int, int) - Constructor for class rescuecore2.messages.control.SKAcknowledge
-
SKAcknowledge message with specific request ID and simulator ID components.
- SKConnect - Class in rescuecore2.messages.control
-
A message for connecting a simulator to the kernel.
- SKConnect(InputStream) - Constructor for class rescuecore2.messages.control.SKConnect
-
An SKConnect message that populates its data from a stream.
- SKConnect(int, int, String) - Constructor for class rescuecore2.messages.control.SKConnect
-
An SKConnect with a given version and request ID.
- SKUpdate - Class in rescuecore2.messages.control
-
A message for sending updates from a simulator to the kernel.
- SKUpdate(InputStream) - Constructor for class rescuecore2.messages.control.SKUpdate
-
An SKUpdate message that populates its data from a stream.
- SKUpdate(int, int, ChangeSet) - Constructor for class rescuecore2.messages.control.SKUpdate
-
SKUpdate message with a specific ID and data component.
- SliderComponent - Class in handy.swing
-
A JComponent that has a JSlider and a JTextField.
- SliderComponent(int, int, int) - Constructor for class handy.swing.SliderComponent
-
Create a vertical SliderComponent with range bounds.
- SliderComponent(int, int, int, int) - Constructor for class handy.swing.SliderComponent
-
Create a SliderComponent with range bounds.
- SliderComponent(JSlider) - Constructor for class handy.swing.SliderComponent
-
Create a SliderComponent with a given slider.
- SliderComponent(JSlider, JTextField) - Constructor for class handy.swing.SliderComponent
-
Create a SliderComponent with a given slider and text field.
- snap(GMLCoordinates) - Method in class maps.gml.editor.GMLEditor
-
Snap coordinates to the grid.
- Snap - Class in maps.gml.editor
-
Class for snapping coordinates to a grid.
- Snap() - Constructor for class maps.gml.editor.Snap
-
Create a disabled Snap with default resolution.
- snap(GMLCoordinates) - Method in class maps.gml.editor.Snap
-
Snap a set of coordinates to the grid.
- sortedList(Collection<T>) - Static method in class rescuecore2.misc.EntityTools
-
Sort a collection of entities by ID and return a sorted list.
- SpaceDecorator - Interface in maps.gml.view
-
Interface for objects that know how to decorate GMLSpaces.
- SpatialIndex - Interface in rescuecore2.misc.geometry.spatialindex
-
Top-level interface for spatial index implementations.
- splitEdge(Edge, Node...) - Method in class maps.convert.osm2gml.TemporaryMap
-
Split an edge into chunks.
- splitEdge(GMLEdge, GMLNode) - Method in class maps.gml.GMLMap
-
Insert a node into an edge.
- SplitEdgesFunction - Class in maps.gml.editor
-
A function for splitting edges that cover nearby nodes.
- SplitEdgesFunction(GMLEditor) - Constructor for class maps.gml.editor.SplitEdgesFunction
-
Construct a SplitEdgesFunction.
- SplitEdgeTool - Class in maps.gml.editor
-
A tool for splitting edges.
- SplitEdgeTool(GMLEditor) - Constructor for class maps.gml.editor.SplitEdgeTool
-
Construct a SplitEdgeTool.
- SplitIntersectingEdgesStep - Class in maps.convert.osm2gml
-
This step splits any edges that intersect.
- SplitIntersectingEdgesStep(TemporaryMap) - Constructor for class maps.convert.osm2gml.SplitIntersectingEdgesStep
-
Construct a SplitIntersectingEdgesStep.
- SplitShapesStep - Class in maps.convert.osm2gml
-
This step splits any shapes that overlap.
- SplitShapesStep(TemporaryMap) - Constructor for class maps.convert.osm2gml.SplitShapesStep
-
Construct a SplitFacesStep.
- SplitShapeTool - Class in maps.gml.editor
-
A tool for creating edges.
- SplitShapeTool(GMLEditor) - Constructor for class maps.gml.editor.SplitShapeTool
-
Construct a CreateEdgeTool.
- SquareNodeDecorator - Class in maps.gml.view
-
A NodeDecorator that draws a square for each node.
- SquareNodeDecorator(Color, int) - Constructor for class maps.gml.view.SquareNodeDecorator
-
Construct a SquareNodeDecorator.
- STANDARD_VIEWER_PREFIX - Static variable in class rescuecore2.standard.view.StandardWorldModelViewer
-
Prefix for setting related to the StandardWorldModelViewer.
- StandardAgent<E extends StandardEntity> - Class in rescuecore2.standard.components
-
Abstract base class for standard agents.
- StandardAgent() - Constructor for class rescuecore2.standard.components.StandardAgent
-
- StandardAgentRegistrar - Class in rescuecore2.standard.kernel
-
Class that registers standard agents.
- StandardAgentRegistrar() - Constructor for class rescuecore2.standard.kernel.StandardAgentRegistrar
-
- StandardCommandCollector - Class in rescuecore2.standard.kernel
-
A CommandCollector that will wait until a non-communication command has been received from each agent.
- StandardCommandCollector() - Constructor for class rescuecore2.standard.kernel.StandardCommandCollector
-
- StandardCommunicationModel - Class in rescuecore2.standard.kernel.comms
-
The legacy communication model: fire brigades talk to fire brigades and the fire station, police to police, ambulance to ambulance and centres talk to centres.
- StandardCommunicationModel() - Constructor for class rescuecore2.standard.kernel.comms.StandardCommunicationModel
-
Construct a StandardCommunicationModel.
- StandardConstants - Class in rescuecore2.standard
-
Useful constants for the standard package.
- StandardEntity - Class in rescuecore2.standard.entities
-
Abstract base class for all standard entities.
- StandardEntity(EntityID) - Constructor for class rescuecore2.standard.entities.StandardEntity
-
Construct a StandardEntity with entirely undefined property values.
- StandardEntity(StandardEntity) - Constructor for class rescuecore2.standard.entities.StandardEntity
-
StandardEntity copy constructor.
- StandardEntityConstants - Class in rescuecore2.standard.entities
-
Constants for the standard entity package.
- StandardEntityConstants.BuildingCode - Enum in rescuecore2.standard.entities
-
Enum defining building codes.
- StandardEntityConstants.Fieryness - Enum in rescuecore2.standard.entities
-
Enum defining different levels of fieryness.
- StandardEntityFactory - Class in rescuecore2.standard.entities
-
EntityFactory that builds standard Robocup Standard objects.
- StandardEntityURN - Enum in rescuecore2.standard.entities
-
URNs for standard entities.
- StandardEntityViewLayer<T extends StandardEntity> - Class in rescuecore2.standard.view
-
An abstract base class for StandardWorldModel view layers that render standard entities.
- StandardEntityViewLayer(Class<T>) - Constructor for class rescuecore2.standard.view.StandardEntityViewLayer
-
Construct a new StandardViewLayer.
- StandardMessageFactory - Class in rescuecore2.standard.messages
-
A factory for standard messages.
- StandardMessageURN - Enum in rescuecore2.standard.messages
-
URNs for standard messages.
- StandardPerception - Class in rescuecore2.standard.kernel
-
Legacy implementation of perception with a GUI.
- StandardPerception() - Constructor for class rescuecore2.standard.kernel.StandardPerception
-
Create a StandardPerception object.
- StandardPropertyFactory - Class in rescuecore2.standard.entities
-
PropertyFactory that builds standard Robocup Standard properties.
- StandardPropertyURN - Enum in rescuecore2.standard.entities
-
URNs for standard property types.
- StandardSimulator - Class in rescuecore2.standard.components
-
Abstract base class for standard simulators.
- StandardSimulator() - Constructor for class rescuecore2.standard.components.StandardSimulator
-
- StandardViewer - Class in rescuecore2.standard.components
-
Abstract base class for standard viewers.
- StandardViewer() - Constructor for class rescuecore2.standard.components.StandardViewer
-
- StandardViewLayer - Class in rescuecore2.standard.view
-
An abstract base class for StandardWorldModel view layers.
- StandardViewLayer() - Constructor for class rescuecore2.standard.view.StandardViewLayer
-
Construct a new StandardViewLayer.
- StandardWorldModel - Class in rescuecore2.standard.entities
-
A wrapper around a WorldModel that indexes Entities by location.
- StandardWorldModel() - Constructor for class rescuecore2.standard.entities.StandardWorldModel
-
Create a StandardWorldModel.
- StandardWorldModelViewer - Class in rescuecore2.standard.view
-
A viewer for StandardWorldModels.
- StandardWorldModelViewer() - Constructor for class rescuecore2.standard.view.StandardWorldModelViewer
-
Construct a standard world model viewer.
- StandardWorldModelViewerComponent - Class in rescuecore2.standard.kernel
-
A KernelGUIComponent that will view a standard world model.
- StandardWorldModelViewerComponent() - Constructor for class rescuecore2.standard.kernel.StandardWorldModelViewerComponent
-
Construct a StandardWorldModelViewerComponent.
- StartKernel - Class in kernel
-
A class for launching the kernel.
- StartLogRecord - Class in rescuecore2.log
-
Marker record at the start of the log.
- StartLogRecord() - Constructor for class rescuecore2.log.StartLogRecord
-
Construct a new StartLogRecord.
- StartLogRecord(InputStream) - Constructor for class rescuecore2.log.StartLogRecord
-
Construct a new StartLogRecord and read data from an InputStream.
- startup() - Method in class rescuecore2.connection.AbstractConnection
-
- startup() - Method in interface rescuecore2.connection.Connection
-
Start this connection up.
- startupImpl() - Method in class rescuecore2.connection.AbstractConnection
-
Perform startup actions.
- startupImpl() - Method in class rescuecore2.connection.StreamConnection
-
- StaticNoise - Class in rescuecore2.standard.kernel.comms
-
Static noise flips bits in the message with some probability.
- StaticNoise(double, Random) - Constructor for class rescuecore2.standard.kernel.comms.StaticNoise
-
Construct a StaticNoise object that will flip bits with some probability.
- step() - Method in class maps.convert.ConvertStep
-
Perform the step.
- step() - Method in class maps.convert.osm2gml.CleanOSMStep
-
- step() - Method in class maps.convert.osm2gml.ComputePassableEdgesStep
-
- step() - Method in class maps.convert.osm2gml.CreateBuildingsStep
-
- step() - Method in class maps.convert.osm2gml.CreateEntrancesStep
-
- step() - Method in class maps.convert.osm2gml.MakeObjectsStep
-
- step() - Method in class maps.convert.osm2gml.MakeTempObjectsStep
-
- step() - Method in class maps.convert.osm2gml.MergeShapesStep
-
- step() - Method in class maps.convert.osm2gml.PruneStep
-
- step() - Method in class maps.convert.osm2gml.RemoveShapesStep
-
- step() - Method in class maps.convert.osm2gml.ScanOSMStep
-
- step() - Method in class maps.convert.osm2gml.SplitIntersectingEdgesStep
-
- step() - Method in class maps.convert.osm2gml.SplitShapesStep
-
- step() - Method in class rescuecore2.log.LogExtractor
-
- step(double) - Method in class traffic3.objects.TrafficAgent
-
Execute a microstep.
- StreamConnection - Class in rescuecore2.connection
-
Connection implementation that uses InputStreams and OutputStreams.
- StreamConnection(InputStream, OutputStream) - Constructor for class rescuecore2.connection.StreamConnection
-
Create a StreamConnection.
- StreamLogReader - Class in rescuecore2.log
-
An class for reading kernel logs from a stream.
- StreamLogReader(InputStream, Registry) - Constructor for class rescuecore2.log.StreamLogReader
-
Construct a StreamLogReader.
- StreamLogWriter - Class in rescuecore2.log
-
A class for writing the kernel log to an output stream.
- StreamLogWriter(OutputStream) - Constructor for class rescuecore2.log.StreamLogWriter
-
Create a stream log writer.
- StringComponent - Class in rescuecore2.messages.components
-
A string component to a message.
- StringComponent(String) - Constructor for class rescuecore2.messages.components.StringComponent
-
Construct a StringComponent with no content.
- StringComponent(String, String) - Constructor for class rescuecore2.messages.components.StringComponent
-
Construct a StringComponent with a specific value.
- StringListComponent - Class in rescuecore2.messages.components
-
A message component that is a list of strings.
- StringListComponent(String) - Constructor for class rescuecore2.messages.components.StringListComponent
-
Construct an StringListComponent with no data.
- StringListComponent(String, List<String>) - Constructor for class rescuecore2.messages.components.StringListComponent
-
Construct an StringListComponent with a list of strings.
- subList(int, int) - Method in class rescuecore2.misc.gui.ListModelList
-
- subscribers - Variable in class rescuecore2.standard.kernel.comms.AbstractChannel
-
The set of subscribers.
- surface(Area) - Static method in class clear.Geometry
-
- SYSTEM_REGISTRY - Static variable in class rescuecore2.registry.Registry
-
The system-(or at least Classloader)-wide Registry.