Component

io.github.srs.controller.ControllerModule.Component
trait Component[S <: State]

Component trait that defines the interface for creating a controller.

Type parameters

S

the type of the simulation state, which must extend ModelModule.State.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Interface[S]
trait BaseLauncher
object CLILauncher
object GUILauncher
Self type

Members list

Type members

Classlikes

object Controller

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Controller.type