public static class SeaOfGatesEngine.SearchVertex extends java.lang.Object implements java.lang.Comparable<SeaOfGatesEngine.SearchVertex>
Constructor and Description |
---|
SeaOfGatesEngine.SearchVertex(SeaOfGatesEngine.SearchVertex sv) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SeaOfGatesEngine.SearchVertex svo)
Method to sort SearchVertex objects by their cost.
|
java.lang.String |
describeMetal() |
int |
getC() |
int |
getCost() |
int |
getGRBucket() |
SeaOfGatesEngine.SearchVertex |
getLast() |
SeaOfGatesEngine.SearchVertexAddon |
getMoreGeometry() |
SeaOfGatesEngine.Wavefront |
getWavefront() |
double |
getX() |
double |
getY() |
int |
getZ() |
boolean |
isCantCompleteRoute()
Method to tell whether this SearchVertex cannot connect to the end of the route.
|
boolean |
isMustCompleteRoute()
Method to tell whether this SearchVertex must connect to the end of the route.
|
boolean |
isOffInitialSegment()
Method to tell whether this SearchVertex is off the initial segment.
|
public SeaOfGatesEngine.SearchVertex(SeaOfGatesEngine.SearchVertex sv)
public double getX()
public double getY()
public int getZ()
public java.lang.String describeMetal()
public int getC()
public SeaOfGatesEngine.SearchVertex getLast()
public int getCost()
public SeaOfGatesEngine.SearchVertexAddon getMoreGeometry()
public int getGRBucket()
public SeaOfGatesEngine.Wavefront getWavefront()
public boolean isOffInitialSegment()
public boolean isCantCompleteRoute()
public boolean isMustCompleteRoute()
public int compareTo(SeaOfGatesEngine.SearchVertex svo)
compareTo
in interface java.lang.Comparable<SeaOfGatesEngine.SearchVertex>