C# 클래스 Glass.Imaging.ZoneConfigurations.Evaluator

상속: IEvaluator
파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
GetScore ( string s ) : double

보호된 메소드들

메소드 설명
Evaluator ( StringFilter stringFilter ) : System
GetValidChars ( string str ) : int

비공개 메소드들

메소드 설명
GetLengthScore ( string str, int minLength, int maxLength ) : double
GetScore ( int n, double reference ) : double

메소드 상세

Evaluator() 보호된 메소드

protected Evaluator ( StringFilter stringFilter ) : System
stringFilter StringFilter
리턴 System

GetScore() 공개 메소드

public GetScore ( string s ) : double
s string
리턴 double

GetValidChars() 보호된 추상적인 메소드

protected abstract GetValidChars ( string str ) : int
str string
리턴 int