case classUIUniverse[T](data: T, ui: UIData) extends Product with Serializable
data structure root node for UI applications.
Holds the operational data as well as an abstract
representation encoding the state of the UI. This
allows for full historizing not only operational
data but for UI state changes as well.
T
the data type of the operational data
data
the operational data
ui
the UI state representation
Annotations
@SerialVersionUID()
Version
1.1 (0.1.0), 2016-02-29
Since
MCDDPUI 0.1.0
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
data structure root node for UI applications.
Holds the operational data as well as an abstract representation encoding the state of the UI. This allows for full historizing not only operational data but for UI state changes as well.
the data type of the operational data
the operational data
the UI state representation
1.1 (0.1.0), 2016-02-29
MCDDPUI 0.1.0