Package | Description |
---|---|
eoa.data | |
eoa.graph | |
eoa.rfid |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,Vertex> |
DataEngine.graphmap |
Modifier and Type | Method and Description |
---|---|
Vertex[] |
DataEngine.getGraph()
Returns a vertex array of the graph
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vertex> |
DataEngine.getPathTo(java.lang.String src,
java.lang.String dest)
Returns the path (List
|
Modifier and Type | Field and Description |
---|---|
Vertex |
Vertex.previous |
Vertex |
Edge.target |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Vertex> |
Graph.getShortestPathTo(Vertex target)
Calculates the shortest path to a target
|
Modifier and Type | Method and Description |
---|---|
int |
Vertex.compareTo(Vertex other) |
static void |
Graph.computePaths(Vertex source)
Computes all paths from the source Vertex
|
static java.util.List<Vertex> |
Graph.getShortestPathTo(Vertex target)
Calculates the shortest path to a target
|
Constructor and Description |
---|
Edge(Vertex argTarget,
double argWeight) |
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<Vertex> |
RFIDListener._directions |
private java.util.List<Vertex> |
RFIDListener._path |
private java.util.Stack<Vertex> |
RFIDListener._travelled |
Constructor and Description |
---|
RFIDListener(DataEngine engine,
java.util.List<Vertex> path) |