public class EngineStatus
extends java.lang.Object
Constructor and Description |
---|
EngineStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getError() |
SolveInfo |
getInfo() |
boolean |
hasAlternatives() |
void |
hasAlternatives(boolean hasAlternatives) |
boolean |
isAccepted() |
boolean |
isFirstSolution() |
void |
setAccepted(boolean value) |
void |
setError(java.lang.String error) |
void |
setFirstSolution(boolean value) |
void |
setInfo(SolveInfo info) |
public java.lang.String getError()
public void setError(java.lang.String error)
error
- The error to set.public boolean isFirstSolution()
public void setFirstSolution(boolean value)
public boolean isAccepted()
public void setAccepted(boolean value)
public boolean hasAlternatives()
public void hasAlternatives(boolean hasAlternatives)
hasAlternatives
- The hasAlternatives to set.public SolveInfo getInfo()
public void setInfo(SolveInfo info)
info
- The info to set.