Class VariableSelectorWithTies<V extends Variable>

    • Method Detail

      • getVariable

        public V getVariable​(V[] variables)
        Description copied from interface: VariableSelector
        Provides access to the current selected variable among variables. If there is no variable left, return null.
        Specified by:
        getVariable in interface VariableSelector<V extends Variable>
        Returns:
        the current selected variable if any, null otherwise.