RemoteSimulation

interface RemoteSimulation<T> : IgniteCallable<V> (source)

Alchemist simulation that will be executed in remote cluster's nodes.

Parameters

<T>

concentration type

Inheritors

Functions

Link copied to clipboard
abstract fun call(): V