public class FailedElementDetails
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Integer |
errorClassifier |
private net.ssehub.easy.varModel.model.Constraint |
problemConstraint |
private net.ssehub.easy.varModel.cst.ConstraintSyntaxTree |
problemConstraintPart |
private java.util.Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> |
problemPoints |
| Constructor and Description |
|---|
FailedElementDetails()
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getErrorClassifier()
Method for returning error classifier.
|
net.ssehub.easy.varModel.model.Constraint |
getProblemConstraint()
Method for returning the failed Constraint
Constraint. |
net.ssehub.easy.varModel.cst.ConstraintSyntaxTree |
getProblemConstraintPart()
Method for returning a part of failed Constraints
ConstraintSyntaxTree. |
java.util.Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> |
getProblemPoints()
Method for returning a set of
IDecisionVariables that may caused a constraint to fail. |
void |
setErrorClassifier(java.lang.Integer classifier)
Method for adding error classifier.
|
void |
setProblemConstraint(net.ssehub.easy.varModel.model.Constraint problemConstraint)
Method for adding the failed Constraints
Constraint. |
void |
setProblemConstraintPart(net.ssehub.easy.varModel.cst.ConstraintSyntaxTree problemConstraintPart)
Method for adding a part of failed Constraints
ConstraintSyntaxTree. |
void |
setProblemPoints(java.util.Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> problemPoints)
Method for adding a set of
IDecisionVariables that may caused a constraint to fail. |
private java.util.Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> problemPoints
private net.ssehub.easy.varModel.cst.ConstraintSyntaxTree problemConstraintPart
private net.ssehub.easy.varModel.model.Constraint problemConstraint
private java.lang.Integer errorClassifier
public void setProblemPoints(java.util.Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> problemPoints)
IDecisionVariables that may caused a constraint to fail.problemPoints - Set of IDecisionVariables.public void setProblemConstraintPart(net.ssehub.easy.varModel.cst.ConstraintSyntaxTree problemConstraintPart)
ConstraintSyntaxTree.problemConstraintPart - Part of failed constraint.public void setProblemConstraint(net.ssehub.easy.varModel.model.Constraint problemConstraint)
Constraint.problemConstraint - The failed constraint.public void setErrorClassifier(java.lang.Integer classifier)
classifier - error classifier.public java.util.Set<net.ssehub.easy.varModel.confModel.IDecisionVariable> getProblemPoints()
IDecisionVariables that may caused a constraint to fail.IDecisionVariables.public net.ssehub.easy.varModel.cst.ConstraintSyntaxTree getProblemConstraintPart()
ConstraintSyntaxTree.public net.ssehub.easy.varModel.model.Constraint getProblemConstraint()
Constraint.public java.lang.Integer getErrorClassifier()
Copyright © 2009 - 2018 SSE. All Rights Reserved.