public interface EfsmModelVisitor extends EfsmModuleVisitor
EfsmModel
,
EfsmModelWalker
Modifier and Type | Method and Description |
---|---|
void |
onEfsmModelBegin(EfsmModel efsmModel)
Indicates that a walker has started walking across the specified EFSM model.
|
void |
onEfsmModelEnd(EfsmModel efsmModel)
Indicates that a walker has finished walking across the specified EFSM model.
|
onEfsmModuleBegin, onEfsmModuleEnd
onAssignmentActionBegin, onAssignmentActionEnd, onAssignmentBegin, onAssignmentEnd, onEfsmBegin, onEfsmEnd, onEvent, onExpression, onGuardBegin, onGuardedActionBegin, onGuardedActionEnd, onGuardEnd, onStateBegin, onStateEnd, onTransitionBegin, onTransitionEnd
void onEfsmModelBegin(EfsmModel efsmModel)
efsmModel
- the visited EFSM modelvoid onEfsmModelEnd(EfsmModel efsmModel)
efsmModel
- the visited EFSM model