|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.antree.Iteration
public class Iteration
Constructor Summary | |
---|---|
Iteration(Tree tree,
int number)
Default constructor. |
Method Summary | |
---|---|
int |
getNumber()
Returns the iteration number. |
Tree |
getTree()
Returns the best tree of the iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Iteration(Tree tree, int number)
tree
- the best tree of the iteration.number
- the iteration number;Method Detail |
---|
public int getNumber()
public Tree getTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |