spoke.signal
Class Module

java.lang.Object
  extended by spoke.connection.Module
      extended by spoke.signal.Module
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, Connectable
Direct Known Subclasses:
Additionneur, AlgorithmeATrous, Fourier, Integrateur, LearningVectorQuantization, Logarithme, Modulateur, Ondelette, Ondelette2D, Preaccentuation, Recouvrement, Repeteur, SelfOrganizingMap, SignalAnalytique, Speaker

public abstract class Module
extends Module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Module()
           
 
Method Summary
 
Methods inherited from class spoke.connection.Module
addConnectionListener, close, connect, connection, disconnect, open, removeConnectionListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

Module

public Module()