edu.umd.cs.findbugs.graph

Interface GraphEdge<ActualEdgeType,VertexType>

public interface GraphEdge<ActualEdgeType extends GraphEdge<ActualEdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> extends Comparable<ActualEdgeType>

GraphEdge interface; represents an edge in a graph.
Method Summary
intgetLabel()
Get the integer label.
VertexTypegetSource()
Get the source vertex.
VertexTypegetTarget()
Get the target vertex.
voidsetLabel(int label)
Set the integer label.

Method Detail

getLabel

public int getLabel()
Get the integer label.

getSource

public VertexType getSource()
Get the source vertex.

getTarget

public VertexType getTarget()
Get the target vertex.

setLabel

public void setLabel(int label)
Set the integer label.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.