C# Class Glass.Imaging.ZoneConfigurations.Evaluator

Inheritance: IEvaluator
Afficher le fichier Open project: SuperJMN/Glass

Méthodes publiques

Méthode Description
GetScore ( string s ) : double

Méthodes protégées

Méthode Description
Evaluator ( StringFilter stringFilter ) : System
GetValidChars ( string str ) : int

Private Methods

Méthode Description
GetLengthScore ( string str, int minLength, int maxLength ) : double
GetScore ( int n, double reference ) : double

Method Details

Evaluator() protected méthode

protected Evaluator ( StringFilter stringFilter ) : System
stringFilter StringFilter
Résultat System

GetScore() public méthode

public GetScore ( string s ) : double
s string
Résultat double

GetValidChars() protected abstract méthode

protected abstract GetValidChars ( string str ) : int
str string
Résultat int