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/AnnotationTranslator.java

    r6979 r6988  
    77
    88import java.util.ArrayList;
     9import java.util.List;
    910
    1011/**
     
    5354        return translationTypes.getTranslationType(ttId);
    5455    }
    55    
     56
     57    public List<TranslationTable> getTranslationTables() {
     58        return translationTables.getList();
     59    }
     60
    5661    TranslationTable findTranslationTable(String fromRes, String fromLay, String toRes, String toLay, TranslationType ty) {
    5762        return translationTables.find(fromRes, fromLay, toRes, toLay, ty);
Note: See TracChangeset for help on using the changeset viewer.