public class CreateCollectionTruckProcess
extends jadex.commons.SimplePropertyObject
implements jadex.extension.envsupport.environment.ISpaceProcess
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<jadex.extension.envsupport.environment.ISpaceObject> |
ongoing |
| Constructor and Description |
|---|
CreateCollectionTruckProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(jadex.bridge.service.types.clock.IClockService clock,
jadex.extension.envsupport.environment.IEnvironmentSpace space)
Executes the environment process
|
void |
shutdown(jadex.extension.envsupport.environment.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,
jadex.extension.envsupport.environment.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 java.util.Set<jadex.extension.envsupport.environment.ISpaceObject> ongoing
public void start(jadex.bridge.service.types.clock.IClockService clock,
jadex.extension.envsupport.environment.IEnvironmentSpace space)
start in interface jadex.extension.envsupport.environment.ISpaceProcessclock - The clock.space - The space this process is running in.public void shutdown(jadex.extension.envsupport.environment.IEnvironmentSpace space)
shutdown in interface jadex.extension.envsupport.environment.ISpaceProcessclock - The clock.space - The space this process is running in.public void execute(jadex.bridge.service.types.clock.IClockService clock,
jadex.extension.envsupport.environment.IEnvironmentSpace space)
execute in interface jadex.extension.envsupport.environment.ISpaceProcessclock - The clock.space - The space this process is running in.