org.apache.commons.graph
Interface LabeledVertex

All Superinterfaces:
Labeled, Vertex

public interface LabeledVertex
extends Vertex, Labeled

A vertex labeling is a function mapping a set of Vertex of a Graph to a set of labels. A Graph with such a function defined is called a vertex-labeled graph.


Method Summary
 
Methods inherited from interface org.apache.commons.graph.Labeled
getLabel
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.