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.


Field Summary
static int TYPE_LOGGING
           
static int TYPE_SERVICE
           
 
Method Summary
 String getPluginDescription()
           
 String getPluginName()
           
 int getPluginServiceType()
           
 int getPluginType()
           
 

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

String getPluginName()
Returns:
The name of the plugin.

getPluginDescription

String getPluginDescription()
Returns:
The plugin description.


Copyright © 2014. All Rights Reserved.