apollo.dataadapter
Interface TransactionTransformer

All Known Implementing Classes:
ChadoTransactionTransformer

public interface TransactionTransformer

This class is used to translate Apollo Transaction objects (in package apollo.editor) that are in TransactionManager, to another forms of Transaction object (e.g. chado).

Author:
wgm

Method Summary
 java.util.List transform(TransactionManager apolloTnObjs)
           
 

Method Detail

transform

java.util.List transform(TransactionManager apolloTnObjs)
                         throws TransactionTransformException
Throws:
TransactionTransformException