Package jadex.bpmn.runtime.persist
Class BpmnPersistInfo
- java.lang.Object
 - 
- jadex.kernelbase.DefaultPersistInfo
 - 
- jadex.bpmn.runtime.persist.BpmnPersistInfo
 
 
 
- 
- All Implemented Interfaces:
 IPersistInfo
public class BpmnPersistInfo extends jadex.kernelbase.DefaultPersistInfoClass containing persistence information about a Bpmn process instance. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected ThreadInfotopthreadThe context variables. 
- 
Constructor Summary
Constructors Constructor Description BpmnPersistInfo()Create an empty persist info.BpmnPersistInfo(IInternalAccess interpreter)Create a new BpmnPersistInfo. 
 - 
 
- 
- 
Field Detail
- 
topthread
protected ThreadInfo topthread
The context variables. 
 - 
 
- 
Constructor Detail
- 
BpmnPersistInfo
public BpmnPersistInfo()
Create an empty persist info. 
- 
BpmnPersistInfo
public BpmnPersistInfo(IInternalAccess interpreter)
Create a new BpmnPersistInfo. 
 - 
 
 -