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.
DiGraphSet The DiGraphSet class is derivated from MascoptSet.
DiPath A Chain object give the ability to build a chain over a Graph.
DiPathSet The DiPathSet class is derivated from DiPathSet.
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.
GraphSet The GraphSet class is derivated from MascoptSet.
Path A Chain object give the ability to build a chain over a Graph.
PathSet The PathSet class is derivated from PathSet.
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.