edu.iris.dmc.seed.Blockette 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
package edu.iris.dmc.seed;
public interface Blockette {
public int getId();
public void setId(int id);
public int getType();
public int getLength() throws SeedException;
public int getMaximumLength();
public void setType(int type);
public String getTitle();
public void setTitle(String name);
public String describe() throws SeedException;
public Volume getVolume();
public void setVolume(Volume volume);
public String getOriginalText();
public String toSeedString() throws SeedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy