|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.query.JxInheritance
Information about inheritance relationship.
| Constructor Summary | |
JxInheritance(JxClass jc,
java.lang.String dist)
Creates a new object which stores information about inheritance relationship. |
|
| Method Summary | |
int |
getDistance()
Returns distance of the superclass or subclass from its base class. |
JxClass |
getJxClass()
Returns the superclass or subclass stored in this inheritance relationship. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JxInheritance(JxClass jc,
java.lang.String dist)
throws JxWrapperException
jc - A superclass or subclass.dist - A string indicating the distance of a given class from its base class.| Method Detail |
public JxClass getJxClass()
public int getDistance()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||