public class MMessagingEdge extends MAssociationTarget
Constructor and Description |
---|
MMessagingEdge() |
Modifier and Type | Method and Description |
---|---|
MActivity |
getSource()
Get the source.
|
String |
getSourceDescription()
Get the xml source description.
|
MActivity |
getTarget()
Get the target.
|
String |
getTargetDescription()
Get the xml target description.
|
String |
getType()
Get the type.
|
void |
setSource(MActivity source)
Set the source.
|
void |
setSourceDescription(String sourcedescription)
Set the xml source description.
|
void |
setTarget(MActivity target)
Set the target.
|
void |
setTargetDescription(String targetdescription)
Set the xml target Description.
|
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 String getSourceDescription()
public void setSourceDescription(String sourcedescription)
sourcedescription
- The xml source description to set.public String getTargetDescription()
public void setTargetDescription(String targetdescription)
targetdescription
- The target description to set.public MActivity getSource()
public void setSource(MActivity source)
source
- The source.public MActivity getTarget()
target
- The target.public void setTarget(MActivity target)
target
- The target.public String getType()
public void setType(String type)
type
- The type to set.Copyright © 2012. All Rights Reserved.