toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.misc
/
FlowChartAlgorithm
Flow
Chart
Algorithm
abstract
class
FlowChartAlgorithm
<
P
,
R
>
(
val
name
:
String
)
Members
Constructors
Flow
Chart
Algorithm
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Functions
configure
Link copied to clipboard
abstract
fun
configure
(
)
:
AlgorithmBuilder
<
P
,
R
>
.
(
)
->
Unit
execute
Link copied to clipboard
fun
execute
(
params
:
P
)
:
R