Uses of Interface
org.apache.commons.graph.Labeled

Packages that use Labeled
org.apache.commons.graph Main APIs that describe Graph data structure. 
 

Uses of Labeled in org.apache.commons.graph
 

Subinterfaces of Labeled in org.apache.commons.graph
 interface LabeledEdge<V extends Vertex>
          An edge labeling is a function mapping Edges of a Graph to a set of labels.
 interface LabeledVertex
          A vertex labeling is a function mapping a set of Vertex of a Graph to a set of labels.
 interface LabeledWeightedEdge<V extends Vertex>
          A LabeledEdge with weight.
 



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