Module dev.civl.gmc

Class TraceStep

java.lang.Object
dev.civl.gmc.smc.TraceStep
All Implemented Interfaces:
TraceStepIF<Integer>

public class TraceStep extends Object implements TraceStepIF<Integer>
The implementation of the interface TraceStepIF used by SMC.
  • Constructor Details

    • TraceStep

      public TraceStep(String transition, Integer finalState)
      Construct an instance of TraceStep with given transition and finalState
      Parameters:
      transition - the transition related with this trace step.
      finalState - the final state of this trace step.
  • Method Details