org.drools.semantics.base
Class StringSemaphore

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

public class StringSemaphore
extends Object
implements Semaphore

See Also:
Serialized Form

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

Field Detail

identifer

String identifer

value

String value
Constructor Detail

StringSemaphore

public StringSemaphore(String identifier)

StringSemaphore

public StringSemaphore(String identifier,
                       String value)
Method Detail

getIdentifier

public String getIdentifier()
Specified by:
getIdentifier in interface Semaphore

setValue

public void setValue(String value)

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2005 The Codehaus. All Rights Reserved.