Package jadex.bpmn.model
Class MMessagingEdge
A messaging edge is an edge describing a message flow between some sender and receiver.
Used only for communication across pools.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe source description.protected StringThe target description.protected StringThe type.Fields inherited from class jadex.bpmn.model.MAssociationTarget
associations, associationsdescriptionFields inherited from class jadex.bpmn.model.MNamedIdElement
description, nameFields inherited from class jadex.bpmn.model.MAnnotationElement
annotationsFields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidHelper method connecting two activities using this edge.Get the xml source description.Get the xml target description.getType()Get the type.voidsetSourceDescription(String sourcedescription) Set the xml source description.voidsetTargetDescription(String targetdescription) Set the xml target Description.voidSet the type.Methods inherited from class jadex.bpmn.model.MAssociationTarget
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescriptionMethods inherited from class jadex.bpmn.model.MNamedIdElement
getDescription, getName, setDescription, setNameMethods inherited from class jadex.bpmn.model.MAnnotationElement
addAnnotation, getAnnotationsMethods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
sourcedescription
The source description. -
targetdescription
The target description. -
type
The type.
-
-
Constructor Details
-
MMessagingEdge
public MMessagingEdge()
-
-
Method Details
-
connect
Helper method connecting two activities using this edge. The previous connection is removed.- Parameters:
source- New source of the edge.target- New target of the edge.
-
getSourceDescription
Get the xml source description.- Returns:
- The source description.
-
setSourceDescription
Set the xml source description.- Parameters:
sourcedescription- The xml source description to set.
-
getTargetDescription
Get the xml target description.- Returns:
- The target description.
-
setTargetDescription
Set the xml target Description.- Parameters:
targetdescription- The target description to set.
-
getType
Get the type.- Returns:
- The type.
-
setType
Set the type.- Parameters:
type- The type to set.
-