Package mascoptLib.graphs

This package contains all the graph and digraph structures.

See:
          Description

Class Summary
Arc An Edge object is built using two Node objects.
ArcSet The EdgeSet and ArcSet class are derivated from MascoptSet.
ArcSetFactory The factory to produce Ars Sets.
DiGraph The Graph class constructs a non directed graph using a node set and an edge set.
DiGraphFactory The factory to produce digraphs.
DiPath A Chain object give the ability to build a chain over a Graph.
Edge An Edge object is built using two Node objects.
EdgeSet The EdgeSet and ArcSet class are derivated from MascoptSet.
EdgeSetFactory The factory to produce Edge Sets.
Graph The Graph class constructs a non directed graph using a node set and an edge set.
GraphFactory The factory to produce Graphs.
Path A Chain object give the ability to build a chain over a Graph.
Vertex A Node object is the most basic elements which can be built.
VertexSet The NodeSet class is derivated from MascoptSet.
VertexSetFactory The factory to produce Vertex Sets.
 

Package mascoptLib.graphs Description

This package contains all the graph and digraph structures.