public class MMessagingEdge extends MEdge
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
sourcedescription
The source description.
|
protected java.lang.String |
targetdescription
The target description.
|
protected java.lang.String |
type
The type.
|
associations, associationsdescriptiondescription, nameannotationsid, ID_GENERATOR| Constructor and Description |
|---|
MMessagingEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(MActivity source,
MActivity target)
Helper method connecting two activities using this edge.
|
java.lang.String |
getSourceDescription()
Get the xml source description.
|
java.lang.String |
getTargetDescription()
Get the xml target description.
|
java.lang.String |
getType()
Get the type.
|
void |
setSourceDescription(java.lang.String sourcedescription)
Set the xml source description.
|
void |
setTargetDescription(java.lang.String targetdescription)
Set the xml target Description.
|
void |
setType(java.lang.String type)
Set the type.
|
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescriptiongetDescription, getName, setDescription, setNameaddAnnotation, getAnnotationsequals, getId, hashCode, setIdprotected java.lang.String sourcedescription
protected java.lang.String targetdescription
protected java.lang.String type
public void connect(MActivity source, MActivity target)
source - New source of the edge.target - New target of the edge.public java.lang.String getSourceDescription()
public void setSourceDescription(java.lang.String sourcedescription)
sourcedescription - The xml source description to set.public java.lang.String getTargetDescription()
public void setTargetDescription(java.lang.String targetdescription)
targetdescription - The target description to set.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.