Package | Description |
---|---|
lavesdk.algorithm.plugin | |
lavesdk.algorithm.plugin.views | |
lavesdk.configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
AlgorithmPlugin.getConfiguration()
Gets the current configuration of the plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmPlugin.initialize(PluginHost host,
ResourceLoader resLoader,
Configuration config)
Initializes the plugin and is called once before the plugin is used.
|
Modifier and Type | Method and Description |
---|---|
void |
View.loadConfiguration(Configuration cfg)
Loads the configuration data of the view from the given configuration.
|
void |
View.loadConfiguration(Configuration cfg,
java.lang.String key)
Loads the configuration data of the view from the given configuration.
|
protected void |
View.readConfigurationData(Configuration cd)
Reads the configuration data of the view.
|
protected void |
TextAreaView.readConfigurationData(Configuration cd)
Reads the configuration data of the view.
|
protected void |
LegendView.readConfigurationData(Configuration cd)
Reads the configuration data of the view.
|
protected void |
GraphView.readConfigurationData(Configuration cd)
Reads the configuration data of the view.
|
protected void |
AlgorithmTextView.readConfigurationData(Configuration cd)
Reads the configuration data of the view.
|
void |
View.saveConfiguration(Configuration cfg)
Saves the configuration data of the view to the given configuration.
|
void |
View.saveConfiguration(Configuration cfg,
java.lang.String key)
Saves the configuration data of the view to the given configuration.
|
protected void |
View.writeConfigurationData(Configuration cd)
Writes the configuration data of the view.
|
protected void |
TextAreaView.writeConfigurationData(Configuration cd)
Writes the configuration data of the view.
|
protected void |
LegendView.writeConfigurationData(Configuration cd)
Writes the configuration data of the view.
|
protected void |
GraphView.writeConfigurationData(Configuration cd)
Writes the configuration data of the view.
|
protected void |
AlgorithmTextView.writeConfigurationData(Configuration cd)
Writes the configuration data of the view.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addConfiguration(java.lang.String key,
Configuration cfg)
Adds a (sub) configuration to this configuration.
|
Configuration |
Configuration.getConfiguration(java.lang.String key)
Gets a (sub) configuration for a given data key.
|
static Configuration |
Configuration.load(java.io.File file)
Loads a configuration file.
|
static Configuration |
Configuration.load(java.lang.String filename)
Loads a configuration file.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addConfiguration(java.lang.String key,
Configuration cfg)
Adds a (sub) configuration to this configuration.
|
static void |
Configuration.save(java.io.File file,
Configuration cfg)
Saves a given configuration.
|
static void |
Configuration.save(java.lang.String filename,
Configuration cfg)
Saves a given configuration.
|