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 PluginOutput
FirstOrderLogicPlugin. 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 PluginOutput
PlPlugin. 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 PluginOutput
RPCLPlugin. 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 PluginOutput
AbstractTweetyPlugin. execute(java.io.File[] input, CommandParameter[] params)
executes the given inputPluginOutput
TweetyPlugin. 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 PluginOutput
PreferencesPlugin. execute(java.io.File[] input, CommandParameter[] params)
-