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 String
The source description.protected String
The target description.protected String
The type.Fields inherited from class jadex.bpmn.model.MAssociationTarget
associations, associationsdescription
Fields inherited from class jadex.bpmn.model.MNamedIdElement
description, name
Fields inherited from class jadex.bpmn.model.MAnnotationElement
annotations
Fields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Helper method connecting two activities using this edge.Get the xml source description.Get the xml target description.getType()
Get the type.void
setSourceDescription
(String sourcedescription) Set the xml source description.void
setTargetDescription
(String targetdescription) Set the xml target Description.void
Set the type.Methods inherited from class jadex.bpmn.model.MAssociationTarget
addAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescription
Methods inherited from class jadex.bpmn.model.MNamedIdElement
getDescription, getName, setDescription, setName
Methods inherited from class jadex.bpmn.model.MAnnotationElement
addAnnotation, getAnnotations
Methods 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.
-