Click or drag to resize
StaMaStateMachineTemplatePassThrough Method
Provides the accept method of a visitor pattern that traverses the Region, State and Transition instances of this StateMachineTemplate.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public void PassThrough(
	IStateMachineTemplateVisitor visitor
)

Parameters

visitor
Type: StaMaIStateMachineTemplateVisitor
A IStateMachineTemplateVisitor instance.
See Also