Package jadex.bpmn.model
Class MAssociation
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationElement
jadex.bpmn.model.MAssociation
An association is a connection between an
artifact and some other thing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MArtifact
The source.protected MAssociationTarget
The target.protected String
The type.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.MAnnotationElement
addAnnotation, getAnnotations
Methods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
source
The source. -
target
The target. -
type
The type.
-
-
Constructor Details
-
MAssociation
public MAssociation()
-
-
Method Details
-
getSource
Get the source.- Returns:
- The source.
-
setSource
Set the source.- Parameters:
source
- The source to set.
-
getTarget
Get the target.- Returns:
- The target.
-
setTarget
Set the target.- Parameters:
target
- The target to set.
-
getType
Get the type.- Returns:
- The type.
-
setType
Set the type.- Parameters:
type
- The type to set.
-