![JAR search and dependency download from the Maven repository](/logo.png)
net.intelie.liverig.witsml.query.RawDataQuery Maven / Gradle / Ivy
The newest version!
package net.intelie.liverig.witsml.query;
import net.intelie.liverig.parser.ParseException;
import net.intelie.liverig.witsml.WITSMLResult;
import net.intelie.liverig.witsml.objects.RawData;
public interface RawDataQuery extends Query {
@Override
RawData parse(WITSMLResult witsmlResult) throws ParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy