|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractVertex<EdgeType,ActualVertexType>
public class AbstractVertex<EdgeType extends AbstractEdge<EdgeType,ActualVertexType>,ActualVertexType extends AbstractVertex<EdgeType,ActualVertexType>>
GraphVertex implementation for use with AbstractGraph.
GraphVertex
,
AbstractGraph
,
AbstractEdge
Constructor Summary | |
---|---|
AbstractVertex()
|
Method Summary | |
---|---|
int |
compareTo(ActualVertexType other)
|
int |
getLabel()
Get the numeric label for this vertex. |
void |
setLabel(int label)
Set the numeric label for this vertex. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractVertex()
Method Detail |
---|
public int getLabel()
GraphVertex
getLabel
in interface GraphVertex<ActualVertexType extends AbstractVertex<EdgeType,ActualVertexType>>
public void setLabel(int label)
GraphVertex
setLabel
in interface GraphVertex<ActualVertexType extends AbstractVertex<EdgeType,ActualVertexType>>
public int compareTo(ActualVertexType other)
compareTo
in interface java.lang.Comparable<ActualVertexType extends AbstractVertex<EdgeType,ActualVertexType>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |