Class BpmnElement

java.lang.Object
org.tweetyproject.logics.bpm.syntax.BpmnFormula
org.tweetyproject.logics.bpm.syntax.BpmnElement
All Implemented Interfaces:
Formula
Direct Known Subclasses:
BpmnNode, Lane, Process

public abstract class BpmnElement extends BpmnFormula
A class to represent elements of a BPMN Model
Author:
Benedikt Knopp
  • Constructor Details

    • BpmnElement

      public BpmnElement()
      Create a new BPMN element
  • Method Details

    • setId

      public void setId(String id)
      set the element's ID
      Parameters:
      id - the unique element identifier
    • setName

      public void setName(String name)
      set the element's name
      Parameters:
      name - the element's name
    • getId

      public String getId()
      retrieve the element's ID
      Returns:
      the unique element identifier
    • getName

      public String getName()
      retrieve the element's name
      Returns:
      the element's name