Package net.sf.tweety.logics.pl.plugin
Class PlPlugin
- java.lang.Object
-
- net.sf.tweety.plugin.AbstractTweetyPlugin
-
- net.sf.tweety.logics.pl.plugin.PlPlugin
-
- All Implemented Interfaces:
net.sf.tweety.plugin.TweetyPlugin,net.xeoh.plugins.base.Plugin
public class PlPlugin extends net.sf.tweety.plugin.AbstractTweetyPluginThis class provides the JSPF-Plugin for the propositional logic library Currently plugin is loadable but not executed- Author:
- Bastian Wolf
-
-
Method Summary
Modifier and Type Method Description String[]capabilities()net.sf.tweety.plugin.PluginOutputexecute(File[] input, net.sf.tweety.plugin.parameter.CommandParameter[] params)Method to be executed with input files and parameters from tweety cliStringgetCommand()returns the parameter used to call this plugin from the tweety cli
-
-
-
Constructor Detail
-
PlPlugin
public PlPlugin(String[] args)
non-empty constructor in case of problems concerning jspf- Parameters:
args- never observed
-
PlPlugin
public PlPlugin()
actually used constructor, initializing start parameters for this plugin
-
-
Method Detail
-
capabilities
public String[] capabilities()
-
getCommand
public String getCommand()
returns the parameter used to call this plugin from the tweety cli- Specified by:
getCommandin interfacenet.sf.tweety.plugin.TweetyPlugin- Specified by:
getCommandin classnet.sf.tweety.plugin.AbstractTweetyPlugin
-
execute
public net.sf.tweety.plugin.PluginOutput execute(File[] input, net.sf.tweety.plugin.parameter.CommandParameter[] params)
Method to be executed with input files and parameters from tweety cli- Specified by:
executein interfacenet.sf.tweety.plugin.TweetyPlugin- Specified by:
executein classnet.sf.tweety.plugin.AbstractTweetyPlugin- Returns:
- an output written into a file or the console
-
-