5.6. Query matching procedure
In order to follow the working of the proposed query matching procedure, we formalize the notion of core and satellite vertices. Given a query graph Q, we decompose the set of query vertices U into a set of core vertices Uc and a set of satellite vertices Us. Formally, when the degree of the query graph Δ(Q) > 1, Uc = {u|u ∈ U ∧ deg(u) > 1}; however, when Δ(Q) = 1, i.e. when the query graph is either a vertex or a multi-edge, we choose one query vertex at random as a core vertex and hence |Uc| = 1. The remaining vertices are classified as satellite vertices, whose degree is always 1. Formally, Us = {U\Uc}, where for every u ∈ Us, deg(u) = 1. The decomposition of the query multigraph Q is depicted in Figure 5.4, where the satellite vertices are separated (vertices under the shaded region in Figure 5.4(a)), in order to obtain the query graph that is spanned only by the core vertices (Figure 5.4(b)). Thus, during query...