public class FirstOrderLogicPlugin extends AbstractTweetyPlugin
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
FOLOGIC__CALL_PARAMETER |
private static java.lang.String |
FOLOGIC__QUERY_DESCRIPTION |
private static java.lang.String |
FOLOGIC__QUERY_IDENTIFIER |
private static java.lang.String |
FOLOGIC__REASONER_DESCRIPTION |
private static java.lang.String |
FOLOGIC__REASONER_IDENTIFIER |
private static java.lang.String[] |
FOLOGIC__REASONER_SOLVERENUM |
parameters| Constructor and Description |
|---|
FirstOrderLogicPlugin()
actually used constructor, initializes start parameters for this plugin
|
FirstOrderLogicPlugin(java.lang.String[] args)
non-empty constructor in case of problems concerning jspf
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
capabilities() |
PluginOutput |
execute(java.io.File[] input,
CommandParameter[] params)
Executes this plugin with given input files and other aggregated parameters
|
java.lang.String |
getCommand()
This class returns the parameter used to call this plugin
|
addParameter, getParameters, validateParameter, validateParameterprivate static final java.lang.String FOLOGIC__CALL_PARAMETER
private static final java.lang.String FOLOGIC__REASONER_IDENTIFIER
private static final java.lang.String FOLOGIC__REASONER_DESCRIPTION
private static final java.lang.String[] FOLOGIC__REASONER_SOLVERENUM
private static final java.lang.String FOLOGIC__QUERY_IDENTIFIER
private static final java.lang.String FOLOGIC__QUERY_DESCRIPTION
public FirstOrderLogicPlugin(java.lang.String[] args)
args - never observedpublic FirstOrderLogicPlugin()
public java.lang.String[] capabilities()
public java.lang.String getCommand()
getCommand in interface TweetyPlugingetCommand in class AbstractTweetyPluginpublic PluginOutput execute(java.io.File[] input, CommandParameter[] params)
execute in interface TweetyPluginexecute in class AbstractTweetyPlugininput - files to be parsed (e.g. knowledge base)params - other parameter like queries,