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 SummaryFields Modifier and Type Field Description protected ThreadInfotopthreadThe context variables.
 - 
Constructor SummaryConstructors Constructor Description BpmnPersistInfo()Create an empty persist info.BpmnPersistInfo(IInternalAccess interpreter)Create a new BpmnPersistInfo.
 
- 
- 
- 
Field Detail- 
topthreadprotected ThreadInfo topthread The context variables.
 
- 
 - 
Constructor Detail- 
BpmnPersistInfopublic BpmnPersistInfo() Create an empty persist info.
 - 
BpmnPersistInfopublic BpmnPersistInfo(IInternalAccess interpreter) Create a new BpmnPersistInfo.
 
- 
 
-