| Class | Description |
|---|---|
| Add |
Associate or change the attribute value of a model element and return that updated model element.
|
| Clear |
Clear the association or attribute value of a model element and return that updated model element.
|
| ConstructSame |
Instantiate a the model element's class.
|
| ConstructSameInExtent |
Instantiate a the model class, which is the class of a specific model element,
in the the wrapped extent.
|
| Create |
Instantiate a model element of a metamodel.
|
| CreateStruct |
Instantiate a model Structure.
|
| Get |
Navigate down the path and retrieve the referred attribute/association's value
|
| GetEnum |
Retrieve an enumerated literal of a (meta)type provided
|
| NavigateObjectPath<R> |
Starting from an object navigate a path of associations do some processing at the end of the path
|
| PrintElementRestricted |
Print model elements showing only their "important" attributes
and associations closer to the human language
|
| PrintModelElement |
Print the actual attributes and values of model elements using only the
reflection interfaces of JMI - it is independent of the actual metamodel being processed.
|
| RetrieveAssociations |
Retrieve all associations of the model element, either defined in it or inherited
|
| RetrieveAttributes |
Retrieve all attributes of the model element, either defined in it or inherited
|
| Set |
Replace an association or attribute value of a model element and return that updated model element.
|
| Verify |
Verify the model element it is called for against the validation rules form the metamodel.
|
Copyright © 2001–2018 MDA Tools. All rights reserved.