csw.params.core.states

Members list

Type members

Classlikes

A state variable that indicates the ''current'' or actual state.

A state variable that indicates the ''current'' or actual state.

Value parameters

paramSet

an optional initial set of items (keys with values)

prefix

identifies the target subsystem

stateName

identifies the name of the state

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CurrentState

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CurrentStates(states: Seq[CurrentState])

Combines multiple CurrentState objects together

Combines multiple CurrentState objects together

Value parameters

states

one or more CurrentStates

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

A state variable that indicates the ''demand'' or requested state.

A state variable that indicates the ''demand'' or requested state.

Value parameters

paramSet

initial set of items (keys with values)

prefix

identifies the target subsystem

stateName

identifies the name of the state

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DemandState

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class StateName(name: String)

A wrapper class representing the name of a state

A wrapper class representing the name of a state

Value parameters

name

represents the name of the state for CurrentState or DemandState

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait StateVariable extends CommandSerializable

Base trait for state variables

Base trait for state variables

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object StateVariable

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type