Object MultiVestaExporter.Companion
-
- All Implemented Interfaces:
public class MultiVestaExporter.Companion
Utilities for the MultiVesta exporter.
-
-
Field Summary
Fields Modifier and Type Field Description public final static MultiVestaExporter.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Object
getValue(Simulation<?, ?> simulation, String observation)
Get the value of the desired observation, if it exists. final Object
getValue(Simulation<?, ?> simulation, Integer observationId)
Get the value of the desired observation id, if it exists. -
-
Method Detail
-
getValue
final Object getValue(Simulation<?, ?> simulation, String observation)
Get the value of the desired observation, if it exists.
-
getValue
final Object getValue(Simulation<?, ?> simulation, Integer observationId)
Get the value of the desired observation id, if it exists.
-
-
-
-