Package jadex.bpmn.model
Class MEdge
- Direct Known Subclasses:
MDataEdge,MMessagingEdge,MSequenceEdge
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MActivityThe edge source.protected MActivityThe edge target.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
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
-
source
The edge source. -
target
The edge target.
-
-
Constructor Details
-
MEdge
public MEdge()
-
-
Method Details
-
getSource
Get the source.- Returns:
- The source.
-
setSource
Set the source. -
getTarget
Get the target.- Returns:
- The target.
-
setTarget
Set the target.- Parameters:
target- The target.
-