Uses of Class
dev.civl.gmc.Trace
Packages that use Trace
Package
Description
The root package of generic model checking is used to construct model
checking applications, either sequential or concurrent.
A simple implementation of General Model Checker (GMC) is used by a set of
code coverage test cases.
-
Uses of Trace in dev.civl.gmc
Methods in dev.civl.gmc that return TraceModifier and TypeMethodDescriptionTrace<TRANSITION,STATE>[] Simulator.play(STATE[] states, boolean[] print, String[] names, TransitionChooser<STATE, TRANSITION> chooser, boolean verbose) Plays the trace.Trace<TRANSITION,STATE>[] Simulator.play(STATE initialState, TransitionChooser<STATE, TRANSITION> chooser, boolean verbose) Trace<TRANSITION,STATE>[] Simulator.play(STATE initialSymbolicState, STATE initialConcreteState, boolean printSymbolicStates, TransitionChooser<STATE, TRANSITION> chooser, boolean verbose) -
Uses of Trace in dev.civl.gmc.smc
Methods in dev.civl.gmc.smc that return TraceModifier and TypeMethodDescriptionSMCSimulator.run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate) SMCSimulator.run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate, Integer initialState)