Package org.tweetyproject.preferences.io
Class POWriter<T>
java.lang.Object
org.tweetyproject.preferences.io.POWriter<T>
- Type Parameters:
T
- generic preference order type
POWriter class
- Author:
- Bastian Wolf
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeToFile
(String filename, PreferenceOrder<T> po) Write to file
-
Constructor Details
-
POWriter
public POWriter()Default Constructor
-
-
Method Details
-
writeToFile
Write to file- Parameters:
filename
- the filenamepo
- preference order
-