| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableObservation
VariableObservation class is a view of a node variable observation, valid at the time of resolution and not maintained.
|
| Modifier and Type | Method and Description |
|---|---|
Observation |
DataSet.getObservation(Node node)
Returns a view of the observation for the given node if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Observation> |
DataSet.getObservations()
Returns all observations in this DataSet for all Networks and Nodes.
|
Set<Observation> |
DataSet.getObservationsAndVariables()
Returns all Observations and VariableObservations in this DataSet for all Networks and Nodes.
|
Set<Observation> |
DataSet.getObservationsAndVariables(Node node)
Returns all Observations and VariableObservations in this DataSet for the provided Node.
|
Copyright © 2020. All rights reserved.