infovis.graph
Class OutDegree
java.lang.Object
infovis.graph.OutDegree
- All Implemented Interfaces:
- GraphChangedListener, EventListener
public class OutDegree
- extends Object
- implements GraphChangedListener
Column containing the number of outgoing edges from each vertex of the Graph.
This column is automatically maintained by the ColumnLink
mechanism.
- Version:
- $Revision: 1.15 $
- Author:
- Jean-Daniel Fekete
Field Summary |
static String |
OUTDEGREE_COLUMN
Name of the optional Column containing the number of outgoing edges. |
OUTDEGREE_COLUMN
public static final String OUTDEGREE_COLUMN
- Name of the optional Column containing the number of outgoing edges.
- See Also:
- Constant Field Values
graphChanged
public void graphChanged(GraphChangedEvent e)
- Specified by:
graphChanged
in interface GraphChangedListener
update
public void update()
getColumn
public static IntColumn getColumn(Graph graph)
- Returns the out degree column associated with a graph, creating it
if required.
- Parameters:
graph
- the graph.
- Returns:
- the out degree column associated with the graph.
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.