Interface STMAction<StateEntityType extends StateEntity>

All Known Implementing Classes:
DummyAction, GenericEntryAction, GenericExitAction

public interface STMAction<StateEntityType extends StateEntity>
Implement this interface to become an STM entry or exit action
Author:
Raja Shankar Kolluru
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(StateEntityType stateEntity)