merode
1.0-SNAPSHOT
jvm
merode
/
be.vamaralds.merode.model
/
State
State
data
class
State
(
val
name
:
String
,
val
type
:
State.Type
)
Represents a
State
in a
StateMachine
.
Parameters
name
The name of the
State
.
type
The
Type
of the
State
.
Members
Constructors
State
Link copied to clipboard
constructor
(
name
:
String
,
type
:
State.Type
)
Types
Companion
Link copied to clipboard
object
Companion
Type
Link copied to clipboard
enum
Type
:
Enum
<
State.Type
>
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
State.Type