Uses of Package
net.xqhs.graphs.matcher

Packages that use net.xqhs.graphs.matcher
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
net.xqhs.graphs.matcher This package contains the definition of the net.xqhs.graphs.matcher.GraphMatcher interface and the GraphMatcherQuick implementation. 
net.xqhs.graphs.matchingPlatform This package contains the definition of GraphMatchingPlatform and related classes. 
 

Classes in net.xqhs.graphs.matcher used by net.xqhs.graphs.context
Match
          Class describing a [partial] match of GP in G.
MonitorPack
          The class works in conjunction with graph matching classes (such as GraphMatcherQuick) to handle both performance evaluation and visualizing tasks.
 

Classes in net.xqhs.graphs.matcher used by net.xqhs.graphs.matcher
GraphMatcherQuick
          An algorithm that finds partial matches between a graph pattern GP (or G^P) and a graph (G).
GraphMatchingProcess
          An implementation of this interface abstracts the matching process between a graph and a pattern (or two graph).
Match
          Class describing a [partial] match of GP in G.
Match.Candidacy
          Possible values for the situations in which two matches can be with regard to merging.
Match.MatchComparator
          Match comparator.
MatchingVisualizer
          Visualizer for the matching process.
MonitorPack
          The class works in conjunction with graph matching classes (such as GraphMatcherQuick) to handle both performance evaluation and visualizing tasks.
 

Classes in net.xqhs.graphs.matcher used by net.xqhs.graphs.matchingPlatform
GraphMatcherQuick
          An algorithm that finds partial matches between a graph pattern GP (or G^P) and a graph (G).
GraphMatchingProcess
          An implementation of this interface abstracts the matching process between a graph and a pattern (or two graph).
Match
          Class describing a [partial] match of GP in G.
MonitorPack
          The class works in conjunction with graph matching classes (such as GraphMatcherQuick) to handle both performance evaluation and visualizing tasks.