object
Class CumulativeVariable

java.lang.Object
  extended by object.PublicVariable
      extended by object.CumulativeVariable
Direct Known Subclasses:
CumulativeInteger

public abstract class CumulativeVariable
extends PublicVariable

Author:
Rob Minson

Nested Class Summary
 
Nested classes/interfaces inherited from class object.PublicVariable
PublicVariable.OwnershipState
 
Field Summary
 
Fields inherited from class object.PublicVariable
hasValue, myHandle, obLook, ownersHandle, ownership
 
Constructor Summary
CumulativeVariable()
           
 
Method Summary
 
Methods inherited from class object.PublicVariable
addVariableListener, checkOwnership, isOwned, removeVariableListener, requestOwnership, waitForOwnershipResolution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CumulativeVariable

public CumulativeVariable()