Container: Difference between revisions
Appearance
Created page with ";File stem : containr ;Base :SOMObject ;Metaclass :SOMClass ;Ancestor Classes :SOMObject ==Types == typedef string InterfaceName; // Valid values for InterfaceNa..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
;File stem | ;File stem: containr | ||
: containr | ;Base:SOMObject | ||
;Metaclass:SOMClass | |||
;Base | ;Ancestor Classes:SOMObject | ||
:SOMObject | |||
;Metaclass | |||
:SOMClass | |||
;Ancestor Classes | |||
:SOMObject | |||
==Types== | |||
typedef string InterfaceName; | typedef string InterfaceName; | ||
// Valid values for InterfaceName are limited to the following set: | // Valid values for InterfaceName are limited to the following set: | ||
Line 23: | Line 15: | ||
any value; | any value; | ||
}; | }; | ||
==New methods== | ==New methods== | ||
The following list shows all the Container methods. | The following list shows all the Container methods. | ||
*contents | *contents | ||
*lookup_name | *lookup_name | ||
*describe_contents | *describe_contents | ||
==Overridden methods== | ==Overridden methods== | ||
The following list shows all the methods overridden by the Container class. These methods are overridden in order to modify the behavior defined by an ancestor class. | The following list shows all the methods overridden by the Container class. These methods are overridden in order to modify the behavior defined by an ancestor class. | ||
*somInit | *somInit | ||
*somUninit | *somUninit | ||
*somDumpSelf | *somDumpSelf | ||
*somDumpSelfInt | *somDumpSelfInt | ||
[[Category:SOM IRF]] | [[Category:SOM IRF]] |
Latest revision as of 04:43, 2 December 2020
- File stem
- containr
- Base
- SOMObject
- Metaclass
- SOMClass
- Ancestor Classes
- SOMObject
Types
typedef string InterfaceName; // Valid values for InterfaceName are limited to the following set: // {"AttributeDef", "ConstantDef", "ExceptionDef", "InterfaceDef", // "ModuleDef", "ParameterDef", "OperationDef", "TypeDef", "all"} struct ContainerDescription { Contained * contained_object; Identifier name; any value; };
New methods
The following list shows all the Container methods.
- contents
- lookup_name
- describe_contents
Overridden methods
The following list shows all the methods overridden by the Container class. These methods are overridden in order to modify the behavior defined by an ancestor class.
- somInit
- somUninit
- somDumpSelf
- somDumpSelfInt