public class PreferencesPlugin
extends net.sf.tweety.plugin.AbstractTweetyPlugin
| Constructor and Description |
|---|
PreferencesPlugin()
Default empty constructor initializing this plugins parameter
|
PreferencesPlugin(String[] args)
non-empty constructur in case of errors in JSPF
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(net.sf.tweety.plugin.parameter.CommandParameter cmdParameter) |
String[] |
capabilities() |
net.sf.tweety.plugin.PluginOutput |
execute(File[] input,
net.sf.tweety.plugin.parameter.CommandParameter[] params) |
String |
getCommand() |
List<net.sf.tweety.plugin.parameter.CommandParameter> |
getParameters() |
public PreferencesPlugin(String[] args)
args - public PreferencesPlugin()
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.AbstractTweetyPluginpublic List<net.sf.tweety.plugin.parameter.CommandParameter> getParameters()
getParameters in interface net.sf.tweety.plugin.TweetyPlugingetParameters in class net.sf.tweety.plugin.AbstractTweetyPluginpublic void addParameter(net.sf.tweety.plugin.parameter.CommandParameter cmdParameter)
addParameter in class net.sf.tweety.plugin.AbstractTweetyPluginCopyright © 2018. All rights reserved.