Uses of Interface
dev.civl.gmc.GetIdFunction
Packages that use GetIdFunction
Package
Description
This package provides sequential generic model checking functionality.
-
Uses of GetIdFunction in dev.civl.gmc.dpor
Classes in dev.civl.gmc.dpor that implement GetIdFunction -
Uses of GetIdFunction in dev.civl.gmc.seq
Classes in dev.civl.gmc.seq that implement GetIdFunctionModifier and TypeClassDescriptionclassSequentialNodeFactory<STATE,TRANSITION> The factory to get a GMC searchSequentialNode, if theSequentialNodehas been seen before, the seenSequentialNodewill be returned, otherwise, a newSequentialNodewill be created and returned.Methods in dev.civl.gmc.seq with parameters of type GetIdFunctionModifier and TypeMethodDescriptionvoidStateManager.setGetIdFunction(GetIdFunction<STATE> getIdFunc)