neuroidnet.ntr
Interface Input

All Known Implementing Classes:
AxonArbor, Neuroid, StatisticalInputSequence.SimObject

public interface Input

Interface for devices to provide input to the network. Created: Sat Mar 31 20:07:11 2001

Version:
Author:
Cengiz Gunay

Method Summary
 void fire()
          Fires the device, the recipients are notified.
 

Method Detail

fire

public void fire()
Fires the device, the recipients are notified.

See Also:
Neuroid.fire()