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