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 TypeMethodDescriptionvoid
PluginOutput.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.