public class MEdge extends MAssociationTarget
| Modifier and Type | Field and Description |
|---|---|
protected MActivity |
source
The edge source.
|
protected MActivity |
target
The edge target.
|
associations, associationsdescriptiondescription, nameannotationsid, ID_GENERATOR| Constructor and Description |
|---|
MEdge() |
| Modifier and Type | Method and Description |
|---|---|
MActivity |
getSource()
Get the source.
|
MActivity |
getTarget()
Get the target.
|
void |
setSource(MActivity source)
Set the source.
|
void |
setTarget(MActivity target)
Set the target.
|
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescriptiongetDescription, getName, setDescription, setNameaddAnnotation, getAnnotationsequals, getId, hashCode, setIdprotected MActivity source
protected MActivity target
public MActivity getSource()
public void setSource(MActivity source)
public MActivity getTarget()
public void setTarget(MActivity target)
target - The target.