Struct perplex::machine::StateMachine[][src]

pub struct StateMachine { /* fields omitted */ }

A state machine.

Methods

impl StateMachine
[src]

Create a state machine from a list of item sets.

Important traits for States<'a>

All states in the state machine.

Trait Implementations

impl Index<StateId> for StateMachine
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<StateId> for StateMachine
[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations