org.encog.plugin
Interface EncogPluginBase
-
- All Known Subinterfaces:
- EncogPluginLogging1, EncogPluginService1
- All Known Implementing Classes:
- SystemActivationPlugin, SystemLoggingPlugin, SystemMethodsPlugin, SystemTrainingPlugin
public interface EncogPluginBaseThe base plugin for Encog.
-
-
Field Summary
Fields Modifier and Type Field and Description static intTYPE_LOGGINGstatic intTYPE_SERVICE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetPluginDescription()java.lang.StringgetPluginName()intgetPluginServiceType()intgetPluginType()
-
-
-
Field Detail
-
TYPE_LOGGING
static final int TYPE_LOGGING
- See Also:
- Constant Field Values
-
TYPE_SERVICE
static final int TYPE_SERVICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPluginType
int getPluginType()
- Returns:
- The type number for this plugin.
-
getPluginServiceType
int getPluginServiceType()
- Returns:
- The service type provided by this plugin.
-
getPluginName
java.lang.String getPluginName()
- Returns:
- The name of the plugin.
-
getPluginDescription
java.lang.String getPluginDescription()
- Returns:
- The plugin description.
-
-
DMelt 3.0 © DataMelt by jWork.ORG