edu.knowitall.collection.immutable.graph.pattern
Represents a pattern with which graphs can be searched. A pattern will start and end with a node matcher, and every matcher (necessarily) alternates between a NodeMatcher and and EdgeMatcher.
Find all matches of this pattern in the graph starting at vertex.
vertex
Find all matches of this pattern in the graph.
A list of just the edge matchers, in order.
A list of just the node matchers, in order.
Represents a pattern with which graphs can be searched. A pattern will start and end with a node matcher, and every matcher (necessarily) alternates between a NodeMatcher and and EdgeMatcher.