Interface Context

All Known Implementing Classes:
GeneralizedSemEstimator.MyContext

public interface Context
Looks up the value of a variable.
Author:
Tyler Gibson
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getValue

      Double getValue(String var)
      Returns:
      the double value for the given var, or null if the variable has not been assigned a value.