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..."
 
Ak120 (talk | contribs)
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 ==


==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