it.unibo.scafi.simulation.frontend.controller.controller3d
See it.unibo.scafi.simulation.frontend.controller.GeneralController#clearSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#clearSimulation()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#decreaseFontSize()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#decreaseFontSize()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getCreatedNodesID()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getCreatedNodesID()
the set of the unique IDs of the nodes created at startup.
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getNodeValueTypeToShow()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getNodeValueTypeToShow()
the node value type that is being shown right now
See it.unibo.scafi.simulation.frontend.controller.GeneralController#getObservation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#getObservation()
the observation function
See it.unibo.scafi.simulation.frontend.controller.GeneralController#getUI()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#getUI()
the JFrame of the UI.
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#handleNumberButtonPress(int)
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#handleNumberButtonPress(int)
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#increaseFontSize()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#increaseFontSize()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isLedActivatorSet()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isLedActivatorSet()
whether the led activator function has been set
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isObservationSet()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isObservationSet()
whether the observation function has been set
See it.unibo.scafi.simulation.frontend.controller.GeneralController#pauseSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#pauseSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#resumeSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#resumeSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#selectionAttempted()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#selectionAttempted()
whether the user is currently trying to select nodes or not
See it.unibo.scafi.simulation.frontend.controller.GeneralController#setObservation(scala.Function1)
See it.unibo.scafi.simulation.frontend.controller.GeneralController#setObservation(scala.Function1)
the observation function
See java.lang.Object)
See java.lang.Object)
the name of the chosen sensor
the value to be set
See it.unibo.scafi.simulation.frontend.controller.GeneralController#setShowValue(it.unibo.scafi.simulation.frontend.model.NodeValue)
See it.unibo.scafi.simulation.frontend.controller.GeneralController#setShowValue(it.unibo.scafi.simulation.frontend.model.NodeValue)
See boolean)
See boolean)
whether the image should be showed or not
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#shutDown()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#shutDown()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#slowDownSimulation()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#slowDownSimulation()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#speedUpSimulation()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#speedUpSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#startSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#startSimulation()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#startup()
See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#startup()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#stepSimulation(int)
See it.unibo.scafi.simulation.frontend.controller.GeneralController#stepSimulation(int)
the number of simulation steps that should be done
See it.unibo.scafi.simulation.frontend.controller.GeneralController#stopSimulation()
See it.unibo.scafi.simulation.frontend.controller.GeneralController#stopSimulation()
(Since version ) see corresponding Javadoc for more information.
3D version of the app's Controller, uses SimulatorUI3D as the view. It handles user interaction.