org.drools.semantics.base
Class SetSemaphore

java.lang.Object
  extended by org.drools.semantics.base.SetSemaphore
All Implemented Interfaces:
java.io.Serializable, Semaphore

public class SetSemaphore
extends java.lang.Object
implements Semaphore

See Also:
Serialized Form

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

Constructor Detail

SetSemaphore

public SetSemaphore(java.lang.String identifier)

SetSemaphore

public SetSemaphore(java.lang.String identifier,
                    java.util.Set value)
Method Detail

getIdentifier

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

setValue

public void setValue(java.util.Set value)

getValue

public java.util.Set getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object