public class RetrieveAssociations extends Object implements Function<javax.jmi.reflect.RefObject,Collection<String>>
| Constructor and Description |
|---|
RetrieveAssociations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
execute(javax.jmi.reflect.RefObject element)
Retrieve the names of all associations in the METAMODEL that
the model element element has, i.e.
|
public RetrieveAssociations()
public Collection<String> execute(javax.jmi.reflect.RefObject element)
execute in interface Function<javax.jmi.reflect.RefObject,Collection<String>>element - is non-null object from the first modelCopyright © 2001–2018 MDA Tools. All rights reserved.