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

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