Uses of Class
org.tweetyproject.plugin.OutputField
Packages that use OutputField
-
Uses of OutputField in org.tweetyproject.plugin
Methods in org.tweetyproject.plugin with parameters of type OutputFieldModifier and TypeMethodDescriptionvoidPluginOutput.addField(OutputField field) Adds a new `OutputField` to the list of fields.Constructor parameters in org.tweetyproject.plugin with type arguments of type OutputFieldModifierConstructorDescriptionPluginOutput(ArrayList<OutputField> fields) Constructs a `PluginOutput` object with a predefined list of `OutputField` objects.