Class OutputField

java.lang.Object
org.tweetyproject.plugin.OutputField

public class OutputField extends Object
This class models individual fields used for the PluginOutput. Each field consists of a description and its corresponding value.

For example, in the following case:

 Query:
 a + b || !a + !b
 

"Query:" is the description and "a + b || !a + !b" is the value.

Authors: Bastian Wolf