case class DiagnosticsInfo(modelState: Option[ModelState], variableStates: Option[Seq[DMAVariableState]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiagnosticsInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DiagnosticsInfo(modelState: Option[ModelState], variableStates: Option[Seq[DMAVariableState]])
Value Members
- def getModelState: ModelState
- def getVariableStates: List[DMAVariableState]
- val modelState: Option[ModelState]
- val variableStates: Option[Seq[DMAVariableState]]