Class/Object

it.unibo.scafi.simulation.frontend.controller.controller3d

DefaultController3D

Related Docs: object DefaultController3D | package controller3d

Permalink

class DefaultController3D extends Controller3D

3D version of the app's Controller, uses SimulatorUI3D as the view. It handles user interaction.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultController3D
  2. Controller3D
  3. GeneralController
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultController3D(simulation: Simulation, simulationManager: SimulationManager)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#clearSimulation()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#clearSimulation()

    Definition Classes
    DefaultController3DGeneralController
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def decreaseFontSize(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#decreaseFontSize()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#decreaseFontSize()

    Definition Classes
    DefaultController3DController3D
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def getCreatedNodesID: Set[Int]

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getCreatedNodesID()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getCreatedNodesID()

    returns

    the set of the unique IDs of the nodes created at startup.

    Definition Classes
    DefaultController3DController3D
  12. def getNodeValueTypeToShow: NodeValue

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getNodeValueTypeToShow()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#getNodeValueTypeToShow()

    returns

    the node value type that is being shown right now

    Definition Classes
    DefaultController3DController3D
  13. def getObservation: (Any) ⇒ Boolean

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#getObservation()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#getObservation()

    returns

    the observation function

    Definition Classes
    DefaultController3DGeneralController
  14. def getUI: JFrame

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#getUI()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#getUI()

    returns

    the JFrame of the UI.

    Definition Classes
    DefaultController3DGeneralController
  15. def handleNumberButtonPress(sensorIndex: Int): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#handleNumberButtonPress(int)

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#handleNumberButtonPress(int)

    Definition Classes
    DefaultController3DController3D
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def increaseFontSize(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#increaseFontSize()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#increaseFontSize()

    Definition Classes
    DefaultController3DController3D
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isLedActivatorSet: Boolean

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isLedActivatorSet()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isLedActivatorSet()

    returns

    whether the led activator function has been set

    Definition Classes
    DefaultController3DController3D
  20. def isObservationSet: Boolean

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isObservationSet()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#isObservationSet()

    returns

    whether the observation function has been set

    Definition Classes
    DefaultController3DController3D
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def pauseSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#pauseSimulation()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#pauseSimulation()

    Definition Classes
    DefaultController3DGeneralController
  25. def resumeSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#resumeSimulation()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#resumeSimulation()

    Definition Classes
    DefaultController3DGeneralController
  26. def selectionAttempted: Boolean

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#selectionAttempted()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#selectionAttempted()

    returns

    whether the user is currently trying to select nodes or not

    Definition Classes
    DefaultController3DGeneralController
  27. def setObservation(observation: (Any) ⇒ Boolean): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#setObservation(scala.Function1)

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#setObservation(scala.Function1)

    observation

    the observation function

    Definition Classes
    DefaultController3DGeneralController
  28. def setSensor(sensorName: String, value: Any): Unit

    Permalink

    See java.lang.Object)

    See java.lang.Object)

    sensorName

    the name of the chosen sensor

    value

    the value to be set

    Definition Classes
    DefaultController3DGeneralController
  29. def setShowValue(valueType: NodeValue): Unit

    Permalink

    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)

    Definition Classes
    DefaultController3DGeneralController
  30. def showImage(image: Image, showed: Boolean): Unit

    Permalink

    See boolean)

    See boolean)

    showed

    whether the image should be showed or not

    Definition Classes
    DefaultController3DGeneralController
  31. def shutDown(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#shutDown()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#shutDown()

    Definition Classes
    DefaultController3DController3D
  32. def slowDownSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#slowDownSimulation()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#slowDownSimulation()

    Definition Classes
    DefaultController3DController3D
  33. def speedUpSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#speedUpSimulation()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#speedUpSimulation()

    Definition Classes
    DefaultController3DController3D
  34. def startSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#startSimulation()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#startSimulation()

    Definition Classes
    DefaultController3DGeneralController
  35. def startup(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#startup()

    See it.unibo.scafi.simulation.frontend.controller.controller3d.Controller3D#startup()

    Definition Classes
    DefaultController3DController3D
  36. def stepSimulation(stepCount: Int): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#stepSimulation(int)

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#stepSimulation(int)

    stepCount

    the number of simulation steps that should be done

    Definition Classes
    DefaultController3DGeneralController
  37. def stopSimulation(): Unit

    Permalink

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#stopSimulation()

    See it.unibo.scafi.simulation.frontend.controller.GeneralController#stopSimulation()

    Definition Classes
    DefaultController3DGeneralController
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Controller3D

Inherited from GeneralController

Inherited from AnyRef

Inherited from Any

Ungrouped