- genderToString(int) - Method in class eoa.tts.VoiceEngine
-
Helper method to convert gender constants to strings
- getCode() - Method in enum eoa.data.DataResult
-
- getCP() - Method in class eoa.rfid.RFIDEvent
-
Get the ID of the tag just scanned
- getDir(int) - Method in class eoa.data.CheckPoint
-
Return the node at the given direction
i:
1 = North
2 = East
3 = South
4 = West
- getDirection(String, String) - Method in class eoa.data.DataEngine
-
Get the direction from one checkpoint to another
- getDist(int) - Method in class eoa.data.CheckPoint
-
Return the distance of the node at the given direction
i:
1 = North
2 = East
3 = South
4 = West
- getDist(String, String) - Method in class eoa.data.DataEngine
-
Get the distances from one tag to another
- getGraph() - Method in class eoa.data.DataEngine
-
Returns a vertex array of the graph
- getId() - Method in class eoa.data.CheckPoint
-
Gets the Tag ID
- getLast() - Method in class eoa.rfid.RFIDScanner
-
- getNeighbors() - Method in class eoa.data.CheckPoint
-
Get the neighbors (ID's and Distances)
- getPathTo(String, String) - Method in class eoa.data.DataEngine
-
Returns the path (List) from the source Friendly-Name to dest Friendly-Name
- getShortestPathTo(Vertex) - Static method in class eoa.graph.Graph
-
Calculates the shortest path to a target
- getTagData(String) - Method in class eoa.data.DataEngine
-
Gets the associated DataEntry from the given tag ID
- getValue() - Method in class eoa.data.CheckPoint
-
gets tag location
- Graph - Class in eoa.graph
-
- Graph() - Constructor for class eoa.graph.Graph
-
- graphmap - Variable in class eoa.data.DataEngine
-