Comunica Link Traversal
    Preparing search index...

    A link queue that only allows the given number of links to be pushed into it.

    Hierarchy

    • LinkQueueWrapper
      • LinkQueueLimitDepth
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    linkQueue: ILinkQueue

    Methods

    • The number of links in the queue.

      Returns number

    • If no links are in the queue.

      Returns boolean

    • Get (but not remove) the next link from the queue.

      Returns ILink | undefined

    • Get and remove the next link from the queue.

      Returns ILink | undefined