graph
Class DirectedAdjListVertex

java.lang.Object
  |
  +--container.HashDecorable
        |
        +--graph.StoredVertex
              |
              +--graph.DirectedAdjListVertex
All Implemented Interfaces:
Decorable, Position, Vertex

public class DirectedAdjListVertex
extends StoredVertex

A vertex in an AdjListDigraph.


Field Summary
 
Fields inherited from class graph.StoredVertex
element
 
Fields inherited from class container.HashDecorable
m
 
Constructor Summary
DirectedAdjListVertex()
           
 
Methods inherited from class graph.StoredVertex
element, replaceElement, toString
 
Methods inherited from class container.HashDecorable
get, has, put, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface container.Decorable
get, has, put, remove
 

Constructor Detail

DirectedAdjListVertex

public DirectedAdjListVertex()