Manage the components.
Declaration :
Directly inherited by : UmlComponent
Artifact : UmlBaseComponent
| Operation create | 
returns a new component named 's' created under 'parent'
 In case it cannot be created (the name is already used or
 invalid, 'parent' cannot contain it etc ...) return 0 in C++
 and produce a RuntimeException in Java
Declaration :
| Operation kind | 
returns the kind of the item
Declaration :
| Operation associatedDiagram | 
returns the optional associated diagram
Declaration :
| Operation set_AssociatedDiagram | 
sets the associated diagram, arg may be null to unset it
 On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
| Operation realizingClasses | 
returns (in Java a copy of) the optional realizing classes
Declaration :
| Operation providedClasses | 
returns (in Java a copy of) the optional provided classes
Declaration :
| Operation requiredClasses | 
returns (in Java a copy of) the optional required classes
Declaration :
| Operation set_AssociatedClasses | 
set the realizing, provided and required classes lists
 On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
| Operation unload | 
to unload the object to free memory, it will be reloaded
 automatically if needed. args unused
Declaration :
| Relation _assoc_diagram (<unidirectional association>) | 
Declaration :
| Relation _realizing (<unidirectional association>) | 
Declaration :
Stereotype: vector
| Relation _provided (<unidirectional association>) | 
Declaration :
Stereotype: vector
| Relation _required (<unidirectional association>) | 
Declaration :
Stereotype: vector
| Operation read_uml_ | 
internal, do NOT use it
Declaration :
| Operation UmlBaseComponent | 
the constructor, do not call it yourself !!!!!!!!!!
Declaration :
All public operations : apply , applyStereotype , associatedDiagram , children , childrenVisible , create , defined_ , deleteIt , description , getIdentifier , identifier_ , isMarked , isToolRunning , isWritable , kind , kind , markedItems , moveAfter , name , parent , properties , propertyValue , providedClasses , realizingClasses , referencedBy , requiredClasses , set_AssociatedClasses , set_AssociatedDiagram , set_childrenVisible , set_Description , set_isMarked , set_Name , set_PropertyValue , set_Stereotype , stereotype , supportFile , unload , unload