net.openai.ai.nn.network.event
Class NeuronEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.openai.ai.nn.network.event.AbstractNNEvent
              |
              +--net.openai.ai.nn.network.event.NeuronEvent
All Implemented Interfaces:
java.io.Serializable

public class NeuronEvent
extends AbstractNNEvent

NeuronEvent

Version:
$Id: NeuronEvent.java,v 1.1 2002/02/28 17:07:23 tweber Exp $
Author:
gleo/Thomas Weber
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.openai.ai.nn.network.event.AbstractNNEvent
ADD, REMOVE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NeuronEvent(java.lang.Object source, Neuron neuron, int type)
          Constructs a new NeuronEvent
 
Method Summary
 Neuron getNeuron()
          returns the neuron
 
Methods inherited from class net.openai.ai.nn.network.event.AbstractNNEvent
getType
 
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

NeuronEvent

public NeuronEvent(java.lang.Object source,
                   Neuron neuron,
                   int type)
Constructs a new NeuronEvent

Method Detail

getNeuron

public Neuron getNeuron()
returns the neuron



Copyright - 2001 OpenAI Labs. All Rights Reserved.