Container

From EDM2
Jump to: navigation, search
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