Class DepthFirstWaitlist<StateT extends AbstractState<StateT>>

  • Type Parameters:
    StateT - The states contained in the waitlist.
    All Implemented Interfaces:
    Waitlist<StateT>

    public class DepthFirstWaitlist<StateT extends AbstractState<StateT>>
    extends AbstractWaitlist<StateT>
    This Waitlist pops the last element, i.e., performs a depth first traversal over the Cfa.
    • Constructor Detail

      • DepthFirstWaitlist

        public DepthFirstWaitlist()
    • Method Detail

      • pop

        public StateT pop()
        Description copied from interface: Waitlist
        Remove the next abstract state and return it.