Interface IFormulaEvaluator
- All Known Implementing Classes:
BaseFormulaEvaluator,FileURIAsURLFormulaEvaluotor,ListAsImageFormulaEvaluator,ProtocolURIFormulaEvaluator
public interface IFormulaEvaluator
This interface can be used in your own evaluator for provide formula
It's supported by example implementation you can add own formula
- Author:
- famaridon
-
Method Summary
Modifier and TypeMethodDescriptionEvaluate a valueevaluate the value with own algorithmPrefix who indicate to use this FormulaEvaluatorvoidPrefix who indicate to use this FormulaEvaluator Warning 2 FormulaExtention can't have the same prefix, else use last added
-
Method Details
-
evaluate
Evaluate a value- Parameters:
value- the valuebookmark- the bookmark- Returns:
- the evaluation
-
evaluate
evaluate the value with own algorithm- Parameters:
value- the valuebookmark- the bookmark without prefixsource- more Object you can need- Returns:
- the evaluation
-
getPrefix
String getPrefix()Prefix who indicate to use this FormulaEvaluator- Returns:
- the Formula Prefix
-
setPrefix
Prefix who indicate to use this FormulaEvaluator Warning 2 FormulaExtention can't have the same prefix, else use last added
-