Uses of Class
Loop

Uses of Loop in <Unnamed>
 

Methods in <Unnamed> that return Loop
static Loop Loop.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Loop[] Loop.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in <Unnamed> that return types with arguments of type Loop
static java.util.ArrayList<Loop> Loop.getLoops(java.lang.String template, int lowerBound, int upperBound)
          This method returns all the Loops that 'fit' the given template and have an energy value in between the given upper and lower bound.
 

Constructors in <Unnamed> with parameters of type Loop
Node(Tree tree, Node parent, int level, Loop loop, int energy)
          Constructs a new Node.