Uses of Class
net.xqhs.graphs.pattern.NodeP

Packages that use NodeP
net.xqhs.graphs.pattern This package contains the definition of interfaces and implementations for graph patterns. 
 

Uses of NodeP in net.xqhs.graphs.pattern
 

Constructors in net.xqhs.graphs.pattern with parameters of type NodeP
EdgeP(NodeP fromNode, NodeP toNode, java.lang.String edgeLabel)
          A constructor that replicates the one in SimpleEdge.