Package io.keikai.model.sys.formula
Interface EvaluationResult
- 
- All Known Implementing Classes:
- FormulaEngineImpl.EvaluationResultImpl
 
 public interface EvaluationResult- Since:
- 3.5.0
- Author:
- dennis
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classEvaluationResult.ResultType
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationResult.ResultTypegetType()ObjectgetValue()ValueEvalgetValueEval()
 
- 
- 
- 
Method Detail- 
getTypeEvaluationResult.ResultType getType() 
 - 
getValueObject getValue() 
 - 
getValueEvalValueEval getValueEval() 
 
- 
 
-