Uses of Class
net.xqhs.graphs.graph.SimpleEdge

Packages that use SimpleEdge
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
net.xqhs.graphs.pattern This package contains the definition of interfaces and implementations for graph patterns. 
net.xqhs.graphs.representation.text Contains classes for representing graphs in a textual manner, with help from a linearization process. 
 

Uses of SimpleEdge in net.xqhs.graphs.context
 

Subclasses of SimpleEdge in net.xqhs.graphs.context
static class ContextGraph.ContextEdge
           
 

Uses of SimpleEdge in net.xqhs.graphs.pattern
 

Subclasses of SimpleEdge in net.xqhs.graphs.pattern
 class 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).
 

Uses of SimpleEdge in net.xqhs.graphs.representation.text
 

Subclasses of SimpleEdge in net.xqhs.graphs.representation.text
(package private)  class SettableEdge
          A utility class that allows the from and to nodes to be set separately.
 

Methods in net.xqhs.graphs.representation.text that return SimpleEdge
protected  SimpleEdge SettableEdge.toSimpleEdge()
          Transfers the parameters of the current instance to a new SimpleEdge instance.