コード例 #1
0
 public int addVertex(RadiomapBackend.Vertex input, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void addMeasurement(RadiomapBackend.Building building, RadiomapBackend.Vertex v, string deviceMac, DateTime start, DateTime end)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public int addEdge(RadiomapBackend.Edge input, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void addBuilding_Macs(System.Collections.Generic.List <string> newMacs, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public int addBuilding_Floor(RadiomapBackend.Building_Floors bf, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void updateBuilding(RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }