| Class | Description |
|---|---|
| BaseTranslation |
A general mechanism for factory-specific names mapping.
|
| BaseWrapper<A> |
This class is the root class for all wrapper classes.
INVARIANT: the wrapped object is never null the factory object is never null the factory is exactly one that created this object Additional methods (not related actually to the wrapping function of this class) are added to ease the use of this class for code generation. |
| BaseWrapperFactory |
This class is the root class for all factories of wrapper classes.
|
Copyright © 2001–2018 MDA Tools. All rights reserved.