public class RPCLPlugin
extends net.sf.tweety.plugin.AbstractTweetyPlugin
| Constructor and Description |
|---|
RPCLPlugin() |
RPCLPlugin(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
capabilities() |
net.sf.tweety.plugin.PluginOutput |
execute(File[] input,
net.sf.tweety.plugin.parameter.CommandParameter[] params)
Executes this plugin with given input files and other aggregated parameters
|
String |
getCommand() |
public RPCLPlugin()
public RPCLPlugin(String[] args)
args - 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.AbstractTweetyPlugininput - files to be parsed (e.g. knowledge base). Input is assumed to contain only one file
at the first position (input[0]).params - other parameter like queries, parser or reasonerCopyright © 2018. All rights reserved.