Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Util.Automaton

    Classes

    AutomatonTestUtil

    Utilities for testing automata.

    Capable of generating random regular expressions, and automata, and also provides a number of very basic unoptimized implementations (*slow) for testing.

    RandomAcceptedStrings

    Lets you retrieve random strings accepted by an Lucene.Net.Util.Automaton.Automaton.

    Once created, call GetRandomAcceptedString(Random) to get a new string (in UTF-32 codepoints).

    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.