protected class Space2D.KdTreeProcess extends jadex.commons.SimplePropertyObject implements ISpaceProcess
| Modifier and Type | Field and Description |
|---|---|
protected KdTree |
kdtree
The kd-tree
|
ID| Constructor and Description |
|---|
KdTreeProcess(KdTree kdTree)
Creates a new update process for a kd-tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(jadex.bridge.service.types.clock.IClockService clock,
IEnvironmentSpace space)
Executes the environment process
|
void |
shutdown(IEnvironmentSpace space)
This method will be executed by the object before the process is removed
from the execution queue.
|
void |
start(jadex.bridge.service.types.clock.IClockService clock,
IEnvironmentSpace space)
This method will be executed by the object before the process gets added
to the execution queue.
|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toStringprotected KdTree kdtree
public KdTreeProcess(KdTree kdTree)
kdTree - The kd-tree.public void execute(jadex.bridge.service.types.clock.IClockService clock,
IEnvironmentSpace space)
ISpaceProcessexecute in interface ISpaceProcessclock - The clock.space - The space this process is running in.public void shutdown(IEnvironmentSpace space)
ISpaceProcessshutdown in interface ISpaceProcessspace - The space this process is running in.public void start(jadex.bridge.service.types.clock.IClockService clock,
IEnvironmentSpace space)
ISpaceProcessstart in interface ISpaceProcessclock - The clock.space - The space this process is running in.