Uses of Class
org.tweetyproject.plugin.PluginOutput
Packages that use PluginOutput
Package
Description
-
Uses of PluginOutput in org.tweetyproject.logics.fol.plugin
Methods in org.tweetyproject.logics.fol.plugin that return PluginOutputModifier and TypeMethodDescriptionFirstOrderLogicPlugin.execute
(File[] input, CommandParameter[] params) Executes this plugin with given input files and other aggregated parameters -
Uses of PluginOutput in org.tweetyproject.logics.pl.plugin
Methods in org.tweetyproject.logics.pl.plugin that return PluginOutputModifier and TypeMethodDescriptionPlPlugin.execute
(File[] input, CommandParameter[] params) Method to be executed with input files and parameters from tweety cli -
Uses of PluginOutput in org.tweetyproject.logics.rpcl.plugin
Methods in org.tweetyproject.logics.rpcl.plugin that return PluginOutputModifier and TypeMethodDescriptionRPCLPlugin.execute
(File[] input, CommandParameter[] params) Executes this plugin with given input files and other aggregated parameters -
Uses of PluginOutput in org.tweetyproject.plugin
Methods in org.tweetyproject.plugin that return PluginOutputModifier and TypeMethodDescriptionabstract PluginOutput
AbstractTweetyPlugin.execute
(File[] input, CommandParameter[] params) executes the given inputTweetyPlugin.execute
(File[] input, CommandParameter[] params) passes by the arguments given with the call to the called plugin -
Uses of PluginOutput in org.tweetyproject.preferences.plugin
Methods in org.tweetyproject.preferences.plugin that return PluginOutputModifier and TypeMethodDescriptionPreferencesPlugin.execute
(File[] input, CommandParameter[] params)