Neo4j Advanced

Uses of Package
org.neo4j.graphmatching

Packages that use org.neo4j.graphmatching
org.neo4j.graphmatching Facilities for finding occurrences of patterns in a Neo4j graph. 
 

Classes in org.neo4j.graphmatching used by org.neo4j.graphmatching
AbstractPatternObject
          The base class for PatternNode and PatternRelationship.
PatternElement
          Represents a part of a match.
PatternGroup
          Represents a group in SPARQL.
PatternMatch
          Represents one match found by the PatternMatcher.
PatternMatcher
          The PatternMatcher is the engine that performs the matching of a graph pattern with the actual graph.
PatternNode
          Represents a pattern for matching a Node.
PatternRelationship
          Represents a pattern for matching a Relationship.
ValueMatcher
          An interface which abstracts value matching.
 


Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.