public abstract class VisitedNode extends java.lang.Object implements IdentifiablePriorityQueue.Identifiable
Constructor and Description |
---|
VisitedNode() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
abstract double[] |
getCosts() |
int |
getDepth() |
long |
getId()
Returns the ID of the element.
|
int |
getLinkLevel() |
int |
getPartitionId() |
long |
getPrevLink() |
VisitedNode |
getPrevNode() |
java.lang.Object |
getUserObject() |
int |
hashCode() |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public long getId()
IdentifiablePriorityQueue.Identifiable
getId
in interface IdentifiablePriorityQueue.Identifiable
public int getPartitionId()
public abstract double[] getCosts()
public long getPrevLink()
public VisitedNode getPrevNode()
public int getDepth()
public int getLinkLevel()
public java.lang.Object getUserObject()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object