Free Touch Pricker
    Preparing search index...

    Class AbstractVisitorAbstract

    Base class for all visitors

    Defers to derived classes in order to process rows, but does check whether rounds has been reached and stops processing at that point.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get visiting(): boolean

      Whether or not we're still processing rows. Defaults to true (processing rows), but is set to false once rounds has been visited.

      Returns boolean

    Methods