Package net.xqhs.graphs.pattern

This package contains the definition of interfaces and implementations for graph patterns.

See:
          Description

Class Summary
EdgeP The EdgeP is an edge that is part of a GraphPattern and may be generic (used in graph matching to one or a series of more edges).
GraphPattern Graph patterns are graphs that allow nodes with unspecified labels (marked with question marks) and edges labeled with regular expressions.
NodeP The NodeP is a node that is part of a GraphPattern and may be generic (used in graph matching to match any node in the matched graph).
 

Package net.xqhs.graphs.pattern Description

This package contains the definition of interfaces and implementations for graph patterns.

Graph patterns are graphs that allow nodes with unspecified labels (marked with question marks) and edges labeled with regular expressions.

Author:
Andrei Olaru