public interface EfsmModuleVisitor extends EfsmVisitor
EfsmModule
,
EfsmModuleWalker
Modifier and Type | Method and Description |
---|---|
void |
onEfsmModuleBegin(EfsmModule efsmModule)
Indicates that a walker has started walking across the specified EFSM module.
|
void |
onEfsmModuleEnd(EfsmModule efsmModule)
Indicates that a walker has finished walking across the specified EFSM module.
|
onAssignmentActionBegin, onAssignmentActionEnd, onAssignmentBegin, onAssignmentEnd, onEfsmBegin, onEfsmEnd, onEvent, onExpression, onGuardBegin, onGuardedActionBegin, onGuardedActionEnd, onGuardEnd, onStateBegin, onStateEnd, onTransitionBegin, onTransitionEnd
void onEfsmModuleBegin(EfsmModule efsmModule)
efsmModule
- the visited EFSM modulevoid onEfsmModuleEnd(EfsmModule efsmModule)
efsmModule
- the visited EFSM module