package com.minres.scviewer.database; public interface IWaveformDbFactory { IWaveformDb getDatabase(); }