org.drools.semantics.base
Class CharSemaphore

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

public class CharSemaphore
extends Object
implements Semaphore

See Also:
Serialized Form

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

Field Detail

identifier

String identifier

value

char value
Constructor Detail

CharSemaphore

public CharSemaphore(String identifier)
Method Detail

getIdentifier

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

setValue

public void setValue(char value)

getValue

public char getValue()

toString

public String toString()
Overrides:
toString in class Object


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