All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ucar.ma2.StructureDataMediator Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 1998-2018 University Corporation for Atmospheric Research/Unidata
 * See LICENSE for license information.
 */

package ucar.ma2;

/**
 * see StructureDataIteratorMediated
 *
 * @author caron
 * @since 7/9/2014
 */
public interface StructureDataMediator {
  StructureData modify(StructureData sdata);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy