org.drools.semantics.base
Class DoubleSemaphore

java.lang.Object
  extended byorg.drools.semantics.base.DoubleSemaphore
All Implemented Interfaces:
Semaphore, java.io.Serializable

public class DoubleSemaphore
extends java.lang.Object
implements Semaphore

See Also:
Serialized Form
 

Constructor Summary
DoubleSemaphore(java.lang.String identifier)
           
 
Method Summary
 java.lang.String getIdentifier()
           
 double getValue()
           
 void setValue(double value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleSemaphore

public DoubleSemaphore(java.lang.String identifier)
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Specified by:
getIdentifier in interface Semaphore

setValue

public void setValue(double value)

getValue

public double getValue()

toString

public java.lang.String toString()