|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.tool.classdepend.ClassDependencyRelationship
public class ClassDependencyRelationship
A container to store class dependency related information for later analysis.
ClassDepend
Method Summary | |
---|---|
void |
addProvider(ClassDependencyRelationship provider)
Add a provider class to this dependant class. |
boolean |
equals(Object o)
|
Set |
getDependants()
Get the classes dependant on this class. |
Set |
getProviders()
Get the classes that this class needs to function. |
int |
hashCode()
|
boolean |
isRootClass()
If this a root dependant, the class was used to discover dependencies. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void addProvider(ClassDependencyRelationship provider)
provider
- public Set getDependants()
public Set getProviders()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
public boolean isRootClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |