net.sf.myra.antree
Class Iteration

java.lang.Object
  extended by net.sf.myra.antree.Iteration

public class Iteration
extends java.lang.Object

Version:
$Revision: 2320 $ $Date:: 2011-01-25 13:06:10#$
Author:
Fernando Esteban Barril Otero

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

Iteration

public Iteration(Tree tree,
                 int number)
Default constructor.

Parameters:
tree - the best tree of the iteration.
number - the iteration number;
Method Detail

getNumber

public int getNumber()
Returns the iteration number.

Returns:
the iteration number.

getTree

public Tree getTree()
Returns the best tree of the iteration.

Returns:
the best tree of the iteration.


Copyright © 2013. All Rights Reserved.