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

edu.iris.dmc.seed.control.station.OverFlowBlockette Maven / Gradle / Ivy

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