Class POWriter<T>

  • Type Parameters:
    T - generic preference order type

    public class POWriter<T>
    extends java.lang.Object
    Author:
    Bastian Wolf
    • Constructor Summary

      Constructors 
      Constructor Description
      POWriter()  
    • Method Summary

      Modifier and Type Method Description
      void writeToFile​(java.lang.String filename, PreferenceOrder<T> po)  
      • Methods inherited from class java.lang.Object

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

      • POWriter

        public POWriter()
    • Method Detail

      • writeToFile

        public void writeToFile​(java.lang.String filename,
                                PreferenceOrder<T> po)