toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.misc
Package-level
declarations
Types
Types
Algorithm
Builder
Link copied to clipboard
class
AlgorithmBuilder
<
P
,
R
>
(
name
:
String
)
Boolean
Node
Builder
Link copied to clipboard
class
BooleanNodeBuilder
<
D
:
Decision
<
Boolean
,
P
>
,
P
,
R
>
Decision
Link copied to clipboard
interface
Decision
<
T
,
P
>
Enum
Node
Builder
Link copied to clipboard
class
EnumNodeBuilder
<
E
:
Enum
<
*
>
,
D
:
Decision
<
E
,
P
>
,
P
,
R
>
Event
Parameter
Link copied to clipboard
data
class
EventParameter
(
val
raw
:
KParameter
)
Event
Parameters
Link copied to clipboard
data
class
EventParameters
<
T
:
Any
>
(
val
raw
:
KClass
<
out
T
>
)
Flow
Chart
Algorithm
Link copied to clipboard
abstract
class
FlowChartAlgorithm
<
P
,
R
>
(
val
name
:
String
)
Property
Type
Link copied to clipboard
enum
PropertyType
:
Enum
<
PropertyType
>