Class EvaluationContext
java.lang.Object
com.knezevic.edaf.v3.repr.grammar.eval.EvaluationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanResolves boolean variable (missing values default to false).static EvaluationContextCreates context from boolean variables only.doubleResolves numeric variable (missing values default to zero).static EvaluationContextCreates context from numeric variables only.
-
Constructor Details
-
EvaluationContext
-
-
Method Details
-
real
Creates context from numeric variables only. -
bool
Creates context from boolean variables only. -
real
Resolves numeric variable (missing values default to zero). -
bool
Resolves boolean variable (missing values default to false).
-