Research Article

Development of Data Fusion Method Based on Topological Relationships Using IndoorGML Core Module

Pseudocode 1

Pseudocode for event generation algorithm.
SetEvent (Graph, s)
in        Graph G = (Node N, Edge E)
            set node ns(x,y,z)N
Out        distance of edge
d(ni, nj) : distance of edge (ni, nj)E
s, i, j : integer
Begin
  Choose a Node niN
  FOR j = 1 to n
      IF (ni, nj) ∈ E then
      d(ni, nj) < −∞
  End
End