Package org.tweetyproject.plugin
Class OutputField
java.lang.Object
org.tweetyproject.plugin.OutputField
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
-
Method Summary
-
Constructor Details
-
OutputField
public OutputField() -
OutputField
-
OutputField
-
-
Method Details
-
merge
-