spoke.signal.util
Class Logarithme

java.lang.Object
  extended by spoke.connection.Module
      extended by spoke.signal.Module
          extended by spoke.signal.util.Logarithme
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, Connectable

public class Logarithme
extends Module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Logarithme()
           
 
Method Summary
 boolean getSens()
           
 double getSeuil()
           
 void run()
           
 void setSens(boolean sens)
           
 void setSeuil(double seuil)
           
 
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
 

Constructor Detail

Logarithme

public Logarithme()
Method Detail

run

public void run()

setSeuil

public void setSeuil(double seuil)

getSeuil

public double getSeuil()

setSens

public void setSens(boolean sens)

getSens

public boolean getSens()