C# Class Glass.Imaging.ZoneConfigurations.Evaluator

Inheritance: IEvaluator
Datei anzeigen Open project: SuperJMN/Glass

Public Methods

Method Description
GetScore ( string s ) : double

Protected Methods

Method Description
Evaluator ( StringFilter stringFilter ) : System
GetValidChars ( string str ) : int

Private Methods

Method Description
GetLengthScore ( string str, int minLength, int maxLength ) : double
GetScore ( int n, double reference ) : double

Method Details

Evaluator() protected method

protected Evaluator ( StringFilter stringFilter ) : System
stringFilter StringFilter
return System

GetScore() public method

public GetScore ( string s ) : double
s string
return double

GetValidChars() protected abstract method

protected abstract GetValidChars ( string str ) : int
str string
return int