public class CompositeCancelable extends java.lang.Object implements ICancelable
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
instance |
protected java.util.List<jadex.bpmn.model.MSequenceEdge> |
outgoing |
protected ICancelable[] |
subcancelinfos |
protected ProcessThread |
thread |
Constructor and Description |
---|
CompositeCancelable(java.util.List<jadex.bpmn.model.MSequenceEdge> outgoing,
ProcessThread thread,
jadex.bridge.IInternalAccess instance,
ICancelable[] subcancelinfos)
Create a new CompositeCancelable.
|
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
cancel()
Cancel the activity.
|
ICancelable[] |
getSubcancelInfos()
Get the subcancelinfos.
|
protected java.util.List<jadex.bpmn.model.MSequenceEdge> outgoing
protected ProcessThread thread
protected jadex.bridge.IInternalAccess instance
protected ICancelable[] subcancelinfos
public CompositeCancelable(java.util.List<jadex.bpmn.model.MSequenceEdge> outgoing, ProcessThread thread, jadex.bridge.IInternalAccess instance, ICancelable[] subcancelinfos)
public jadex.commons.future.IFuture<java.lang.Void> cancel()
cancel
in interface ICancelable
public ICancelable[] getSubcancelInfos()