edgegraph.structure

edgegraph.structure#

Holds the classes that form graphs.

Modules

base

Contains the BaseObject class.

collections_

Holds the custom collections unique to edgegraph.

directededge

Holds the DirectedEdge class.

link

Holds the Link class.

singleton

Provides metaclasses to assist creating singletons.

twoendedlink

Holds the TwoEndedLink class.

undirectededge

Holds the UnDirectedEdge class.

universe

Holds the Universe class.

vertex

Holds the Vertex class.