Package jadex.bpmn.model
Class MAssociationTarget
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationElement
jadex.bpmn.model.MNamedIdElement
jadex.bpmn.model.MAssociationTarget
The target element of an association.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
The associations.protected String
The associations description.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
addAssociation
(MAssociation association) Add an association.Get the associations.Get the xml associations description.void
removeAssociation
(MAssociation association) Remove an association.void
setAssociationsDescription
(String associationsdescription) Set the xml associations description.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
-
associationsdescription
The associations description. -
associations
The associations.
-
-
Constructor Details
-
MAssociationTarget
public MAssociationTarget()
-
-
Method Details
-
getAssociationsDescription
Get the xml associations description.- Returns:
- The associations description.
-
setAssociationsDescription
Set the xml associations description.- Parameters:
associationsdescription
- The associations description to set.
-
getAssociations
Get the associations. return The associations. -
addAssociation
Add an association.- Parameters:
association
- The association.
-
removeAssociation
Remove an association.- Parameters:
association
- The association.
-