Class AbstractEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Url getUrl()  
      boolean hasUrl()  
      boolean isParallel()  
      • 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 Detail

      • AbstractEvent

        public AbstractEvent()
    • Method Detail

      • 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