| Package | Description | 
|---|---|
| jadex.bpmn.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
ThreadContext | 
ThreadContext.getParent()
Get the parent context. 
 | 
ThreadContext | 
ThreadContext.getSubcontext(ProcessThread thread)
Get the subcontext of a thread. 
 | 
ThreadContext | 
ProcessThread.getThreadContext()
Get the thread context 
 | 
ThreadContext | 
BpmnInterpreter.getThreadContext()
Get the thread context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThreadContext.addSubcontext(ThreadContext context)
Add a sub context. 
 | 
void | 
ThreadContext.removeSubcontext(ThreadContext context)
Remove a sub context but keep the corresponding thread. 
 | 
void | 
ProcessThread.setThreadContext(ThreadContext context)
Set the context. 
 | 
| Constructor and Description | 
|---|
ProcessThread(String id,
             jadex.bpmn.model.MActivity activity,
             ThreadContext context,
             BpmnInterpreter instance)
Create a new process instance. 
 | 
Copyright © 2013. All Rights Reserved.