Interface Context
- All Known Implementing Classes:
GeneralizedSemEstimator.MyContext
public interface Context
Looks up the value of a variable.
- Author:
- Tyler Gibson
-
Method Summary
-
Method Details
-
getValue
- Returns:
- the double value for the given var, or null if the variable has not been assigned a value.
-