| Package | Description | 
|---|---|
| net.sf.tweety.logics.fol.plugin | |
| net.sf.tweety.logics.pl.plugin | |
| net.sf.tweety.logics.rpcl.plugin | |
| net.sf.tweety.plugin | |
| net.sf.tweety.preferences.plugin | 
| Modifier and Type | Method and Description | 
|---|---|
PluginOutput | 
FirstOrderLogicPlugin.execute(java.io.File[] input,
       CommandParameter[] params)
Executes this plugin with given input files and other aggregated parameters 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PluginOutput | 
PropositionalLogicPlugin.execute(java.io.File[] input,
       CommandParameter[] params)
Method to be executed with input files and parameters from tweety cli 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PluginOutput | 
RPCLPlugin.execute(java.io.File[] input,
       CommandParameter[] params)
Executes this plugin with given input files and other aggregated parameters 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PluginOutput | 
TweetyPlugin.execute(java.io.File[] input,
       CommandParameter[] params)
passes by the arguments given with the call to the called plugin 
 | 
abstract PluginOutput | 
AbstractTweetyPlugin.execute(java.io.File[] input,
       CommandParameter[] params)
executes the given input 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PluginOutput | 
PreferencesPlugin.execute(java.io.File[] input,
       CommandParameter[] params)  |