Process data
Process data
the type of the output of the process computation
Value resulting from the process computation
Flag indicating if the data belongs to the generator of the process instance
Flag indicating if the process is being stopped
Counter indicating progress in process instance execution
Distance from the source (i.e., the generator) of the process instance
Values representing how many rounds/time have passed without seeing a new counter value
Process definition.
Process definition. A process has:
the type of the output of the process computation
a behaviour (process logic)
a maximum spatial extension
a metric used to calculate its spatial extension
a time value for garbage-collection
Process instance
Process instance
the type of the output of the process computation
UID for the process instance
The process from which this instance comes from
Data associated with this process instance
(Since version ) see corresponding Javadoc for more information.