public class DiffusionProcess extends SimplePropertyObject implements ISpaceProcess
ID| Constructor and Description |
|---|
DiffusionProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(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(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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyNames, hasProperty, setPropertypublic void start(IClockService clock, IEnvironmentSpace space)
start in interface ISpaceProcessclock - The clock.space - The space this process is running in.public void shutdown(IEnvironmentSpace space)
shutdown in interface ISpaceProcessclock - The clock.space - The space this process is running in.public void execute(IClockService clock, IEnvironmentSpace space)
execute in interface ISpaceProcessclock - The clock.space - The space this process is running in.Copyright © 2013. All Rights Reserved.