package com.minres.scviewer.database; public interface ISignalChange extends Comparable{ public EventTime getTime(); public ISignalChange duplicate() throws CloneNotSupportedException; }