Package no.marec.api.korona
package no.marec.api.korona
API for KORONA computations.
The KORONA module PluginModule takes as a parameter the implementation of a ModuleComputation
.
Simple computations using only one ping should extend SinglePingModuleComputation
.
The PluginModule contains several example implementations.
-
ClassDescriptionA channel in a
Ping
.KORONA module computations that use more than just a single ping.A ping consisting ofChannel
s.Buffered pings as needed byModuleComputation
.KORONA module computations that use only a single ping.