public interface TweetyPlugin
extends net.xeoh.plugins.base.Plugin
| Modifier and Type | Method and Description |
|---|---|
PluginOutput |
execute(File[] input,
CommandParameter[] params)
passes by the arguments given with the call to the called plugin
|
String |
getCommand()
returns the keyword used in the cli to call this plugin
|
List<CommandParameter> |
getParameters()
returns parameters allowed with plugin calls
|
String getCommand()
PluginOutput execute(File[] input, CommandParameter[] params)
input - files to be used within the pluginparams - parameter handled in the plugin (e.g. desired output file, iterations...)List<CommandParameter> getParameters()
Copyright © 2018. All rights reserved.