Class XBFSEntry

java.lang.Object
  extended by XBFSEntry

public class XBFSEntry
extends Object


Field Summary
 long code
           
 int depth
           
 
Constructor Summary
XBFSEntry(long code, int depth)
           
 
Method Summary
 void addParent(XBFSEntry parent, int diagIndex)
           
 int getDVal()
           
 XBFSExtension getFirst()
           
 Iterator<XBFSExtension> getParents()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

depth

public final int depth

code

public final long code
Constructor Detail

XBFSEntry

public XBFSEntry(long code,
                 int depth)
Method Detail

getParents

public Iterator<XBFSExtension> getParents()

addParent

public void addParent(XBFSEntry parent,
                      int diagIndex)

getDVal

public int getDVal()

getFirst

public XBFSExtension getFirst()