|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphEdge<ActualEdgeType extends GraphEdge<ActualEdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
GraphEdge interface; represents an edge in a graph.
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. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
VertexType getSource()
VertexType getTarget()
int getLabel()
void setLabel(int label)
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |