|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.quarrel.uml.Model
Represents a UML model. Top level container for all other parts of the UML code.
Constructor Summary | |
Model()
|
Method Summary | |
boolean |
elementExists(java.lang.String name)
Deprecated. this method will be removed or made private in the future |
java.util.Iterator |
elements()
Returns an Iterator for the set of Elements in the model. |
java.util.Iterator |
relationships()
Returns an iterator over the set of relationships in the model |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Model()
Method Detail |
public java.util.Iterator elements()
public java.util.Iterator relationships()
public boolean elementExists(java.lang.String name)
name
- the name of the requested element
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |