Class RandomAcceptedStrings
Lets you retrieve random strings accepted
by an Lucene.
Once created, call Get
Inheritance
System.Object
RandomAcceptedStrings
Namespace: Automaton
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class RandomAcceptedStrings : object
Constructors
| Improve this Doc View SourceRandomAcceptedStrings(Automaton)
Declaration
public RandomAcceptedStrings(Automaton a)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a |
Methods
| Improve this Doc View SourceGetRandomAcceptedString(Random)
Declaration
public int[] GetRandomAcceptedString(Random r)
Parameters
Type | Name | Description |
---|---|---|
Random | r |
Returns
Type | Description |
---|---|
System. |