Package org.chenile.stm


package org.chenile.stm
  • Class
    Description
     
    An encapsulation of what constitutes a state.
    Every entity that has a state that should be tracked must implement this interface.
    STM<StateEntityType extends StateEntity>
    An implementation of a state transition machine.
     
    An interface that is used by a State Transition Machine implementation to obtain the State Transition Diagram configuration.
    STMInternalTransitionInvoker<StateEntityType extends StateEntity>
    An interface that is available for the STM Transition action.
    An interface that would be used to invoke a security strategy.