Interface

io.github.srs.model.ModelModule.Interface
trait Interface[S <: State] extends Provider[S], Component[S]

Interface trait that combines the provider and component traits.

Type parameters

S

the type of the state, which must extend State.

Attributes

Graph
Supertypes
trait Component[S]
trait Provider[S]
class Object
trait Matchable
class Any
Known subtypes
trait BaseLauncher
object CLILauncher
object GUILauncher

Members list

Type members

Inherited classlikes

object Model

Attributes

Inherited from:
Component
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited and Abstract fields

val model: Model[S]

Attributes

Inherited from:
Provider