Module dev.civl.gmc

Class ConcurrentStateManagerIF<STATE,TRANSITION>

java.lang.Object
dev.civl.gmc.seq.StateManager<STATE,TRANSITION>
dev.civl.gmc.concurrent.ConcurrentStateManagerIF<STATE,TRANSITION>
Type Parameters:
STATE - the type used to represent states in the state-transition system being analyzed
TRANSITION - the type used to represent transitions in the state-transition system being analyzed

public abstract class ConcurrentStateManagerIF<STATE,TRANSITION> extends StateManager<STATE,TRANSITION>
A ConcurrentStateManager is used by a ConcurrentDfsSearcher which encapsulates all methods that are needed by ConcurrentDfsSearcher on STATE.
  • Constructor Details

    • ConcurrentStateManagerIF

      public ConcurrentStateManagerIF()
  • Method Details

    • normalize

      public abstract STATE normalize(STATE traceStep)