|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.util.plugins.PluginBase
public class PluginBase
The PluginBase class is base class for all neural network plugins.
Field Summary | |
---|---|
private java.lang.String |
name
Name for this plugin |
private NeuralNetwork |
parentNetwork
Reference to parent neural network |
private static long |
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class. |
Constructor Summary | |
---|---|
PluginBase(java.lang.String name)
Creates an instance of plugin for neural network |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this plugin |
NeuralNetwork |
getParentNetwork()
Returns the parent network for this plugin |
void |
setParentNetwork(NeuralNetwork parentNetwork)
Sets the parent network for this plugin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String name
private NeuralNetwork parentNetwork
Constructor Detail |
---|
public PluginBase(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
public NeuralNetwork getParentNetwork()
public void setParentNetwork(NeuralNetwork parentNetwork)
parentNetwork
- parent network for this plugin
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |