Jump to content

Container: Difference between revisions

From EDM2
Created page with ";File stem : containr ;Base :SOMObject ;Metaclass :SOMClass ;Ancestor Classes :SOMObject ==Types == typedef string InterfaceName; // Valid values for InterfaceNa..."
(No difference)

Revision as of 02:03, 29 November 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