Class UmlBaseComponent

Declaration :

Directly inherited by : UmlComponent

Manage the components.

Artifact : UmlBaseComponent

Operation create

Declaration :

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

Operation kind

Declaration :

returns the kind of the item

Operation associatedDiagram

Declaration :

returns the optional associated diagram

Operation set_AssociatedDiagram

Declaration :

sets the associated diagram, arg may be null to unset it

On error return FALSE in C++, produce a RuntimeException in Java

Operation realizedClasses

Declaration :

returns (in Java a copy of) the optional realized classes

Operation providedClasses

Declaration :

returns (in Java a copy of) the optional provided classes

Operation requiredClasses

Declaration :

returns (in Java a copy of) the optional required classes

Operation set_AssociatedClasses

Declaration :

set the realized, provided and required classes lists

On error return FALSE in C++, produce a RuntimeException in Java

Operation unload

Declaration :

to unload the object to free memory, it will be reloaded
automatically if needed. args unused

Relation _assoc_diagram (<unidirectional association>)

Declaration :

Relation _realized (<unidirectional association>)

Declaration :

Relation _provided (<unidirectional association>)

Declaration :

Relation _required (<unidirectional association>)

Declaration :

Operation read_uml_

Declaration :

internal, do NOT use it

Operation UmlBaseComponent

Declaration :

the constructor, do not call it yourself !!!!!!!!!!

All public operations : apply , associatedDiagram , children , childrenVisible , create , defined_ , deleteIt , description , getIdentifier , identifier_ , isMarked , isToolRunning , isWritable , kind , kind , markedItems , moveAfter , name , parent , properties , propertyValue , providedClasses , realizedClasses , referencedBy , requiredClasses , set_AssociatedClasses , set_AssociatedDiagram , set_childrenVisible , set_Description , set_isMarked , set_Name , set_PropertyValue , set_Stereotype , stereotype , supportFile , unload , unload