org.w3.banana

isomorphism

package isomorphism

Visibility
  1. Public
  2. All

Type Members

  1. class GraphIsomorphismTest[Rdf <: RDF] extends WordSpec with IsomorphismBNodeTrait[Rdf] with Matchers

    Tests for the pure Scala implementation of Graph Isomorphism

  2. trait IsomorphismBNodeTrait[Rdf <: RDF] extends AnyRef

    Created by hjs on 04/09/2014.

  3. abstract class IsomorphismTests[Rdf <: RDF] extends WordSpec with IsomorphismBNodeTrait[Rdf] with Matchers

    Generic Tests for isomorphism functions that use whatever the Ops implementation chooses Created by Henry Story on 13/07/2014.

  4. class SimpleClassifyTest[Rdf <: RDF] extends WordSpec with IsomorphismBNodeTrait[Rdf] with Matchers

    Test the simple classification of Bnodes for the scala implementation of Isomorphism Created by hjs on 04/09/2014.

Ungrouped