Class GetSimulationResultsAction
java.lang.Object
gov.nasa.jpl.aerie.merlin.server.services.GetSimulationResultsAction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGetSimulationResultsAction(PlanService planService, SimulationService simulationService) -
Method Summary
Modifier and TypeMethodDescriptionMap<String, List<org.apache.commons.lang3.tuple.Pair<gov.nasa.jpl.aerie.merlin.protocol.types.Duration, gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>>> getResourceSamples(PlanId planId) run(PlanId planId, boolean forceResim, HasuraAction.Session session)
-
Constructor Details
-
GetSimulationResultsAction
-
-
Method Details
-
run
public GetSimulationResultsAction.Response run(PlanId planId, boolean forceResim, HasuraAction.Session session) throws NoSuchPlanException, MissionModelService.NoSuchMissionModelException -
getResourceSamples
public Map<String,List<org.apache.commons.lang3.tuple.Pair<gov.nasa.jpl.aerie.merlin.protocol.types.Duration, getResourceSamplesgov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>>> (PlanId planId) throws NoSuchPlanException - Throws:
NoSuchPlanException
-