java.lang.Object
dev.civl.gmc.smc.SMCSimulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate) run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate, Integer initialState)
-
Constructor Details
-
SMCSimulator
-
-
Method Details
-
run
public Trace<String,Integer> run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate) throws MisguidedExecutionException - Throws:
MisguidedExecutionException
-
run
public Trace<String,Integer> run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate, Integer initialState) throws MisguidedExecutionException - Throws:
MisguidedExecutionException
-