|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.uml.UMLTreeEnumeration
use this class to iterate over the UML-tree to get a special kind of uml-object (tgtClass)
Field Summary | |
private java.lang.Object |
currentObject
No comment provided by developer, please add a comment to improve documentation. |
private java.util.Enumeration |
enumIncr
No comment provided by developer, please add a comment to improve documentation. |
private UMLTreeEnumeration |
enumNextLevel
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.Class |
tgtClass
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
(package private) |
UMLTreeEnumeration(UMLIncrement incr,
java.lang.Class tgtClass)
|
Method Summary | |
boolean |
hasMoreElements()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
nextElement()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private UMLTreeEnumeration enumNextLevel
private java.lang.Object currentObject
private java.util.Enumeration enumIncr
private java.lang.Class tgtClass
Constructor Detail |
UMLTreeEnumeration(UMLIncrement incr, java.lang.Class tgtClass)
incr
- the UMLIncrement to start withtgtClass
- the class-type you are searching forMethod Detail |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |