Interface VariableSelector<V extends Variable>

    • Method Detail

      • getVariable

        V getVariable​(V[] variables)
        Provides access to the current selected variable among variables. If there is no variable left, return null.
        Returns:
        the current selected variable if any, null otherwise.