Packages

t

scalation.graphalytics

IsomorphismChecker

trait IsomorphismChecker extends AnyRef

The IsomorphismChecker trait check the validity of the isomorphic matches between the query graph 'q' and subgraphs of the data graph 'g'.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsomorphismChecker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def checkEdges(psi: Array[Int], q: Graph, g: Graph): Boolean

    Check the set of bijections for matching structure.

    Check the set of bijections for matching structure.

    psi

    the set of bijections to check

    q

    the query graph Q(U, D, k)

    g

    the data graph G(V, E, l)

  2. def checkIsomorphisms(bijections: Set[Array[Int]], q: Graph, g: Graph): Boolean

    Check the set of bijections indicating the isomorphic matches.

    Check the set of bijections indicating the isomorphic matches.

    q

    the query graph Q(U, D, k)

    g

    the data graph G(V, E, l)

  3. def checkLabels(psi: Array[Int], q: Graph, g: Graph): Boolean

    Check the set of bijections for matching semantics (labels).

    Check the set of bijections for matching semantics (labels).

    psi

    the set of bijections to check

    q

    the query graph Q(U, D, k)

    g

    the data graph G(V, E, l)