public class EngineStatus extends Object
Constructor and Description |
---|
EngineStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getError() |
SolveInfo |
getInfo() |
boolean |
hasAlternatives() |
void |
hasAlternatives(boolean hasAlternatives) |
boolean |
isAccepted() |
boolean |
isFirstSolution() |
void |
setAccepted(boolean value) |
void |
setError(String error) |
void |
setFirstSolution(boolean value) |
void |
setInfo(SolveInfo info) |
public String getError()
public void setError(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.Copyright © 2015. All rights reserved.