Package net.sf.tweety.plugin
Class OutputField
- java.lang.Object
-
- net.sf.tweety.plugin.OutputField
-
public class OutputField extends Object
This class models single fields used for the PluginOutput Each field contains its description and its value, e.g.: Query: a + b || !a + !b where "Query:" is the description and "a + b || !a + !b" is the value.- Author:
- Bastian Wolf