Class AbstractEvent

java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
Delay, Divider, HSpace, LifeEvent, Newpage, Note, Notes, Reference

public abstract class AbstractEvent extends java.lang.Object implements Event
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event

    dealWith
  • Constructor Details

    • AbstractEvent

      public AbstractEvent()
  • Method Details

    • isParallel

      public boolean isParallel()
      Specified by:
      isParallel in interface Event
    • getUrl

      public Url getUrl()
      Specified by:
      getUrl in interface Event
    • hasUrl

      public boolean hasUrl()
      Specified by:
      hasUrl in interface Event