Jump to content

Container

From EDM2
Revision as of 04:43, 2 December 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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