C# 클래스 AddressMatch.MatchMachine

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

공개 메소드들

메소드 설명
FuzzyMatch ( ) : MatchResult
Match ( String s ) : MatchResult

Backward Match

MatchMachine ( AddrSet addrset ) : System
SetMatchRule ( MatchRule rule ) : void

custom Match Rule

비공개 메소드들

메소드 설명
FilterState ( State correntState, State preState ) : State
defualtRule ( State state, GraphNode nextNode ) : bool
init ( ) : void

메소드 상세

FuzzyMatch() 공개 메소드

public FuzzyMatch ( ) : MatchResult
리턴 MatchResult

Match() 공개 메소드

Backward Match
public Match ( String s ) : MatchResult
s String address string[]
리턴 MatchResult

MatchMachine() 공개 메소드

public MatchMachine ( AddrSet addrset ) : System
addrset AddrSet
리턴 System

SetMatchRule() 공개 메소드

custom Match Rule
public SetMatchRule ( MatchRule rule ) : void
rule MatchRule User-defined rule
리턴 void