Struct extemp::Transition [] [src]

#[repr(C)]
pub struct Transition { /* fields omitted */ }

A single allowable transition in a temporal automaton.

A transition goes from one state to another, and can imply actions to be taken when it occurs (e.g., clean up all automata).

Methods

impl Transition
[src]

Trait Implementations

impl ToDot for Transition
[src]

Produce a GraphViz dot representation

impl Clone for Transition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Transition
[src]

Formats the value using the given formatter.

impl Eq for Transition
[src]

impl Hash for Transition
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Transition
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.