Package 

Interface DependentVariable

  • All Implemented Interfaces:
    java.io.Serializable

    @FunctionalInterface() 
    public interface DependentVariable<V>
     implements Serializable
                        

    A dependent variable, namely a variable whose value can be obtained given the values of other variables.

    • Method Summary

      Modifier and Type Method Description
      abstract V getWith(Map<String, Object> variables) Given the current controlled variables, computes the current values forthis variable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWith

         abstract V getWith(Map<String, Object> variables)

        Given the current controlled variables, computes the current values forthis variable.

        Parameters:
        variables - a mapping between variable names and values