Class OutputField

java.lang.Object
org.tweetyproject.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
  • Constructor Details

    • OutputField

      public OutputField()
    • OutputField

      public OutputField(String val)
    • OutputField

      public OutputField(String description, String val)
  • Method Details

    • merge

      public String merge()