edu.iris.dmc.seed.control.dictionary.B046 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.dictionary;
import edu.iris.dmc.seed.Blockette;
import edu.iris.dmc.seed.control.station.ResponseBlockette;
public class B046 extends AbstractDictionaryBlockette implements ResponseBlockette {
public B046() {
super(56, "Generic Response Dictionary Blockette");
}
@Override
public String toSeedString() {
// TODO Auto-generated method stub
return null;
}
@Override
public int getStageSequence() {
// TODO Auto-generated method stub
return 0;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy