avrora.stack
Class StateSpace.Link

java.lang.Object
  extended byavrora.stack.StateSpace.Link
Enclosing class:
StateSpace

public class StateSpace.Link
extends java.lang.Object

The Link inner class represents an edge between two states within the state space. The edge's destination and weight is specified. The source is known by context.


Field Summary
 StateSpace.Link next
           
 StateSpace.State state
           
 int weight
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public final StateSpace.State state

next

public final StateSpace.Link next

weight

public final int weight