org.encog.plugin
Interface EncogPluginBase
- All Known Subinterfaces:
- EncogPluginLogging1, EncogPluginService1
- All Known Implementing Classes:
- SystemActivationPlugin, SystemLoggingPlugin, SystemMethodsPlugin, SystemTrainingPlugin
public interface EncogPluginBase
The base plugin for Encog.
TYPE_LOGGING
static final int TYPE_LOGGING
- See Also:
- Constant Field Values
TYPE_SERVICE
static final int TYPE_SERVICE
- See Also:
- Constant Field Values
getPluginType
int getPluginType()
- Returns:
- The type number for this plugin.
getPluginServiceType
int getPluginServiceType()
- Returns:
- The service type provided by this plugin.
getPluginName
String getPluginName()
- Returns:
- The name of the plugin.
getPluginDescription
String getPluginDescription()
- Returns:
- The plugin description.
Copyright © 2014. All Rights Reserved.