|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.commons.SimplePropertyObject
jadex.micro.examples.heatbugs.DiffusionProcess
public class DiffusionProcess
Diffusion process.
| Field Summary | |
|---|---|
protected double |
lasttick
The last tick. |
| Fields inherited from class jadex.commons.SimplePropertyObject |
|---|
pcs, properties |
| Fields inherited from interface jadex.application.space.envsupport.environment.ISpaceProcess |
|---|
ID |
| Constructor Summary | |
|---|---|
DiffusionProcess()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class jadex.commons.SimplePropertyObject |
|---|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jadex.commons.IPropertyObject |
|---|
getProperty, getPropertyNames, hasProperty, setProperty |
| Field Detail |
|---|
protected double lasttick
| Constructor Detail |
|---|
public DiffusionProcess()
| Method Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||