|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectXBFSEntry
public class XBFSEntry
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 |
---|
public final int depth
public final long code
Constructor Detail |
---|
public XBFSEntry(long code, int depth)
Method Detail |
---|
public Iterator<XBFSExtension> getParents()
public void addParent(XBFSEntry parent, int diagIndex)
public int getDVal()
public XBFSExtension getFirst()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |