org.drools.semantics.base
Class FloatSemaphore

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

public class FloatSemaphore
extends java.lang.Object
implements Semaphore

See Also:
Serialized Form
 

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

Constructor Detail

FloatSemaphore

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

getIdentifier

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

setValue

public void setValue(float value)

getValue

public float getValue()

toString

public java.lang.String toString()