Drools :: Core 6.0.0.Beta5

org.drools.core.util
Class Memento<T>

java.lang.Object
  extended by org.drools.core.util.Memento<T>

public class Memento<T>
extends Object


Constructor Summary
Memento(T object)
           
 
Method Summary
protected  T doClone()
           
 T get()
           
 boolean initFirstRecord()
           
 void record()
           
 void undo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Memento

public Memento(T object)
Method Detail

initFirstRecord

public boolean initFirstRecord()

get

public T get()

record

public void record()

undo

public void undo()

doClone

protected T doClone()

Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.