|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Semantic.Dictionary
This class implements a Data Dictionary where all the Uml Elements are stored. The Data Dictionary uses a Hashtable which collects any type of Ulm Element provided it has an identifier.
| Method Summary | |
static java.util.Enumeration |
elements()
|
static java.lang.Object |
get(java.lang.Object key)
Gets an object from the dictionary. |
static Dictionary |
Instance()
|
static java.lang.String |
nextKey()
Returns a local universal key. |
static void |
put(java.lang.Object key,
java.lang.Object value)
Puts an object into the hashtable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Dictionary Instance()
public static void put(java.lang.Object key,
java.lang.Object value)
public static java.lang.Object get(java.lang.Object key)
public static java.util.Enumeration elements()
public static java.lang.String nextKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||