Package jadex.bpmn.model
Class MAnnotationElement
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationElement
- Direct Known Subclasses:
MAssociation
,MBpmnModel
,MNamedIdElement
,MProperty
Base class for annotated elements.
-
Field Summary
FieldsFields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotation
(MAnnotation annotation) Add an annotation.Get the annotations.Methods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
annotations
The annotations.
-
-
Constructor Details
-
MAnnotationElement
public MAnnotationElement()
-
-
Method Details
-
addAnnotation
Add an annotation.- Parameters:
annotation
- The annotation.
-
getAnnotations
Get the annotations.- Returns:
- The annotations.
-