org.drools.guvnor.client.rpc
Class ScenarioRunResult
java.lang.Object
org.drools.guvnor.client.rpc.ScenarioRunResult
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class ScenarioRunResult
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
This is essentially a "Either" class.
It will either be a list of rule compiler errors (should it have to compile), or the scenario run results.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScenarioRunResult
public ScenarioRunResult()
ScenarioRunResult
public ScenarioRunResult(List<BuilderResultLine> errors)
ScenarioRunResult
public ScenarioRunResult(Scenario scenario)
getScenario
public Scenario getScenario()
getErrors
public List<BuilderResultLine> getErrors()
hasErrors
public boolean hasErrors()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.