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.IParameterGuesserprotected jadex.model.modelinfo.IModelInfoprotected BpmnProcess -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchValue(String name) Add $pojoagent to fetcher.jadex.common.IValueFetcherjadex.model.modelinfo.IModelInfogetModel()jadex.common.IParameterGuesservoidsetModel(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:
getParameterGuesserin interfacejadex.model.IModelFeature- Specified by:
getParameterGuesserin interfacejadex.model.IParameterGuesserProvider
-
fetchValue
Add $pojoagent to fetcher.- Specified by:
fetchValuein interfacejadex.common.IValueFetcher
-
getModel
public jadex.model.modelinfo.IModelInfo getModel()- Specified by:
getModelin interfacejadex.model.IModelFeature
-
setModel
public void setModel(jadex.model.modelinfo.IModelInfo model) - Specified by:
setModelin interfacejadex.model.impl.IInternalModelFeature
-
getFetcher
public jadex.common.IValueFetcher getFetcher()- Specified by:
getFetcherin interfacejadex.model.IModelFeature
-