Package jadex.bpmn.model
Class MEdge
- java.lang.Object
- 
- Direct Known Subclasses:
- MDataEdge,- MMessagingEdge,- MSequenceEdge
 
 public class MEdge extends MAssociationTarget 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MActivitysourceThe edge source.protected MActivitytargetThe edge target.- 
Fields inherited from class jadex.bpmn.model.MAssociationTargetassociations, associationsdescription
 - 
Fields inherited from class jadex.bpmn.model.MNamedIdElementdescription, name
 - 
Fields inherited from class jadex.bpmn.model.MAnnotationElementannotations
 - 
Fields inherited from class jadex.bpmn.model.MIdElementid, ID_GENERATOR
 
- 
 - 
Constructor SummaryConstructors Constructor Description MEdge()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MActivitygetSource()Get the source.MActivitygetTarget()Get the target.voidsetSource(MActivity source)Set the source.voidsetTarget(MActivity target)Set the target.- 
Methods inherited from class jadex.bpmn.model.MAssociationTargetaddAssociation, getAssociations, getAssociationsDescription, removeAssociation, setAssociationsDescription
 - 
Methods inherited from class jadex.bpmn.model.MNamedIdElementgetDescription, getName, setDescription, setName
 - 
Methods inherited from class jadex.bpmn.model.MAnnotationElementaddAnnotation, getAnnotations
 - 
Methods inherited from class jadex.bpmn.model.MIdElementequals, getId, hashCode, setId
 
- 
 
- 
- 
- 
Method Detail- 
getSourcepublic MActivity getSource() Get the source.- Returns:
- The source.
 
 - 
setSourcepublic void setSource(MActivity source) Set the source.
 - 
getTargetpublic MActivity getTarget() Get the target.- Returns:
- The target.
 
 - 
setTargetpublic void setTarget(MActivity target) Set the target.- Parameters:
- target- The target.
 
 
- 
 
-