Ignore:
Timestamp:
02/24/16 13:33:39 (8 years ago)
Author:
Leif-Jöran
Message:

Completing the translation configuration test from provided file by printing the annotation tables instead of trying to find CGN tables to test if there are no CGN translation types provided.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSannotrans/trunk/src/main/java/nl/mpi/annot/translate/TranslationTables.java

    r6979 r6988  
    88import java.util.ArrayList;
    99import java.util.HashMap;
     10import java.util.List;
    1011
    1112/**
     
    5455        return nw;
    5556    }
     57
     58    public List<TranslationTable> getList() {
     59        return translationTableArray;
     60    }
    5661   
    5762    TranslationTable find(String fromRes, String fromLay, String toRes, String toLay, TranslationType ty) {
Note: See TracChangeset for help on using the changeset viewer.