Drools :: Core 6.1.0.Beta1

org.drools.core.audit
Class WorkingMemoryLog

java.lang.Object
  extended by org.drools.core.audit.WorkingMemoryLog

public class WorkingMemoryLog
extends Object


Constructor Summary
WorkingMemoryLog()
           
WorkingMemoryLog(List<LogEvent> events, String engine)
           
 
Method Summary
 String getEngine()
           
 List<LogEvent> getEvents()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkingMemoryLog

public WorkingMemoryLog()

WorkingMemoryLog

public WorkingMemoryLog(List<LogEvent> events,
                        String engine)
Method Detail

getVersion

public String getVersion()

getEvents

public List<LogEvent> getEvents()

getEngine

public String getEngine()

Drools :: Core 6.1.0.Beta1

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