Class UmlBaseActivityAction
Declaration :
Directly inherited by : UmlActivityAction
Artifact : UmlBaseActivityAction
Operation UmlBaseActivityAction |
Declaration :
- Uml : # UmlBaseActivityAction(in id : item_id, in s : string) :
- C++ : protected: UmlBaseActivityAction(void * id, const QCString & s) : UmlActivityNode(id, s)
- Java : protected UmlBaseActivityAction(long id, String s)
the constructor, do not call it yourself !!!!!!!!!!
Declaration :
- Uml : + preCondition() : string
- C++ : public: const QCString & preCondition()
- Java : public String preCondition()
return the pre condition
Operation set_PreCondition |
Declaration :
- Uml : + set_PreCondition(in v : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_PreCondition(const char * v)
- Java : public void set_PreCondition(String v) throws RuntimeException
set the pre condition
On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : + postCondition() : string
- C++ : public: const QCString & postCondition()
- Java : public String postCondition()
return the post condition
Operation set_PostCondition |
Declaration :
- Uml : + set_PostCondition(in v : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_PostCondition(const char * v)
- Java : public void set_PostCondition(String v) throws RuntimeException
set the post condition
On error return FALSE in C++, produce a RuntimeException in Java
Operation cppPreCondition |
Declaration :
- Uml : + cppPreCondition() : string
- C++ : public: const QCString & cppPreCondition()
- Java : public String cppPreCondition()
return the pre condition in C++
Operation set_CppPreCondition |
Declaration :
- Uml : + set_CppPreCondition(in v : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_CppPreCondition(const char * v)
- Java : public void set_CppPreCondition(String v) throws RuntimeException
set the pre condition in C++
On error return FALSE in C++, produce a RuntimeException in Java
Operation cppPostCondition |
Declaration :
- Uml : + cppPostCondition() : string
- C++ : public: const QCString & cppPostCondition()
- Java : public String cppPostCondition()
return the post condition in C++
Operation set_CppPostCondition |
Declaration :
- Uml : + set_CppPostCondition(in v : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_CppPostCondition(const char * v)
- Java : public void set_CppPostCondition(String v) throws RuntimeException
set the post condition in C++
On error return FALSE in C++, produce a RuntimeException in Java
Operation javaPreCondition |
Declaration :
- Uml : + javaPreCondition() : string
- C++ : public: const QCString & javaPreCondition()
- Java : public String javaPreCondition()
return the pre condition in Java
Operation set_JavaPreCondition |
Declaration :
- Uml : + set_JavaPreCondition(in v : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_JavaPreCondition(const char * v)
- Java : public void set_JavaPreCondition(String v) throws RuntimeException
set the pre condition in Java
On error return FALSE in C++, produce a RuntimeException in Java
Operation javaPostCondition |
Declaration :
- Uml : + javaPostCondition() : string
- C++ : public: const QCString & javaPostCondition()
- Java : public String javaPostCondition()
return the post condition in Java
Operation set_JavaPostCondition |
Declaration :
- Uml : + set_JavaPostCondition(in v : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_JavaPostCondition(const char * v)
- Java : public void set_JavaPostCondition(String v) throws RuntimeException
set the post condition in Java
On error return FALSE in C++, produce a RuntimeException in Java
Operation associatedDiagram |
Declaration :
returns the optional associated diagram
Operation set_AssociatedDiagram |
Declaration :
- Uml : + set_AssociatedDiagram(in d : UmlDiagram) : bool, exceptions : RuntimeException
- C++ : public: bool set_AssociatedDiagram(UmlDiagram * d)
- Java : public void set_AssociatedDiagram(UmlDiagram d) throws RuntimeException
sets the associated diagram, arg may be null to unset it
On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : + unload(in rec : bool, in del : bool) : void
- C++ : public: virtual void unload(bool = FALSE, bool = FALSE)
- Java : public void unload(boolean rec, boolean del)
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
Declaration :
- Uml : - _pre_condition : string
- C++ : private: QCString _pre_condition
- Java : private String _pre_condition
Declaration :
- Uml : - _post_condition : string
- C++ : private: QCString _post_condition
- Java : private String _post_condition
Attribut _cpp_pre_condition |
Declaration :
- Uml : - _cpp_pre_condition : string
- C++ : private: QCString _cpp_pre_condition
- Java : private String _cpp_pre_condition
Attribut _cpp_post_condition |
Declaration :
- Uml : - _cpp_post_condition : string
- C++ : private: QCString _cpp_post_condition
- Java : private String _cpp_post_condition
Attribut _java_pre_condition |
Declaration :
- Uml : - _java_pre_condition : string
- C++ : private: QCString _java_pre_condition
- Java : private String _java_pre_condition
Attribut _java_post_condition |
Declaration :
- Uml : - _java_post_condition : string
- C++ : private: QCString _java_post_condition
- Java : private String _java_post_condition
Relation _assoc_diagram (<unidirectional association>) |
Declaration :
Declaration :
- Uml : # read_uml_() : void
- C++ : protected: virtual void read_uml_()
- Java : protected void read_uml_()
Declaration :
- Uml : # read_cpp_() : void
- C++ : protected: virtual void read_cpp_()
- Java : protected void read_cpp_()
Declaration :
- Uml : # read_java_() : void
- C++ : protected: virtual void read_java_()
- Java : protected void read_java_()
All public operations : apply , associatedDiagram , children , childrenVisible , cppPostCondition , cppPreCondition , defined_ , deleteIt , description , getIdentifier , identifier_ , isMarked , isToolRunning , isWritable , javaPostCondition , javaPreCondition , kind , markedItems , moveAfter , name , parent , postCondition , preCondition , properties , propertyValue , referencedBy , set_AssociatedDiagram , set_childrenVisible , set_CppPostCondition , set_CppPreCondition , set_Description , set_isMarked , set_JavaPostCondition , set_JavaPreCondition , set_Name , set_PostCondition , set_PreCondition , set_PropertyValue , set_Stereotype , stereotype , supportFile , unload , unload