Class AttitudeXmlParser


  • public class AttitudeXmlParser
    extends java.lang.Object
    Parses the XML files with the attitudes and their activaton times into a binary search tree.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BinarySearchTree parseFolder​(java.lang.String folder)  
      • Methods inherited from class java.lang.Object

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

      • AttitudeXmlParser

        public AttitudeXmlParser()
    • Method Detail

      • parseFolder

        public static BinarySearchTree parseFolder​(java.lang.String folder)