Uses of Class
org.tweetyproject.plugin.PluginOutput
-
-
Uses of PluginOutput in org.tweetyproject.logics.fol.plugin
Methods in org.tweetyproject.logics.fol.plugin that return PluginOutput Modifier and Type Method Description PluginOutputFirstOrderLogicPlugin. execute(java.io.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 PluginOutput Modifier and Type Method Description PluginOutputPlPlugin. execute(java.io.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 PluginOutput Modifier and Type Method Description PluginOutputRPCLPlugin. execute(java.io.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 PluginOutput Modifier and Type Method Description abstract PluginOutputAbstractTweetyPlugin. execute(java.io.File[] input, CommandParameter[] params)executes the given inputPluginOutputTweetyPlugin. execute(java.io.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 PluginOutput Modifier and Type Method Description PluginOutputPreferencesPlugin. execute(java.io.File[] input, CommandParameter[] params)
-