Class UmlBaseOpaqueAction

Declaration :

Directly inherited by : UmlOpaqueAction

Artifact : UmlBaseActivityActionClasses

Operation create

Declaration :

returns a new opaque action 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 UmlBaseOpaqueAction

Declaration :

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

Operation behavior

Declaration :

return the behavior

Operation set_Behavior

Declaration :

set the behavior

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

Operation cppBehavior

Declaration :

return the behavior in C++

Operation set_CppBehavior

Declaration :

set the behavior in C++

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

Operation javaBehavior

Declaration :

return the behavior in Java

Operation set_JavaBehavior

Declaration :

set the behavior in Java

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 _behavior

Declaration :

Attribut _cpp_behavior

Declaration :

Attribut _java_behavior

Declaration :

Operation read_uml_

Declaration :

Operation read_cpp_

Declaration :

Operation read_java_

Declaration :

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