C# Class Moe.StateMachine.Transitions.GuardedTransition

Inheritance: Transition
Afficher le fichier Open project: sstuddard/Moe.StateMachine

Méthodes publiques

Méthode Description
GuardedTransition ( State sourceState, object eventTarget, State targetState, Func guard ) : System
Matches ( EventInstance eventToMatch ) : bool

Method Details

GuardedTransition() public méthode

public GuardedTransition ( State sourceState, object eventTarget, State targetState, Func guard ) : System
sourceState Moe.StateMachine.States.State
eventTarget object
targetState Moe.StateMachine.States.State
guard Func
Résultat System

Matches() public méthode

public Matches ( EventInstance eventToMatch ) : bool
eventToMatch Moe.StateMachine.Events.EventInstance
Résultat bool