Uses of Class
dev.civl.gmc.smc.MatrixDirectedGraph
Packages that use MatrixDirectedGraph
Package
Description
A simple implementation of General Model Checker (GMC) is used by a set of
code coverage test cases.
-
Uses of MatrixDirectedGraph in dev.civl.gmc.smc
Methods in dev.civl.gmc.smc with parameters of type MatrixDirectedGraphModifier and TypeMethodDescriptionbooleanSMC.run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate, GMCConfiguration config) For a givenMatrixDirectedGraphgraphand apredicateimplementingStatePredicateIF,
If thepredicateis hold,truewill be returned, elsefalse.
Note that the default starting state is the state with id of0booleanSMC.run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate, Integer initialState, GMCConfiguration config) For a givenMatrixDirectedGraphgraph, apredicateimplementingStatePredicateIFand a starting stateinitialState,
If thepredicateis hold,truewill be returned, elsefalse.SMCSimulator.run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate) SMCSimulator.run(MatrixDirectedGraph graph, StatePredicateIF<Integer> predicate, Integer initialState) Constructors in dev.civl.gmc.smc with parameters of type MatrixDirectedGraph