public interface GraphEdge<ActualEdgeType extends GraphEdge<ActualEdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
extends java.lang.Comparable<ActualEdgeType>
Modifier and Type | Method and Description |
---|---|
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.
|
VertexType getSource()
VertexType getTarget()
int getLabel()
void setLabel(int label)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.