make ITxGenerator as stream
This commit is contained in:
@ -26,6 +26,8 @@ public interface IWaveform extends IHierNode {
|
||||
|
||||
public WaveformType getType();
|
||||
|
||||
public String getKind();
|
||||
|
||||
public int getWidth();
|
||||
|
||||
}
|
||||
|
@ -12,8 +12,8 @@ package com.minres.scviewer.database.tx;
|
||||
|
||||
import com.minres.scviewer.database.IWaveform;
|
||||
|
||||
public interface ITxGenerator {
|
||||
public Long getId();
|
||||
public interface ITxGenerator extends IWaveform {
|
||||
|
||||
public IWaveform getStream();
|
||||
public String getName();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user