Struct statechart::Parallel
[−]
[src]
pub struct Parallel { /* fields omitted */ }Methods
impl Parallel[src]
Trait Implementations
impl Debug for Parallel[src]
impl StateBuilder for Parallel[src]
fn mut_on_entry(&mut self) -> &mut Vec<Box<Action>>
fn mut_on_exit(&mut self) -> &mut Vec<Box<Action>>
fn push_on_entry(self, a: Box<Action>) -> Self where
Self: Sized,
Self: Sized,
fn push_on_exit(self, a: Box<Action>) -> Self where
Self: Sized,
Self: Sized,
impl InterimStateBuilder for Parallel[src]
fn mut_transitions(&mut self) -> &mut Vec<Transition>
fn push_transition(self, t: Transition) -> Self where
Self: Sized,
Self: Sized,
impl ParentStateBuilder for Parallel[src]
fn mut_substates(&mut self) -> &mut Vec<Box<State>>
fn mut_substate(&mut self, id: &str) -> Option<&mut State>
fn push_substate(self, s: Box<State>) -> Self where
Self: Sized,
Self: Sized,