|
FindBugs™ 1.3.9 | |||||||||
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)
|
boolean |
equals(java.lang.Object o)
|
int |
getLabel()
Get the numeric label for this vertex. |
int |
hashCode()
|
void |
setLabel(int label)
Set the numeric label for this vertex. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, 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 hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(ActualVertexType other)
compareTo
in interface java.lang.Comparable<ActualVertexType extends AbstractVertex<EdgeType,ActualVertexType>>
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |