public class MDataEdge extends MEdge
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.modelinfo.UnparsedExpression |
parametermapping
The parameter mappings.
|
protected java.lang.String |
sourceparam
The source parameter.
|
protected java.lang.String |
targetparam
The target parameter.
|
associations, associationsdescriptiondescription, nameannotationsid, ID_GENERATOR| Constructor and Description |
|---|
MDataEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(MActivity source,
java.lang.String sourceparam,
MActivity target,
java.lang.String targetparam)
Helper method connecting two activity parameters using this edge.
|
void |
disconnect()
Helper method disconnecting this edge.
|
jadex.bridge.modelinfo.UnparsedExpression |
getParameterMapping()
Get the parametermapping.
|
java.lang.String |
getSourceParameter()
Get the sourceparam.
|
java.lang.String |
getTargetParameter()
Get the targetparam.
|
void |
setParameterMapping(jadex.bridge.modelinfo.UnparsedExpression valmap)
Set the parameter mapping.
|
void |
setSourceParameter(java.lang.String sourceparam)
Set the sourceparam.
|
void |
setTargetParameter(java.lang.String targetparam)
Set the targetparam.
|
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescriptiongetDescription, getName, setDescription, setNameaddAnnotation, getAnnotationsequals, getId, hashCode, setIdprotected java.lang.String sourceparam
protected java.lang.String targetparam
protected jadex.bridge.modelinfo.UnparsedExpression parametermapping
public void connect(MActivity source, java.lang.String sourceparam, MActivity target, java.lang.String targetparam)
source - The new source activity.sourceparam - The new source activity parameter.target - The new target activity.targetparam - The new target activity parameter.public void disconnect()
public java.lang.String getSourceParameter()
public void setSourceParameter(java.lang.String sourceparam)
sourceparam - The sourceparam to set.public java.lang.String getTargetParameter()
public void setTargetParameter(java.lang.String targetparam)
targetparam - The targetparam to set.public jadex.bridge.modelinfo.UnparsedExpression getParameterMapping()
public void setParameterMapping(jadex.bridge.modelinfo.UnparsedExpression valmap)