smarts.core.condition_state module

class smarts.core.condition_state.ConditionState(value)[source]

Represents the state of a condition.

BEFORE = 1

This condition is false and never evaluated true before.

EXPIRED = 2

This condition is false and will never evaluate true.

FALSE = 0

This condition is false.

TRUE = 4

This condition is true.