RemoteResultImpl

class RemoteResultImpl : RemoteResult

RemoteResult implementation.

Constructors

Link copied to clipboard
open fun RemoteResultImpl(    result: String,     workerNode: UUID,     simulationErrors: Optional<Throwable>,     config: SimulationConfig)

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun saveLocally(targetFile: String)
Save simulation's result in a local file.