类 BreadthFirstWaitlist<StateT extends AbstractState<StateT>>

  • 类型参数:
    StateT - The states contained in the waitlist.
    所有已实现的接口:
    Waitlist<StateT>

    public class BreadthFirstWaitlist<StateT extends AbstractState<StateT>>
    extends AbstractWaitlist<StateT>
    This Waitlist pops the first element, i.e., performs a breadth first traversal over the Cfa.
    • 构造器详细资料

      • BreadthFirstWaitlist

        public BreadthFirstWaitlist()
    • 方法详细资料

      • pop

        public StateT pop()
        从接口复制的说明: Waitlist
        Remove the next abstract state and return it.