Package jadex.bpmn.runtime
Class BpmnProcess
java.lang.Object
jadex.core.impl.Component
jadex.bpmn.runtime.BpmnProcess
- All Implemented Interfaces:
jadex.core.IComponent
public class BpmnProcess
extends jadex.core.impl.Component
-
Field Summary
FieldsFields inherited from class jadex.core.impl.Component
access, accessfactory, features, id, providersFields inherited from interface jadex.core.IComponent
COMPONENT_ADDED, COMPONENT_LASTREMOVED, COMPONENT_REMOVED -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBpmnProcess(RBpmnProcess info, jadex.model.modelinfo.IModelInfo model, jadex.core.ComponentIdentifier cid) protectedBpmnProcess(Object pojo, jadex.model.modelinfo.IModelInfo model, jadex.core.ComponentIdentifier cid) -
Method Summary
Modifier and TypeMethodDescriptionstatic jadex.core.IExternalAccessstatic jadex.core.IExternalAccessprotected static ObjectcreatePojo(jadex.model.modelinfo.IModelInfo model) getPojo()static jadex.model.modelinfo.IModelInfoLoad a model.Methods inherited from class jadex.core.impl.Component
createComponent, getClassLoader, getExternalAccess, getExternalAccess, getFeature, getFeatures, getId, handleException, hasFeature, putFeature, setExternalAccessFactory, terminateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jadex.core.IComponent
waitForTermination
-
Field Details
-
loader
-
pojo
-
-
Constructor Details
-
BpmnProcess
protected BpmnProcess(RBpmnProcess info, jadex.model.modelinfo.IModelInfo model, jadex.core.ComponentIdentifier cid) -
BpmnProcess
protected BpmnProcess(Object pojo, jadex.model.modelinfo.IModelInfo model, jadex.core.ComponentIdentifier cid)
-
-
Method Details
-
create
-
create
-
getPojo
- Specified by:
getPojoin interfacejadex.core.IComponent- Overrides:
getPojoin classjadex.core.impl.Component
-
createPojo
-
loadModel
Load a model.- Parameters:
model- The model (e.g. file name).The- imports (if any).- Returns:
- The loaded model.
-