Uses of Class
dev.civl.gmc.concurrent.StackEntry
Packages that use StackEntry
Package
Description
This package provides concurrent generic model checking functionality.
-
Uses of StackEntry in dev.civl.gmc.concurrent
Methods in dev.civl.gmc.concurrent that return StackEntryModifier and TypeMethodDescriptionConcurrentNodeFactory.newStackEntry(ConcurrentNode<STATE> node, Collection<TRANSITION> transitions, boolean full) Construct a new stack entry which will be pushed onto the stack.