ucar.nc2.dataset.ReplaceVariableCheck Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata
* See LICENSE for license information.
*/
package ucar.nc2.dataset;
import ucar.nc2.Variable;
/**
* public by accident
*
* @deprecated will move to ucar.nc2.internal.ncml
*/
public interface ReplaceVariableCheck {
boolean replace(Variable v);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy