org.drools.semantics.base
Class DoubleSemaphore
java.lang.Object
org.drools.semantics.base.DoubleSemaphore
- All Implemented Interfaces:
- java.io.Serializable, Semaphore
public class DoubleSemaphore
- extends java.lang.Object
- implements Semaphore
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DoubleSemaphore
public DoubleSemaphore(java.lang.String identifier)
DoubleSemaphore
public DoubleSemaphore(java.lang.String identifier,
double value)
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()
- Overrides:
toString
in class java.lang.Object