|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.fz.Options
public class Options
It parses the options provided to flatzinc parser/executable. It contains information about all options used for a given flatzinc file.
| Constructor Summary | |
|---|---|
Options(java.lang.String[] args)
It constructs an Options object and parses all the parameters/options provided to flatzinc to jacop parser. |
|
| Method Summary | |
|---|---|
boolean |
getAll()
It returns true if the search for all solution has been requested. |
java.io.FileInputStream |
getFile()
It returns the file input stream for the file containing flatzinc description. |
int |
getNumberSolutions()
It returns the number of solutions the solver should search for. |
boolean |
getStatistics()
It returns true if the search statistics are to be displayed. |
int |
getTimeOut()
It returns time out set for the search. |
boolean |
getVerbose()
It returns true if the verbose mode has been requested. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Options(java.lang.String[] args)
args - arguments to flatzinc to jacop parser.| Method Detail |
|---|
public java.io.FileInputStream getFile()
public boolean getAll()
public boolean getVerbose()
public boolean getStatistics()
public int getTimeOut()
public int getNumberSolutions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||