SCViewer/com.itjw.txviewer.database/src/com/itjw/txviewer/database/ITrRelation.java

11 lines
162 B
Java
Raw Normal View History

2015-01-01 23:17:32 +01:00
package com.itjw.txviewer.database;
public interface ITrRelation {
RelationType getRelationType();
ITransaction getSource();
ITransaction getTarget();
}