java.lang.Object
dev.civl.gmc.dpor.DporTransitionData
A simple structure to bundle data that is associated to a transition in an
execution explored by DPOR.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTheDporHbSetof stack entries with transitions that happen-before this transitionintThe previous position on the stack of an entry with a transition from this process -
Method Summary
-
Field Details
-
prevStackPosition
public int prevStackPositionThe previous position on the stack of an entry with a transition from this process -
hbSet
TheDporHbSetof stack entries with transitions that happen-before this transition
-