edu.umd.cs.findbugs.graph
public interface GraphEdge<ActualEdgeType extends GraphEdge<ActualEdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> extends Comparable<ActualEdgeType>
Method Summary | |
---|---|
int | getLabel()
Get the integer label. |
VertexType | getSource()
Get the source vertex. |
VertexType | getTarget()
Get the target vertex. |
void | setLabel(int label)
Set the integer label. |