.. comment
   This template stolen ("borrowed indefinitely") from StackOverflow James
   Leedham.  Thanks!

edgegraph.structure.universe.Universe
=====================================

.. currentmodule:: edgegraph.structure.universe

.. autoclass:: Universe
   :members:
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Universe.__init__
      ~Universe.add_to_link
      ~Universe.add_to_universe
      ~Universe.add_vertex
      ~Universe.remove_from_link
      ~Universe.remove_from_universe
      ~Universe.remove_vertex
      ~Universe.total_cache_stats
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Universe.NEIGHBOR_CACHING
      ~Universe.links
      ~Universe.uid
      ~Universe.universes
      ~Universe.vertices
   
   
