StateAccessorIfc

Inheritors

Properties

Link copied to clipboard
abstract val id: Int
Link copied to clipboard
abstract val isEntered: Boolean

Gets whether the state has been entered

Link copied to clipboard
abstract var label: String?
Link copied to clipboard
abstract val name: String
Link copied to clipboard

Gets the number of times the state was entered

Link copied to clipboard

Gets the number of times the state was exited

Link copied to clipboard

Gets a statistic that collected sojourn times

Link copied to clipboard
abstract val timeFirstEntered: Double

time that the state was entered for the first time

Link copied to clipboard
Link copied to clipboard
abstract val timeStateEntered: Double

Gets the time that the state was last entered

Link copied to clipboard
abstract val timeStateExited: Double

Gets the time that the state was last exited

Link copied to clipboard
abstract val totalTimeInState: Double

Gets the total time spent in the state