//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @author Hao Peng * @version 1.4 * @date Wed Nov 4 12:27:00 EDT 2017 * @see LICENSE (MIT style license file). */ package scalation.graph_db.pattern_matching //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** The `test` package contains classes for testing graph pattern matching algorithms. */ package object test { }