Package jadex.bpmn.runtime.impl
Class BpmnProcessModelFeature
java.lang.Object
jadex.bpmn.runtime.impl.BpmnProcessModelFeature
- All Implemented Interfaces:
jadex.common.IValueFetcher
,jadex.model.IModelFeature
,jadex.model.impl.IInternalModelFeature
,jadex.model.IParameterGuesserProvider
public class BpmnProcessModelFeature
extends Object
implements jadex.model.IModelFeature, jadex.model.impl.IInternalModelFeature, jadex.model.IParameterGuesserProvider, jadex.common.IValueFetcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.common.IParameterGuesser
protected jadex.model.modelinfo.IModelInfo
protected BpmnProcess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchValue
(String name) Add $pojoagent to fetcher.jadex.common.IValueFetcher
jadex.model.modelinfo.IModelInfo
getModel()
jadex.common.IParameterGuesser
void
setModel
(jadex.model.modelinfo.IModelInfo model)
-
Field Details
-
self
-
model
protected jadex.model.modelinfo.IModelInfo model -
guesser
protected jadex.common.IParameterGuesser guesser
-
-
Constructor Details
-
BpmnProcessModelFeature
-
-
Method Details
-
getParameterGuesser
public jadex.common.IParameterGuesser getParameterGuesser()- Specified by:
getParameterGuesser
in interfacejadex.model.IModelFeature
- Specified by:
getParameterGuesser
in interfacejadex.model.IParameterGuesserProvider
-
fetchValue
Add $pojoagent to fetcher.- Specified by:
fetchValue
in interfacejadex.common.IValueFetcher
-
getModel
public jadex.model.modelinfo.IModelInfo getModel()- Specified by:
getModel
in interfacejadex.model.IModelFeature
-
setModel
public void setModel(jadex.model.modelinfo.IModelInfo model) - Specified by:
setModel
in interfacejadex.model.impl.IInternalModelFeature
-
getFetcher
public jadex.common.IValueFetcher getFetcher()- Specified by:
getFetcher
in interfacejadex.model.IModelFeature
-