org.apache.commons.graph
Interface Labeled

All Known Subinterfaces:
LabeledEdge<V>, LabeledVertex, LabeledWeightedEdge<V>

public interface Labeled

A Label is an identifier to be assigned to a Vertex or to an Edge.


Method Summary
 String getLabel()
          Gets the label attribute of the Labeled object.
 

Method Detail

getLabel

String getLabel()
Gets the label attribute of the Labeled object.

Returns:
the label attribute of the Labeled object.


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