Uses of Class
neqsim.process.processmodel.SimulationResult
Packages that use SimulationResult
-
Uses of SimulationResult in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return SimulationResultModifier and TypeMethodDescriptionBuilds a ProcessSystem from a JSON string.static SimulationResultJsonProcessBuilder.buildAndRun(String json) Convenience method to build and run a process from JSON.JsonProcessBuilder.buildFromJsonObject(com.google.gson.JsonObject root) Builds a ProcessSystem from a parsed JsonObject.static SimulationResultConvenience method to build (without running) a process from JSON.ProcessSimulationSession.createSessionFromJson(String json) Creates a session from a JSON process definition.static SimulationResultCreates a single-error failure result.static SimulationResultSimulationResult.failure(List<SimulationResult.ErrorDetail> errors, List<String> warnings) Creates a failure result with no process system.static SimulationResultSimulationResult.failure(ProcessSystem process, List<SimulationResult.ErrorDetail> errors, List<String> warnings) Creates a failure result with a partially built process system.static SimulationResultBuilds a ProcessSystem from a JSON process definition string.static SimulationResultProcessSystem.fromJsonAndRun(String json) Builds and immediately runs a ProcessSystem from a JSON definition.ProcessSystem.runAndReport()Runs the process system and returns a structured SimulationResult.ProcessSimulationSession.runSession(String sessionId) Runs the simulation for a session and returns the result.static SimulationResultSimulationResult.success(ProcessSystem process, String reportJson, List<String> warnings) Creates a success result.ProcessSystem.validateAndReport()Validates the process setup and returns a structured SimulationResult.