HUCTLp / com.github.sybila.huctl / Direction

Direction

enum class Direction

Specifies the direction in which one moves in the transition system.

Enum Values

POSITIVE

Increasing (n -> n+1)

NEGATIVE

Decreasing (n -> n-1)

Functions

toString fun toString(): String

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