//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @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 //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** The `pattern_matching` package contains classes, traits and objects for graph * pattern matching such as graph simulation and subgraph isomorphism. */ package object pattern_matching { }