|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.joone.engine.NeuralNetEvent
public class NeuralNetEvent
Transport class used to notify the events raised from a neural network
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
NeuralNetEvent(Monitor source)
The event constructor |
Method Summary | |
---|---|
NeuralNet |
getNeuralNet()
Getter for the NeuralNet generating this event. |
void |
setNeuralNet(NeuralNet nnet)
Setter for the NeuralNet generating this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NeuralNetEvent(Monitor source)
source
- The object generating this event. Normally it is the neural network's MonitorMethod Detail |
---|
public NeuralNet getNeuralNet()
public void setNeuralNet(NeuralNet nnet)
nnet
- The neural network generating this event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |