Class EmuLabelFileConverter


  • public class EmuLabelFileConverter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EMU_HIERARCHY_HEADER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void importEvents​(java.util.Vector<java.lang.String> lines, Bundle bundle, java.lang.String tiername)  
      void importItems​(java.util.Vector<java.lang.String> lines, Bundle bundle)  
      void importSegments​(java.util.Vector<java.lang.String> lines, Bundle bundle, java.lang.String tiername)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMU_HIERARCHY_HEADER

        public static final java.lang.String EMU_HIERARCHY_HEADER
        See Also:
        Constant Field Values
    • Constructor Detail

      • EmuLabelFileConverter

        public EmuLabelFileConverter()
    • Method Detail

      • importSegments

        public void importSegments​(java.util.Vector<java.lang.String> lines,
                                   Bundle bundle,
                                   java.lang.String tiername)
      • importEvents

        public void importEvents​(java.util.Vector<java.lang.String> lines,
                                 Bundle bundle,
                                 java.lang.String tiername)
      • importItems

        public void importItems​(java.util.Vector<java.lang.String> lines,
                                Bundle bundle)