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 Details

    • annotations

      protected List annotations
      The annotations.
  • Constructor Details

    • MAnnotationElement

      public MAnnotationElement()
  • Method Details

    • addAnnotation

      public void addAnnotation(MAnnotation annotation)
      Add an annotation.
      Parameters:
      annotation - The annotation.
    • getAnnotations

      public List getAnnotations()
      Get the annotations.
      Returns:
      The annotations.