Class UmlBaseActivity

Declaration :

Directly inherited by : UmlActivity

Artifact : UmlBaseActivity

Operation create

Declaration :

returns a new activity 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 UmlBaseActivity

Declaration :

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

Operation preCondition

Declaration :

return the pre condition

Operation set_PreCondition

Declaration :

set the pre condition

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

Operation postCondition

Declaration :

return the post condition

Operation set_PostCondition

Declaration :

set the post condition

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

Operation cppPreCondition

Declaration :

return the pre condition in C++

Operation set_CppPreCondition

Declaration :

set the pre condition in C++

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

Operation cppPostCondition

Declaration :

return the post condition in C++

Operation set_CppPostCondition

Declaration :

set the post condition in C++

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

Operation javaPreCondition

Declaration :

return the pre condition in Java

Operation set_JavaPreCondition

Declaration :

set the pre condition in Java

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

Operation javaPostCondition

Declaration :

return the post condition in Java

Operation set_JavaPostCondition

Declaration :

set the post condition in Java

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

Operation isReadOnly

Declaration :

return the isReadOnly attribute, if TRUE the activity must not made any changes to variables ouside the activity or to objects.

Operation set_isReadOnly

Declaration :

set the isReadOnly attribute

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

Operation isSingleExecution

Declaration :

return the isSingleExecution attribute, if TRUE all invocations of the activity are handle by the same execution

Operation set_isSingleExecution

Declaration :

set the isSingleExecution attribute

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

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 unload

Declaration :

to unload the object to free memory, it will be reloaded automatically
if needed. Recursively done for the sub items if 'rec' is TRUE.

if 'del' is true the sub items are deleted in C++, and removed from the
internal dictionnary in C++ and Java (to allow it to be garbaged),
you will have to call Children() to re-access to them

Attribut _pre_condition

Declaration :

Attribut _post_condition

Declaration :

Attribut _cpp_pre_condition

Declaration :

Attribut _cpp_post_condition

Declaration :

Attribut _java_pre_condition

Declaration :

Attribut _java_post_condition

Declaration :

Attribut _read_only

Declaration :

Attribut _single_execution

Declaration :

Relation _assoc_diagram (<unidirectional association>)

Declaration :

Operation read_uml_

Declaration :

Operation read_cpp_

Declaration :

Operation read_java_

Declaration :

All public operations : apply , associatedDiagram , children , childrenVisible , cppPostCondition , cppPreCondition , create , defined_ , deleteIt , description , getIdentifier , identifier_ , isMarked , isReadOnly , isSingleExecution , isToolRunning , isWritable , javaPostCondition , javaPreCondition , kind , kind , markedItems , moveAfter , name , parent , postCondition , preCondition , properties , propertyValue , referencedBy , set_AssociatedDiagram , set_childrenVisible , set_CppPostCondition , set_CppPreCondition , set_Description , set_isMarked , set_isReadOnly , set_isSingleExecution , set_JavaPostCondition , set_JavaPreCondition , set_Name , set_PostCondition , set_PreCondition , set_PropertyValue , set_Stereotype , stereotype , supportFile , unload , unload