Class BusContentionApplet.BusContentionGraphController

    • Constructor Detail

      • BusContentionGraphController

        public BusContentionGraphController()
        Create a new basic controller with default node and edge interactors.
    • Method Detail

      • initializeInteraction

        protected void initializeInteraction()
        Initialize all interaction on the graph pane. This method is called by the setGraphPane() method of the superclass. This initialization cannot be done in the constructor because the controller does not yet have a reference to its pane at that time.
        Overrides:
        initializeInteraction in class BasicGraphController