Public Member Functions | |
UniqueNameModelElementSet () | |
UniqueNameModelElementSet (ElementSet initialValues) | |
boolean | add (Object element) |
boolean | contains (Object element) |
Private Attributes | |
Map< String, Object > | m_nameMap = new HashMap<String Object>() |
ModelElement
s that have a unique name. The behaviour should be the same as with using a normal ElementSet
and having equals()
methods based on the element name in all stored ModelElement
subtypes.
|
|
|
|
|
|
|
|
|
|