public class Me
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isConnectionGraphExtracted
is there a need to extract again the connection graph from the local file
|
HyperConnection |
localconnectionGraph
connexion graph that is stored on the device
|
Device |
localDevice
local device
|
Constructor and Description |
---|
Me(android.content.Context ctx)
Create Locale device
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDeviceName()
returns the device name
|
HyperConnection |
getLocalconnectionGraph() |
long |
getLocalTimeShifterALongTimeAgo()
return the time
|
Calibration |
getMultiHopCalibration()
return the multi hop calibration parameters for the local device
|
Calibration |
getMultiHopCalibration(int Vertex_id)
return the multi hop calibration parameters for the given node
|
HyperConnection |
getShortestPath(int src) |
Calibration |
getSingleHopCalibration()
provide the calibration parameters back to last best regression
|
static int |
getVertexId()
return the vertex id which is generated using the device name
|
void |
setConnectionHyperGraph()
Extract the connection graph from the local file where it is stored.
|
public Device localDevice
public HyperConnection localconnectionGraph
public boolean isConnectionGraphExtracted
public Me(android.content.Context ctx)
ctx
- contextpublic void setConnectionHyperGraph()
public HyperConnection getLocalconnectionGraph()
public long getLocalTimeShifterALongTimeAgo()
public HyperConnection getShortestPath(int src)
public Calibration getMultiHopCalibration(int Vertex_id)
Vertex_id
- vertex id of the node that is consideredpublic Calibration getMultiHopCalibration()
public Calibration getSingleHopCalibration()
public static java.lang.String getDeviceName()
public static int getVertexId()