Struct extemp::Automaton [] [src]

pub struct Automaton { /* fields omitted */ }

A static description of a temporal automaton.

Methods

impl Automaton
[src]

Trait Implementations

impl IntoDFA for Automaton
[src]

Apply the Rabin-Scott powerset construction with ε-transitions to convert an NFA into a DFA.

impl ToDot for Automaton
[src]

Produce a GraphViz dot representation