Package jadex.bpmn.model
Class MAnnotationElement
- java.lang.Object
- 
- jadex.bpmn.model.MIdElement
- 
- jadex.bpmn.model.MAnnotationElement
 
 
- 
- Direct Known Subclasses:
- MAssociation,- MBpmnModel,- MNamedIdElement,- MProperty
 
 public class MAnnotationElement extends MIdElement Base class for annotated elements.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.ListannotationsThe annotations.- 
Fields inherited from class jadex.bpmn.model.MIdElementid, ID_GENERATOR
 
- 
 - 
Constructor SummaryConstructors Constructor Description MAnnotationElement()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnnotation(MAnnotation annotation)Add an annotation.java.util.ListgetAnnotations()Get the annotations.- 
Methods inherited from class jadex.bpmn.model.MIdElementequals, getId, hashCode, setId
 
- 
 
- 
- 
- 
Method Detail- 
addAnnotationpublic void addAnnotation(MAnnotation annotation) Add an annotation.- Parameters:
- annotation- The annotation.
 
 - 
getAnnotationspublic java.util.List getAnnotations() Get the annotations.- Returns:
- The annotations.
 
 
- 
 
-