Uses of Class
dev.civl.gmc.seq.SequentialNode
Packages that use SequentialNode
Package
Description
This package provides sequential generic model checking functionality.
-
Uses of SequentialNode in dev.civl.gmc.seq
Methods in dev.civl.gmc.seq that return SequentialNodeModifier and TypeMethodDescriptionSequentialNodeFactory.getInitialNode(STATE initState) Get theSequentialNodeassociated with the initial state.SequentialNodeFactory.getNode(TraceStepIF<STATE> traceStep) Implements the fly-weight pattern and normalize a state.Get the node associated to the given state, null there is no such a node.StackEntry.getNode()Methods in dev.civl.gmc.seq with parameters of type SequentialNodeModifier and TypeMethodDescriptionSequentialNodeFactory.newStackEntry(SequentialNode<STATE> node, Collection<TRANSITION> transitions, int offset) Construct a new stack entry which will be pushed onto the stack.Constructors in dev.civl.gmc.seq with parameters of type SequentialNodeModifierConstructorDescriptionStackEntry(SequentialNode<STATE> node, Collection<TRANSITION> transitions, int offset)