choco.kernel.memory.copy
Class RcSave

java.lang.Object
  extended by choco.kernel.memory.copy.RcSave
All Implemented Interfaces:
RecomputableElement

public final class RcSave
extends Object
implements RecomputableElement


Field Summary
 RecomputableElement[][] currentElement
           
 
Fields inherited from interface choco.kernel.memory.copy.RecomputableElement
BOOL, DOUBLE, DOUBLEVECTOR, INT, INTVECTOR, LONG, LONGVECTOR, NB_TYPE, OBJECT, VECTOR
 
Constructor Summary
RcSave(EnvironmentCopying env)
           
 
Method Summary
 void clear()
           
 int getTimeStamp()
           
 int getType()
           
 void remove(int worldIndex)
           
 void restore(int worldIndex)
           
 void save(int worldIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentElement

public RecomputableElement[][] currentElement
Constructor Detail

RcSave

public RcSave(EnvironmentCopying env)
Method Detail

clear

public void clear()

save

public void save(int worldIndex)

restore

public void restore(int worldIndex)

remove

public void remove(int worldIndex)

getType

public int getType()
Specified by:
getType in interface RecomputableElement

getTimeStamp

public int getTimeStamp()
Specified by:
getTimeStamp in interface RecomputableElement


Copyright © 2012. All Rights Reserved.