public class ValueCreationResult extends ReasoningResult
| Modifier and Type | Field and Description |
|---|---|
private net.ssehub.easy.varModel.confModel.IDecisionVariable |
var |
| Constructor and Description |
|---|
ValueCreationResult(net.ssehub.easy.varModel.confModel.IDecisionVariable var)
Creates a value creation result.
|
| Modifier and Type | Method and Description |
|---|---|
net.ssehub.easy.varModel.model.values.Value |
getValue()
Returns the created value.
|
net.ssehub.easy.varModel.confModel.IDecisionVariable |
getVariable()
Returns the holding variable.
|
addAffected, addMessage, getAffectedVariable, getAffectedVariablesCount, getMeasure, getMessage, getMessageCount, hasConflict, hasInfo, hasTimeout, logInformation, logInformation, logInformation, measurementKeys, providesInformationOnAffectedVariables, reasoningUnsupported, setMeasure, setStopped, setTimeout, wasStoppedpublic ValueCreationResult(net.ssehub.easy.varModel.confModel.IDecisionVariable var)
var - the decision variable holding the created value (may be null in case of errors,
use ReasoningResult.addMessage(Message))public net.ssehub.easy.varModel.model.values.Value getValue()
ReasoningResult.addMessage(Message))public net.ssehub.easy.varModel.confModel.IDecisionVariable getVariable()
ReasoningResult.addMessage(Message))Copyright © 2009 - 2018 SSE. All Rights Reserved.