Uses of Class
net.sf.tweety.plugin.PluginOutput
-
Packages that use PluginOutput Package Description net.sf.tweety.logics.fol.plugin net.sf.tweety.logics.pl.plugin net.sf.tweety.logics.rpcl.plugin net.sf.tweety.plugin net.sf.tweety.preferences.plugin -
-
Uses of PluginOutput in net.sf.tweety.logics.fol.plugin
Methods in net.sf.tweety.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 net.sf.tweety.logics.pl.plugin
Methods in net.sf.tweety.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 net.sf.tweety.logics.rpcl.plugin
Methods in net.sf.tweety.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 net.sf.tweety.plugin
Methods in net.sf.tweety.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 net.sf.tweety.preferences.plugin
Methods in net.sf.tweety.preferences.plugin that return PluginOutput Modifier and Type Method Description PluginOutputPreferencesPlugin. execute(java.io.File[] input, CommandParameter[] params)
-