Interface Visitable
- Namespace
- Automatonymous
- Assembly
- Automatonymous.dll
Used to visit the state machine structure, so it can be displayed, etc.
public interface Visitable : IProbeSite
Methods
Accept(StateMachineVisitor)
A visitable site can accept the visitor and pass control to internal elements
void Accept(StateMachineVisitor visitor)
Parameters
visitor
StateMachineVisitor