C# Class Lucene.Net.Util.Automaton.AutomatonTestUtil.RandomAcceptedStrings

Lets you retrieve random strings accepted by an Automaton.

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

Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
GetRandomAcceptedString ( Random r ) : int[]
RandomAcceptedStrings ( Automaton a ) : Lucene.Net.Support

Method Details

GetRandomAcceptedString() public méthode

public GetRandomAcceptedString ( Random r ) : int[]
r System.Random
Résultat int[]

RandomAcceptedStrings() public méthode

public RandomAcceptedStrings ( Automaton a ) : Lucene.Net.Support
a Automaton
Résultat Lucene.Net.Support