Uses of Class
dev.civl.gmc.seq.StackEntry
Packages that use StackEntry
Package
Description
This package provides sequential generic model checking functionality.
-
Uses of StackEntry in dev.civl.gmc.seq
Methods in dev.civl.gmc.seq that return StackEntryModifier and TypeMethodDescriptionSequentialNodeFactory.newStackEntry(SequentialNode<STATE> node, Collection<TRANSITION> transitions, int offset) Construct a new stack entry which will be pushed onto the stack.Methods in dev.civl.gmc.seq that return types with arguments of type StackEntryModifier and TypeMethodDescriptionDfsSearcher.stack()Returns the stack used to perform the depth first searchMethods in dev.civl.gmc.seq with parameters of type StackEntryModifier and TypeMethodDescriptionbooleanDfsSearcher.checkStackTrace(StackEntry<STATE, TRANSITION> stackEntry)