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

edgegraph.structure.vertex.Vertex
=================================

.. currentmodule:: edgegraph.structure.vertex

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

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Vertex.__init__
      ~Vertex.add_to_link
      ~Vertex.add_to_universe
      ~Vertex.remove_from_link
      ~Vertex.remove_from_universe
      ~Vertex.total_cache_stats
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Vertex.NEIGHBOR_CACHING
      ~Vertex.links
      ~Vertex.uid
      ~Vertex.universes
   
   
