Class Gateway

All Implemented Interfaces:
HasExecutionListeners, HasExtensionAttributes
Direct Known Subclasses:
ComplexGateway, EventGateway, ExclusiveGateway, InclusiveGateway, ParallelGateway

public abstract class Gateway extends FlowNode
Author:
Tijs Rademakers
  • Field Details

    • defaultFlow

      protected String defaultFlow
  • Constructor Details

    • Gateway

      public Gateway()
  • Method Details

    • getDefaultFlow

      public String getDefaultFlow()
    • setDefaultFlow

      public void setDefaultFlow(String defaultFlow)
    • clone

      public abstract Gateway clone()
      Specified by:
      clone in class FlowElement
    • setValues

      public void setValues(Gateway otherElement)