Package net.sf.tweety.plugin
Class OutputField
- java.lang.Object
-
- net.sf.tweety.plugin.OutputField
-
public class OutputField extends java.lang.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
-
-
Constructor Summary
Constructors Constructor Description OutputField()
OutputField(java.lang.String val)
OutputField(java.lang.String description, java.lang.String val)
-
Method Summary
Modifier and Type Method Description java.lang.String
merge()
-