C# 클래스 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).

파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
GetRandomAcceptedString ( Random r ) : int[]
RandomAcceptedStrings ( Automaton a ) : Lucene.Net.Support

메소드 상세

GetRandomAcceptedString() 공개 메소드

public GetRandomAcceptedString ( Random r ) : int[]
r System.Random
리턴 int[]

RandomAcceptedStrings() 공개 메소드

public RandomAcceptedStrings ( Automaton a ) : Lucene.Net.Support
a Automaton
리턴 Lucene.Net.Support