Implements a vertex of the directed graph.
| Legato. | Implements a vertex of the directed graph. |
| Properties | |
| name | {String} Name of the vertex. |
| incoming | {Legato.Util.HashSet} Set of incoming edges. |
| outgoing | {Legato.Util.HashSet} Set of outgoing edges. |
| Functions | |
| initialize | Constructs the vertex. |
| hasIncomingEdges | {Boolean} true if vertex has incoming edges, false if not. |
{Legato.Util.HashSet} Set of incoming edges.
{Legato.Util.HashSet} Set of outgoing edges.
Constructs the vertex.
initialize : function( name )
{Boolean} true if vertex has incoming edges, false if not.
hasIncomingEdges : function()