Package net.sf.tweety.preferences.io
Class POWriter<T>
- java.lang.Object
-
- net.sf.tweety.preferences.io.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)
-
-
-
Method Detail
-
writeToFile
public void writeToFile(java.lang.String filename, PreferenceOrder<T> po)
-
-