public class MEdge extends MAssociationTarget
Modifier and Type | Field and Description |
---|---|
protected MActivity |
source
The edge source.
|
protected MActivity |
target
The edge target.
|
associations, associationsdescription
description, name
annotations
id, 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, setAssociationsDescription
getDescription, getName, setDescription, setName
addAnnotation, getAnnotations
equals, getId, hashCode, setId
protected MActivity source
protected MActivity target
public MActivity getSource()
public void setSource(MActivity source)
public MActivity getTarget()
public void setTarget(MActivity target)
target
- The target.