Class SchedulingRelationController.SchedulingRelationRenderer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Connector render​(java.lang.Object edge, Site tailSite, Site headSite)
      Render a scheduling relation link between two events.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchedulingRelationRenderer

        public SchedulingRelationRenderer()
    • Method Detail

      • render

        public Connector render​(java.lang.Object edge,
                                Site tailSite,
                                Site headSite)
        Render a scheduling relation link between two events.
        Specified by:
        render in interface EdgeRenderer
        Overrides:
        render in class TransitionController.LinkRenderer
        Parameters:
        edge - The edge.
        tailSite - The tailSite of the edge
        headSite - The headSite of the edge
        Returns:
        The connector between the headSite and the tailSite.