public class PropositionalLogicPlugin
extends net.sf.tweety.plugin.AbstractTweetyPlugin
| Constructor and Description |
|---|
PropositionalLogicPlugin()
actually used constructor, initializing start parameters for this plugin
|
PropositionalLogicPlugin(String[] args)
non-empty constructor in case of problems concerning jspf
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
capabilities() |
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
|
String |
getCommand()
returns the parameter used to call this plugin from the tweety cli
|
public PropositionalLogicPlugin(String[] args)
args - never observedpublic PropositionalLogicPlugin()
public String[] capabilities()
public String getCommand()
getCommand in interface net.sf.tweety.plugin.TweetyPlugingetCommand in class net.sf.tweety.plugin.AbstractTweetyPluginpublic net.sf.tweety.plugin.PluginOutput execute(File[] input, net.sf.tweety.plugin.parameter.CommandParameter[] params)
execute in interface net.sf.tweety.plugin.TweetyPluginexecute in class net.sf.tweety.plugin.AbstractTweetyPluginCopyright © 2018. All rights reserved.