Class ProcessEngineAgent.ProcessInfo
- java.lang.Object
- 
- jadex.platform.service.processengine.ProcessEngineAgent.ProcessInfo
 
- 
- Enclosing class:
- ProcessEngineAgent
 
 public static class ProcessEngineAgent.ProcessInfo extends java.lang.ObjectProcess info struct.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IComponentIdentifiercidThe process instance cid.protected Tuple2<java.lang.String,IResourceIdentifier>model
 - 
Constructor SummaryConstructors Constructor Description ProcessInfo(Tuple2<java.lang.String,IResourceIdentifier> model, IComponentIdentifier cid)Create a new ProcessInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentIdentifiergetCid()Get the cid.Tuple2<java.lang.String,IResourceIdentifier>getModel()Get the model.voidsetCid(IComponentIdentifier cid)Set the cid.voidsetModel(Tuple2<java.lang.String,IResourceIdentifier> model)Set the model.
 
- 
- 
- 
Field Detail- 
modelprotected Tuple2<java.lang.String,IResourceIdentifier> model 
 - 
cidprotected IComponentIdentifier cid The process instance cid.
 
- 
 - 
Constructor Detail- 
ProcessInfopublic ProcessInfo(Tuple2<java.lang.String,IResourceIdentifier> model, IComponentIdentifier cid) Create a new ProcessInfo.
 
- 
 - 
Method Detail- 
getCidpublic IComponentIdentifier getCid() Get the cid. return The cid.
 - 
setCidpublic void setCid(IComponentIdentifier cid) Set the cid.- Parameters:
- cid- The cid to set.
 
 - 
getModelpublic Tuple2<java.lang.String,IResourceIdentifier> getModel() Get the model. return The model.
 - 
setModelpublic void setModel(Tuple2<java.lang.String,IResourceIdentifier> model) Set the model.- Parameters:
- model- The model to set.
 
 
- 
 
-