public class FirstOrderLogicPlugin
extends net.sf.tweety.plugin.AbstractTweetyPlugin
| Constructor and Description |
|---|
FirstOrderLogicPlugin()
actually used constructor, initializes start parameters for this plugin
|
FirstOrderLogicPlugin(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)
Executes this plugin with given input files and other aggregated parameters
|
String |
getCommand()
This class returns the parameter used to call this plugin
|
public FirstOrderLogicPlugin(String[] args)
args - never observedpublic FirstOrderLogicPlugin()
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)params - other parameter like queries,Copyright © 2018. All rights reserved.