|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgggt.eg.set.Setting
public class Setting
The Setting class, object corresponding to the setting tag into the setting file.
| Method Summary | |
|---|---|
Algorithm |
getAlgorithm()
To get the algorithm object. |
Map |
getMap()
To get the map object. |
Noise |
getNoise()
To get the noise object. |
java.lang.String |
getPath()
To get the setting file path. |
int |
getSize()
To get the size of database to generate. |
boolean |
hasRigid()
|
Model |
nextModel()
To get a next Model according to a computed probability [0,1]. |
Constraint |
nextRigid()
To get a next rigid constraint according to a counter. |
void |
print()
To print the setting object like XML style. |
void |
setRigids()
To get the rigid constraints. |
void |
start()
The start method clear the constraints' stack, put to zero the |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getPath()
public int getSize()
public Algorithm getAlgorithm()
public Map getMap()
public Noise getNoise()
public void setRigids()
public void start()
public Constraint nextRigid()
public boolean hasRigid()
public Model nextModel()
public void print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||