public class SbvrParsingResult extends Object
Constructor and Description |
---|
SbvrParsingResult() |
Modifier and Type | Method and Description |
---|---|
void |
addError(SbvrErrorInfo error) |
void |
addErrors(List<SbvrErrorInfo> errors) |
FolConstraint |
getConstraint() |
TreeMap<String,List<SbvrErrorInfo>> |
getErrors() |
FolExpression |
getFirstOrderLogicExpression() |
String |
getRuleInvocationStack() |
boolean |
hasFirstOrderLogicExpression() |
boolean |
hasRuleInvocationStack() |
void |
setConstraint(FolConstraint con) |
void |
setErrors(TreeMap<String,List<SbvrErrorInfo>> errorsByCategory) |
void |
setFirstOrderLogicExpression(FolExpression folExpr) |
void |
setRuleInvocationStack(String stack) |
public TreeMap<String,List<SbvrErrorInfo>> getErrors()
public void setErrors(TreeMap<String,List<SbvrErrorInfo>> errorsByCategory)
errors
- the errors to setpublic void addError(SbvrErrorInfo error)
public void addErrors(List<SbvrErrorInfo> errors)
public boolean hasRuleInvocationStack()
public void setRuleInvocationStack(String stack)
public String getRuleInvocationStack()
public FolConstraint getConstraint()
public void setConstraint(FolConstraint con)
con
- the con to setpublic FolExpression getFirstOrderLogicExpression()
public void setFirstOrderLogicExpression(FolExpression folExpr)
public boolean hasFirstOrderLogicExpression()
Copyright © 2018. All rights reserved.