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