Interface IBookmarkEvaluator
- All Known Implementing Classes:
SimpleRessourceEvaluator
public interface IBookmarkEvaluator
Implement this interface if you want implement your own evaluation algorithm
- Author:
- famaridon
-
Method Summary
-
Method Details
-
evaluate
Evaluate the bookmark (without regex quote) If can't evaluate, return null- Parameters:
bookmark- the bookmark- Returns:
- the evaluation or null
-