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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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

    • Method Detail

      • getWith

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

        Given the current controlled variables, computes the current values for this variable.

        Parameters:
        variables - a mapping between variable names and values
        Returns:

        the value for this value