|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractEdge<InheritanceGraphEdge,ObjectType>
edu.umd.cs.findbugs.ba.type.InheritanceGraphEdge
public class InheritanceGraphEdge
An edge in the graph of direct inheritance (supertype/subtype) relationships. ObjectType objects are the vertices in the inheritance graph.
| Field Summary | |
|---|---|
private int |
type
|
| Constructor Summary | |
|---|---|
InheritanceGraphEdge(ObjectType subtype,
ObjectType supertype)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getType()
Get the type of inheritance edge. |
(package private) void |
setType(int type)
Set the type of inheritance edge. |
| Methods inherited from class edu.umd.cs.findbugs.graph.AbstractEdge |
|---|
compareTo, getLabel, getSource, getTarget, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int type
| Constructor Detail |
|---|
InheritanceGraphEdge(ObjectType subtype,
ObjectType supertype)
subtype - the subtypesupertype - the supertype| Method Detail |
|---|
void setType(int type)
type - the type of inheritance edgeInheritanceGraphEdgeTypespublic int getType()
InheritanceGraphEdgeTypes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||