Package jadex.bpmn.model
Class MEdge
- Direct Known Subclasses:
MDataEdge
,MMessagingEdge
,MSequenceEdge
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MActivity
The edge source.protected MActivity
The edge target.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
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
-
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.
-