edu.iris.dmc.seed.control.station.OverFlowBlockette Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-4-seed Show documentation
Show all versions of java-4-seed Show documentation
Java API to work with seismic dataless seed
The newest version!
package edu.iris.dmc.seed.control.station;
import java.util.List;
import edu.iris.dmc.seed.Blockette;
import edu.iris.dmc.seed.SeedException;
public interface OverFlowBlockette {
public List split()throws SeedException;
public OverFlowBlockette merge(OverFlowBlockette b)throws SeedException;
public boolean isOverFlown() throws SeedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy