Class BpmnPersistInfo

  • All Implemented Interfaces:
    IPersistInfo

    public class BpmnPersistInfo
    extends jadex.kernelbase.DefaultPersistInfo
    Class containing persistence information about a Bpmn process instance.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ThreadInfo topthread
      The context variables.
      • Fields inherited from class jadex.kernelbase.DefaultPersistInfo

        arguments, config, desc, modelfilename, properties, results
    • Method Summary

      • Methods inherited from class jadex.kernelbase.DefaultPersistInfo

        getArguments, getComponentDescription, getConfig, getModelFileName, getProperties, getResults, setArguments, setComponentDescription, setConfig, setModelFileName, setProperties, setResults
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.