java.lang.Object
dev.civl.gmc.smc.TraceStep
- All Implemented Interfaces:
TraceStepIF<Integer>
The implementation of the interface
TraceStepIF used by SMC.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TraceStep
- Parameters:
transition- the transition related withthistrace step.finalState- the final state ofthistrace step.
-
-
Method Details
-
getFinalState
Description copied from interface:TraceStepIFReturns the resulting state of the trace step.- Specified by:
getFinalStatein interfaceTraceStepIF<Integer>- Returns:
- the resulting state of the trace step.
-
toString
- Specified by:
toStringin interfaceTraceStepIF<Integer>- Overrides:
toStringin classObject
-