Interface STMAutomaticStateComputation<StateEntityType extends StateEntity>

Type Parameters:
StateEntityType -
All Known Implementing Classes:
BaseCustomComponentPropertiesAction, BaseScriptingAction, DummyAutomaticStateComputation, IfAction, ScriptAction, STMActionBase, SwitchAction

public interface STMAutomaticStateComputation<StateEntityType extends StateEntity>
Author:
rajakolluru Implemented by a class that wants to automatically transition the state from one to the other based on certain properties of the entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(StateEntityType stateEntity)