choco.kernel.memory.trailing
Class AbstractStoredObject

java.lang.Object
  extended by choco.kernel.memory.trailing.AbstractStoredObject
Direct Known Subclasses:
StoredBool, StoredDouble, StoredInt, StoredLong

public class AbstractStoredObject
extends Object


Field Summary
protected  EnvironmentTrailing environment
          The current EnvironmentTrailing.
protected static Logger LOGGER
          Reference to an object for logging trace statements related memory & backtrack (using the java.util.logging package)
 int worldStamp
          The last world the search was moidified in.
 
Constructor Summary
AbstractStoredObject(EnvironmentTrailing environment)
           
 
Method Summary
 EnvironmentTrailing getEnvironment()
           
 int getWorldStamp()
           
 void setWorldStamp(int worldStamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
Reference to an object for logging trace statements related memory & backtrack (using the java.util.logging package)


environment

protected final EnvironmentTrailing environment
The current EnvironmentTrailing.


worldStamp

public int worldStamp
The last world the search was moidified in.

Constructor Detail

AbstractStoredObject

public AbstractStoredObject(EnvironmentTrailing environment)
Method Detail

getWorldStamp

public final int getWorldStamp()

setWorldStamp

public final void setWorldStamp(int worldStamp)

getEnvironment

public final EnvironmentTrailing getEnvironment()


Copyright © 2012. All Rights Reserved.