org.drools.guvnor.client.rpc
Class SingleScenarioResult

java.lang.Object
  extended by org.drools.guvnor.client.rpc.SingleScenarioResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SingleScenarioResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
SingleScenarioResult()
           
SingleScenarioResult(ScenarioRunResult scenarioRunResult)
           
SingleScenarioResult(ScenarioRunResult scenarioRunResult, List<String[]> auditLog)
           
 
Method Summary
 List<String[]> getAuditLog()
           
 ScenarioRunResult getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleScenarioResult

public SingleScenarioResult()

SingleScenarioResult

public SingleScenarioResult(ScenarioRunResult scenarioRunResult)

SingleScenarioResult

public SingleScenarioResult(ScenarioRunResult scenarioRunResult,
                            List<String[]> auditLog)
Method Detail

getResult

public ScenarioRunResult getResult()

getAuditLog

public List<String[]> getAuditLog()


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