FlowChartAlgorithm

abstract class FlowChartAlgorithm<P, R>(val name: String)

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun configure(): AlgorithmBuilder<P, R>.() -> Unit
Link copied to clipboard
fun execute(params: P): R