HUCTLp / com.github.sybila.huctl / Flow

Flow

enum class Flow

Specifies the type of transition between two states.

Enum Values

IN

Incoming transition

OUT

Outgoing transition

Functions

toString fun toString(): String

Return a string representation which can be parsed to create an equivalent object.