public class ScenarioResult extends Object
| Constructor and Description |
|---|
ScenarioResult(FactIdentifier factIdentifier,
FactMappingValue factMappingValue,
Object resultValue,
Boolean result) |
| Modifier and Type | Method and Description |
|---|---|
FactIdentifier |
getFactIdentifier() |
FactMappingValue |
getFactMappingValue() |
Boolean |
getResult() |
Object |
getResultValue() |
public ScenarioResult(FactIdentifier factIdentifier, FactMappingValue factMappingValue, Object resultValue, Boolean result)
public FactIdentifier getFactIdentifier()
public FactMappingValue getFactMappingValue()
public Object getResultValue()
public Boolean getResult()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.