|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractGraph<InheritanceGraphEdge,ObjectType>
edu.umd.cs.findbugs.ba.type2.InheritanceGraph
public class InheritanceGraph
Constructor Summary | |
---|---|
InheritanceGraph()
|
Method Summary | |
---|---|
protected InheritanceGraphEdge |
allocateEdge(ObjectType subtype,
ObjectType supertype)
|
InheritanceGraphEdge |
createEdge(ObjectType subtype,
ObjectType supertype,
int edgeType)
|
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractGraph |
---|
addVertex, containsVertex, createEdge, edgeIterator, getNumEdgeLabels, getNumEdges, getNumIncomingEdges, getNumOutgoingEdges, getNumVertexLabels, getNumVertices, incomingEdgeIterator, lookupEdge, outgoingEdgeIterator, predecessorIterator, removeEdge, removeVertex, setNumEdgeLabels, setNumVertexLabels, successorIterator, vertexIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InheritanceGraph()
Method Detail |
---|
public InheritanceGraphEdge createEdge(ObjectType subtype, ObjectType supertype, int edgeType)
protected InheritanceGraphEdge allocateEdge(ObjectType subtype, ObjectType supertype)
allocateEdge
in class AbstractGraph<InheritanceGraphEdge,ObjectType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |