public class MSequenceEdge extends MAssociationTarget
Constructor and Description |
---|
MSequenceEdge() |
Modifier and Type | Method and Description |
---|---|
void |
addParameterMapping(String name,
IParsedExpression exp,
IParsedExpression iexp)
Add a parameter mapping.
|
IParsedExpression |
getCondition()
Get the condition.
|
Map |
getParameterMappings()
Get the parameter mappings map.
|
MActivity |
getSource()
Get the source.
|
MActivity |
getTarget()
Get the target.
|
String |
getType()
Get the type.
|
boolean |
isDefault()
Get the default flag.
|
void |
setCondition(IParsedExpression condition)
Set the condition.
|
void |
setDefault(boolean def)
Set the default flag.
|
void |
setSource(MActivity source)
Set the source.
|
void |
setTarget(MActivity target)
Set the target.
|
void |
setType(String type)
Set the type.
|
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescription
getDescription, getName, getPropertyNames, getPropertyValue, hasPropertyValue, setDescription, setName, setPropertyValue
addAnnotation, getAnnotations
getId, setId
public MActivity getSource()
public void setSource(MActivity source)
public MActivity getTarget()
public void setTarget(MActivity target)
target
- The target.public String getType()
public void setType(String type)
type
- The type to set.public boolean isDefault()
public void setDefault(boolean def)
def
- The default flag.public void setCondition(IParsedExpression condition)
condition
- The condition.public IParsedExpression getCondition()
public void addParameterMapping(String name, IParsedExpression exp, IParsedExpression iexp)
name
- The parameter name.exp
- The expression.iexp
- The index expression, when setting a entry of an array parameter.public Map getParameterMappings()
Copyright © 2012. All Rights Reserved.