Operation | Class | Description |
activity | UmlBaseTransition | return the activity in OCL |
actuals | UmlBaseClass | returns (a copy of) the actuals list |
add_Relation | UmlBaseClassInstance | Add the slot (does nothing if it already exist) On error : return FALSE in C++, produce a RuntimeException in Java |
addAssociatedArtifact | UmlBaseArtifact | adds an associated artifacts, returns false if 'cp' is already an associate artifact. significant when the artifact is not stereotyped <<source>> On error return FALSE in C++, produce a RuntimeException in Java |
addAssociatedClass | UmlBaseArtifact | adds 'cl' at the end of the associated classes list, returns false if 'cl' is already an associate class. significant when the artifact is stereotyped <<source>> On error return FALSE in C++, produce a RuntimeException in Java |
addException | UmlBaseOperation | adds the exception at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
addFormal | UmlBaseClass | adds a formal at the given rank (0...), returns 0 on error On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
addGetOperation | UmlBaseAttribute | to generate an associated 'get' operation On error return FALSE in C++, produce a RuntimeException in Java |
addGetOperation | UmlBaseRelation | to generate an associated 'get' operation On error return FALSE in C++, produce a RuntimeException in Java |
addParameter | UmlBaseOperation | adds a parameter at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
addSetOperation | UmlBaseAttribute | to generate an associated 'set' operation On error return FALSE in C++, produce a RuntimeException in Java |
addSetOperation | UmlBaseRelation | to generate an associated 'set' operation On error return FALSE in C++, produce a RuntimeException in Java |
apply | UmlBaseItem | Apply asynchronously the tool on the item, returns an identifier to call isToolDone() |
artifactDescription | UmlSettings | return the default description |
associatedArtifact | UmlBaseClass | returns the optional associated artifact, to set it refer to the UmlBaseArtifact's operations addAssociatedClass(), removeAssociatedClass() and setAssociatedClasses() |
associatedArtifacts | UmlBaseArtifact | returns (in Java a copy of) the associated artifacts list significant when the artifact is not stereotyped <<source>> |
associatedClasses | UmlBaseArtifact | returns (in Java a copy of) the optional associated classes significant when the artifact is stereotyped <<source>> |
associatedComponents | UmlBaseClass | returns the components realizing or providing the class. To set them refer to the UmlBaseComponent's operation setAssociatedClasses() |
associatedDeploymentView | UmlBaseClassView | returns the optional associated deployment view |
associatedDiagram | UmlBaseActivity | returns the optional associated diagram |
associatedDiagram | UmlBaseActivityAction | returns the optional associated diagram |
associatedDiagram | UmlBaseActivityObject | returns the optional associated diagram |
associatedDiagram | UmlBaseActivityRegion | returns the optional associated diagram |
associatedDiagram | UmlBaseArtifact | returns the optional associated diagram |
associatedDiagram | UmlBaseClass | returns the optional associated diagram |
associatedDiagram | UmlBaseClassInstance | returns the optional associated diagram |
associatedDiagram | UmlBaseComponent | returns the optional associated diagram |
associatedDiagram | UmlBaseNode | returns the optional associated diagram |
associatedDiagram | UmlBasePackage | returns the optional associated diagram |
associatedDiagram | UmlBaseState | returns the optional associated diagram |
associatedDiagram | UmlBaseUseCase | returns the optional associated diagram |
association | UmlBaseRelation | return the associated class/type, may be an empty spec |
attributeDecl | CppSettings | returns the default definition of an attribute depending on the multiplicity |
attributeDecl | IdlSettings | returns the default definition of an attribute depending on the multiplicity |
attributeDecl | JavaSettings | returns the default definition of an attribute depending on the multiplicity |
attributeDescription | UmlSettings | return the default description |
attributesValue | UmlBaseClassInstance | Returns the attributes having a value |
availableAttributes | UmlBaseClassInstance | Returns all the attributes of the class instance, including the inherited |
availableRelations | UmlBaseClassInstance | Returns all the possible relations from the current instance to 'other', including the inherited |
baseType | UmlBaseClass | returns the type on which the class (in fact a typedef) is based |
behavior | UmlBaseCallBehaviorAction | return the behavior, may be an activity or a state machine |
behavior | UmlBaseOpaqueAction | return the behavior |
bye | UmlCom | must be called just before the disconnexion |
check | UmlCom | internal, do NOT use it |
children | UmlBaseItem | returns (in Java : a copy of) the children list, to go all over the browser tree |
childrenVisible | UmlBaseItem | return TRUE if the children exist and are visible (independently of the scroll bar) in the browser, else FALSE |
classDecl | CppSettings | returns the default definition of a class |
classDecl | JavaSettings | returns the default definition of a class |
classDescription | UmlSettings | return the default description |
classStereotype | CppSettings | returns the C++ stereotype corresponding to the 'UML' stereotype given in argument |
classStereotype | IdlSettings | returns the IDL stereotype corresponding to the 'UML' stereotype given in argument |
classStereotype | JavaSettings | returns the JAVA stereotype corresponding to the 'UML' stereotype given in argument |
classUmlStereotype | CppSettings | reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the C++ one given in argument |
classUmlStereotype | IdlSettings | reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the IDL one given in argument |
classUmlStereotype | JavaSettings | reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the JAVA one given in argument |
clone_it | UmlBaseParameter | Clone the parameter, defined only in Java which does not have 'const' or 'value passing' |
clone_it | UmlBaseTypeSpec | Clone the type specification, defined only in Java which does not have 'const' or 'value passing' |
close | UmlCom | disconnexion |
connect | UmlCom | does the connexion On error return FALSE in C++, produce a RuntimeException in Java |
constDecl | IdlSettings | returns the default definition of a constant attribute depending on the multiplicity |
constraint | UmlBaseClassMember | return the constraint |
cppActivity | UmlBaseTransition | return the activity in C++ |
cppBehavior | UmlBaseOpaqueAction | return the behavior in C++ |
cppBody | UmlBaseOperation | returns the operation's body in C++, useless if the def does not contains ${body}. Note that the body is get each time from BOUML for memory size reason |
cppDecl | UmlBaseClassItem | return the C++ declaration |
cppDef | UmlBaseExtraClassMember | returns the operation's definition in C++, notes that the declaration is returned by the inherited ClassItemBase::CppDecl() operation |
cppDef | UmlBaseOperation | returns the operation's definition in C++, notes that the declaration is returned by the inherited ClassItemBase::CppDecl() operation |
cppDoActivity | UmlBaseState | return the activity in C++ |
cppEntryBehavior | UmlBaseState | return the entry behavior in C++ |
cppExitBehavior | UmlBaseState | return the exit behavior in C++ |
cppExpression | UmlBaseStateAction | return the expression in C++ |
cppGetSetFrozen | UmlBaseOperation | return the if the C++ definition is frozen, only for getter/setter operation |
cppGuard | UmlBaseFlow | return the guard in C++ |
cppGuard | UmlBaseTransition | return the guard in C++ |
cppHDir | UmlBasePackage | returns the path where the C++ header files are generated by the C++ generator. |
cppHeader | UmlBaseArtifact | returns the C++ header file definition |
cppNamespace | UmlBasePackage | returns the namespace name associed to the package |
cppNameSpec | UmlBaseOperation | in case the operation is a 'get' or 'set' operation, returns how the operation's C++ name must be generated |
cppPostCondition | UmlBaseActivity | return the post condition in C++ |
cppPostCondition | UmlBaseActivityAction | return the post condition in C++ |
cppPreCondition | UmlBaseActivity | return the pre condition in C++ |
cppPreCondition | UmlBaseActivityAction | return the pre condition in C++ |
cppSelection | UmlBaseActivityObject | return the selection in C++ |
cppSelection | UmlBaseFlow | return the selection in C++ |
cppSignal | UmlBaseOnSignalAction | return the signal in C++ |
cppSource | UmlBaseArtifact | returns the C++ source file definition |
cppSrcDir | UmlBasePackage | returns the path where the C++ source files are generated by the c++ generator. |
cppTransformation | UmlBaseFlow | return the transformation in C++ |
cppTrigger | UmlBaseAcceptEventAction | return the trigger in C++ |
cppTrigger | UmlBaseTransition | return the trigger in C++ |
cppValue | UmlBaseValueSpecificationAction | return the value in C++ |
cppVirtualInheritance | UmlBaseRelation | indicates if the inheritance is virtual in C++, returns TRUE if yes |
cppVisibility | UmlBaseClassMember | Special case for C++, thank to the 'friend class X' it may be usefull to have a C++ visibility != other visibility In case the C++ visibility must follow the other, return DefaultVisibility |
cppWeight | UmlBaseFlow | return the weight in C++ |
create | UmlBaseAcceptEventAction | returns a new accept event 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 |
create | UmlBaseActivity | 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 |
create | UmlBaseActivityDiagram | returns a new activity diagram 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 |
create | UmlBaseActivityFinalActivityNode | returns a new activity final activity control node 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 |
create | UmlBaseActivityObject | returns a new activity object 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 |
create | UmlBaseActivityParameter | returns a new activity parameter 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 |
create | UmlBaseActivityPin | returns a new activity action pin 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 |
create | UmlBaseAddVariableValueAction | returns a new add variable value 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 |
create | UmlBaseArtifact | returns a new artifact 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 |
create | UmlBaseAttribute | returns a new attribute 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 |
create | UmlBaseBroadcastSignalAction | returns a new broadcast signal 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 |
create | UmlBaseCallBehaviorAction | returns a new call behavior 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 |
create | UmlBaseCallOperationAction | returns a new call operation 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 |
create | UmlBaseChoicePseudoState | returns a new choice pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseClass | returns a new class 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 |
create | UmlBaseClassDiagram | returns a new class diagram 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 |
create | UmlBaseClassInstance | Returns a new class instance In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseClassView | returns a new class view 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 |
create | UmlBaseClearVariableValueAction | returns a new clear variable value 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 |
create | UmlBaseCollaborationDiagram | returns a new collaboration diagram 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 |
create | UmlBaseComponent | 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 |
create | UmlBaseComponentDiagram | returns a new component diagram 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 |
create | UmlBaseComponentView | returns a new component view 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 |
create | UmlBaseDecisionActivityNode | returns a new decision activity control node 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 |
create | UmlBaseDeepHistoryPseudoState | returns a new deep history pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseDeploymentDiagram | returns a new deployment diagram 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 |
create | UmlBaseDeploymentView | returns a new deployment view 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 |
create | UmlBaseEntryPointPseudoState | returns a new entry point pseudo state 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 |
create | UmlBaseExitPointPseudoState | returns a new exit point pseudo state 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 |
create | UmlBaseExpansionNode | returns a new expansion node 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 |
create | UmlBaseExpansionRegion | returns a new expansion region 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 |
create | UmlBaseExtraClassMember | returns a new extra class member named 'name' (the name may be empty) created under the class '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 |
create | UmlBaseFinalState | returns a new final state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseFlow | Returns a new flow from 'start' to 'end' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseFlowFinalActivityNode | returns a new flow final activity control node 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 |
create | UmlBaseForkActivityNode | returns a new fork activity control node 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 |
create | UmlBaseForkPseudoState | returns a new fork pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseInitialActivityNode | returns a new initial activity control node 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 |
create | UmlBaseInitialPseudoState | returns a new initial pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseInterruptibleActivityRegion | returns a new interruptible activity region 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 |
create | UmlBaseJoinActivityNode | returns a new join activity control node 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 |
create | UmlBaseJoinPseudoState | returns a new join pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseJunctionPseudoState | returns a new junction pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseMergeActivityNode | returns a new merge activity control node 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 |
create | UmlBaseNcRelation | returns a new non class relation of the given 'kind' from 'start' to 'end' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseNode | returns a new node 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 |
create | UmlBaseObjectDiagram | returns a new object diagram 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 |
create | UmlBaseOpaqueAction | 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 |
create | UmlBaseOperation | returns a new operation 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 |
create | UmlBasePackage | returns a new package named 'name' 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 |
create | UmlBaseParameterSet | returns a new parameter set 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 |
create | UmlBaseReadVariableValueAction | returns a new read variable value 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 |
create | UmlBaseRegion | returns a new region 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 |
create | UmlBaseRelation | returns a new relation of the given 'kind' from 'start' to 'end' 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 |
create | UmlBaseRemoveVariableValueAction | returns a new remove variable value 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 |
create | UmlBaseSendObjectAction | returns a new send object 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 |
create | UmlBaseSendSignalAction | returns a new send signal 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 |
create | UmlBaseSequenceDiagram | returns a new sequence diagram 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 |
create | UmlBaseShallowHistoryPseudoState | returns a new shallow history pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseState | returns a new state 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 |
create | UmlBaseStateAction | returns a new state action created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseStateDiagram | returns a new state diagram 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 |
create | UmlBaseTerminatePseudoState | returns a new terminate pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseTransition | Returns a new Transition from 'start' to 'end' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | UmlBaseUnmarshallAction | returns a new unmarshall 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 |
create | UmlBaseUseCase | returns a new use case 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 |
create | UmlBaseUseCaseDiagram | returns a new use case diagram 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 |
create | UmlBaseUseCaseView | returns a new use case view 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 |
create | UmlBaseValueSpecificationAction | returns a new value specification 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 |
create | UmlBaseWriteVariableValueAction | returns a new write variable value 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 |
defaultValue | UmlBaseActivityParameter | return the default value |
defaultValue | UmlBaseAttribute | returns the default attribute value, may be an empty string |
defaultValue | UmlBaseFormalParameter | returns the default actual value |
defaultValue | UmlBaseRelation | returns the default relation value, may be an empty string |
defined_ | UmlBaseItem | internal, do NOT use it |
deleteIt | UmlBaseItem | remove the element from the model, use it carefully because after that the element can't be used anymore by the plug-out On error : return FALSE in C++, produce a RuntimeException in Java |
description | UmlBaseItem | returns the description |
direction | UmlBasePinParameter | return the direction |
doActivity | UmlBaseState | return the activity in OCL |
effect | UmlBasePinParameter | return the effect |
entryBehavior | UmlBaseState | return the entry behavior in OCL |
enumDecl | CppSettings | returns the default definition of an enum |
enumDecl | IdlSettings | returns the default definition of an enum |
enumDecl | JavaSettings | returns the default definition of an enumeration |
enumIn | CppSettings | returns the default operation 'in' parameter specification in case its type is an enum |
enumInout | CppSettings | returns the default operation 'inout' parameter specification in case its type is an enum |
enumItemDecl | CppSettings | returns the default definition of an enumeration item |
enumItemDecl | IdlSettings | returns the default definition of an enumeration item |
enumItemDecl | JavaSettings | returns the default definition of an enumeration item |
enumOut | CppSettings | returns the default operation 'out' parameter specification in case its type is an enum |
enumPatternDecl | JavaSettings | returns the default definition of an enumeration implemented through an abstract class having constant attributes |
enumPatternItemCase | JavaSettings | Returns the 'case' form produced in the fromInt operation for each enumeration item |
enumPatternItemDecl | JavaSettings | returns the default definition of an enumeration item |
enumReturn | CppSettings | return the default operation value type form |
exceptionDecl | IdlSettings | returns the default definition of an exception |
exceptions | UmlBaseOperation | returns the exceptions |
exitBehavior | UmlBaseState | return the exit behavior in OCL |
expression | UmlBaseStateAction | return the expression in OCL |
extend | UmlBaseFormalParameter | return the optional extend (Java) |
extensionPoints | UmlBaseUseCase | return the extension points |
externalClassDecl | CppSettings | returns the default specification for an 'external' class |
externalClassDecl | IdlSettings | returns the default specification for an 'external' class |
externalClassDecl | JavaSettings | returns the default specification for an 'external' class |
fatal_error | UmlCom | internal, do NOT use it |
findModule | UmlBasePackage | returns a sub package of the current one having the IDL module 'n' (including the current one), else 0/null |
findNamespace | UmlBasePackage | returns a sub package of the current one having the c++ namespace 'n' (including the current one), else 0/null |
findPackage | UmlBasePackage | returns a sub package of the current one having the Java package 'n' (including the current one), else 0/null |
flush | UmlCom | internal, do NOT use it |
formals | UmlBaseClass | returns (a copy of) the formals list |
get | UmlBaseClass | returns the class having the name given in argument in case it exist, else 0/null. In case the package is specified (not 0/null), the returned class will be defined in a sub-level of the package. |
get_import | JavaSettings | returns the import or other form specified in the last 'Generation settings' tab for the Java type given in argument. |
getIdentifier | UmlBaseItem | return a constant identifier, it is unique within a given kind of element (two classes can't have the same identifiers, but a class and a component may have the same identifier) except for the diagrams (a class diagram can't have the identifier of a component diagram) |
getName | CppSettings | returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu |
getName | IdlSettings | returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu |
getName | JavaSettings | returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu |
getOf | UmlBaseOperation | in case the operation is a 'get' operation, returns the associated attribute or relation |
getOperation | UmlBaseAttribute | returns the 'get' operation of the attribute, or 0 if it does not exist |
getOperation | UmlBaseRelation | returns the 'get' operation of the relation, or 0 if it does not exist |
getProject | UmlBasePackage | Returns the project |
getVisibility | CppSettings | returns the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' menu |
getVisibility | JavaSettings | returns the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' |
guard | UmlBaseFlow | return the guard in OCL |
guard | UmlBaseTransition | return the guard in OCL |
headerContent | CppSettings | returns the default header file content |
headerExtension | CppSettings | returns the extension of the header files produced by the C++ code generator |
identifier_ | UmlBaseItem | internal, do NOT use it |
idlCase | UmlBaseAttribute | in case the attribute is an IDL union's member returns the corresponding 'case', an empty string in case it is not specified |
idlCase | UmlBaseRelation | in case the relation is an IDL union's member returns the corresponding 'case', an empty string in case it is not specified |
idlDecl | UmlBaseClassItem | return the IDL declaration |
idlDir | UmlBasePackage | returns the path where the IDL files are generated by the IDL generator. |
idlGetSetFrozen | UmlBaseOperation | return the if the IDL definition is frozen, only for getter/setter operation |
idlModule | UmlBasePackage | returns the module name associed to the package |
idlNameSpec | UmlBaseOperation | in case the operation is a 'get' or 'set' operation, returns how the operation's IDL name must be generated |
idlSource | UmlBaseArtifact | returns the Idl file definition |
in | CppSettings | returns the default operation 'in' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab |
include | CppSettings | returns the #include or other form specified in the last 'Generation settings' tab for the C++ type given in argument. |
include | IdlSettings | returns the #include or other form specified in the last 'Generation settings' tab for the Idl type given in argument. |
includeWithPath | CppSettings | indicates to the code generator if the #include may specify the path of just the file's name |
inout | CppSettings | returns the default operation 'inout' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab |
inState | UmlBaseActivityObject | return the inState attribute |
interfaceDecl | IdlSettings | returns the default definition of an interface |
interfaceDecl | JavaSettings | returns the default definition of an interface |
isAbstract | UmlBaseClass | returns TRUE in case the class is abstract |
isAbstract | UmlBaseOperation | indicates if the operation is abstract, returns TRUE if yes |
isClassMember | UmlBaseClassMember | Indicate if the member is a 'class member' (static) Always false in case of a class |
isControlType | UmlBaseActivityObject | return the isControlType attribute, tells whether the type of the object node is to be treated as control |
isCppConst | UmlBaseOperation | returns TRUE if the operation is declared const in C++ |
isCppExternal | UmlBaseClass | returns TRUE if the class is external, its definition must contains how the name is made on the first line (${name} by default), the other lines if they exist must contains the #include and may be using forms |
isCppFriend | UmlBaseOperation | returns TRUE if the operation is a friend in C++ |
isCppInline | UmlBaseExtraClassMember | returns TRUE if the extra member is managed as an inline operation in C++ |
isCppInline | UmlBaseOperation | returns TRUE if the operation is declared inline in C++ |
isCppMutable | UmlBaseAttribute | Indicate if the attribute is 'mutable' |
isCppMutable | UmlBaseRelation | Indicate if the relation is 'mutable' |
isCppVirtual | UmlBaseOperation | returns TRUE if the operation is declared virtual in C++ |
isException | UmlBasePinParameter | return the isException attribute, exclusive with isStream |
isForceNamespacePrefixGeneration | CppSettings | return if the namespace prefix must be always generated before class's names |
isGenerateJavadocStyleComment | CppSettings | return if ${comment} generate Javadoc style comment |
isGenerateJavadocStyleComment | JavaSettings | return if ${comment} generate Javadoc style comment |
isGetConst | CppSettings | returns if a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default |
isGetFinal | JavaSettings | return if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default |
isGetInline | CppSettings | returns if a 'get' operation generated through the attribute and relation 'add get operation' menu is inline by default |
isGetValueConst | CppSettings | returns if the value returned by a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default |
isIdlCustom | UmlBaseClass | returns TRUE is the class is custom, have sense for a valuetype |
isIdlExternal | UmlBaseClass | returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored |
isIdlLocal | UmlBaseClass | returns TRUE if the class is local, have sense for an interface |
isIdlOneway | UmlBaseOperation | returns TRUE if the operation is declared oneway in IDL |
isIdlTruncatableInheritance | UmlBaseRelation | indicates if the relation is 'truncatable', returns TRUE if yes have sense only for a valuetype inheritance |
isJavaExternal | UmlBaseClass | returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored |
isJavaFinal | UmlBaseClass | returns TRUE is the class is final |
isJavaFinal | UmlBaseOperation | returns TRUE if the operation is declared final in JAVA |
isJavaPublic | UmlBaseClass | returns TRUE is the class is public |
isJavaSynchronized | UmlBaseOperation | returns TRUE if the operation is declared synchronized in JAVA |
isJavaTransient | UmlBaseAttribute | indicates if the attribute is 'transient', returns TRUE if yes |
isJavaTransient | UmlBaseRelation | indicates if the relation is 'transient', returns TRUE if yes |
isMarked | UmlBaseItem | return TRUE in case the item is marked |
isMustIsolate | UmlBaseExpansionRegion | return the isMustIsolate attribute, if TRUE the actions in the region execute in isolation from actions outside the region. |
isProjectModified | UmlBasePackage | return TRUE in case something is modified (i.e. the project must be saved) |
isReadOnly | UmlBaseActivity | return the isReadOnly attribute, if TRUE the activity must not made any changes to variables ouside the activity or to objects. |
isReadOnly | UmlBaseAttribute | indicates if the attribute is read only, returns TRUE if yes |
isReadOnly | UmlBaseRelation | indicates if the relation is read only, returns TRUE if yes |
isRelativePath | CppSettings | return if a relative path must be used when the path must be generated in the produced #includes |
isRemoveDuplicates | UmlBaseRemoveVariableValueAction | return the isRemoveDuplicates attribute, if TRUE remove duplicates of the value if non-unique |
isReplaceAll | UmlBaseAddVariableValueAction | return the isReplaceAll attribute, if TRUE existing values of the variable must be removed before adding the new value |
isRootRelativePath | CppSettings | return if a path relative to the project root must be used when the path must be generated in the produced #includes |
isSetFinal | JavaSettings | returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default |
isSetInline | CppSettings | returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is inline by default |
isSetOneway | IdlSettings | returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is oneway by default |
isSetParamConst | CppSettings | returns if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are const by default |
isSetParamFinal | JavaSettings | returns if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are final by default |
isSetParamRef | CppSettings | return if the parameter of a 'set' operation generated through the attribute and relation 'add set operation' menu is a reference by default |
isSingleExecution | UmlBaseActivity | return the isSingleExecution attribute, if TRUE all invocations of the activity are handle by the same execution |
isStream | UmlBasePinParameter | return the isStream attribute |
isSynchronous | UmlBaseCallBehaviorAction | return the isSynchronous attribute, if TRUE the caller waits for the completion of the invoked behavior |
isSynchronous | UmlBaseCallOperationAction | return the isSynchronous attribute, if TRUE the caller waits for the completion of the invoked behavior |
isTimeEvent | UmlBaseAcceptEventAction | return the isTimeEvent attribute, if TRUE the event is a time event |
isToolRunning | UmlBaseItem | 'id' is an identifier returned by apply(), indicates if the tool is still running |
isUnique | UmlBasePinParameter | return the isUnique attribute |
isUnmarshall | UmlBaseAcceptEventAction | return the isUnmarshall attribute, if TRUE there are multiple output pins for attributes or the event. |
isVolatile | UmlBaseClassMember | Indicate if the member is 'volatile' Always false in case of a class |
isWritable | UmlBaseItem | return TRUE in case the item may be modified, i.e. it is not an API base 'plug-out' class and the corresponding file(s) are not read-only. |
javaActivity | UmlBaseTransition | return the activity in Java |
javaAnnotations | UmlBaseClassMember | returns the Java annotations |
javaBehavior | UmlBaseOpaqueAction | return the behavior in Java |
javaBody | UmlBaseOperation | returns the operation's body in Java++, useless if the def does not contains ${body} Note that the body is get each time from BOUML for memory size reason |
javaDecl | UmlBaseClassItem | return the Java defininition |
javaDef | UmlBaseOperation | returns the operation's definition in Java, notes that it is already made by the inherited JavaDecl operation |
javaDir | UmlBasePackage | returns the path where the JAVA files are generated by the JAVA generator. |
javaDoActivity | UmlBaseState | return the activity in Java |
javaEntryBehavior | UmlBaseState | return the entry behavior in Java |
javaExitBehavior | UmlBaseState | return the exit behavior in Java |
javaExpression | UmlBaseStateAction | return the expression in Java |
javaGetSetFrozen | UmlBaseOperation | return the if the Java definition is frozen, only for getter/setter operation |
javaGuard | UmlBaseFlow | return the guard in Java |
javaGuard | UmlBaseTransition | return the guard in Java |
javaNameSpec | UmlBaseOperation | in case the operation is a 'get' or 'set' operation, returns how the operation's JAVA name must be generated |
javaPackage | UmlBasePackage | returns the java package name associed to the package |
javaPostCondition | UmlBaseActivity | return the post condition in Java |
javaPostCondition | UmlBaseActivityAction | return the post condition in Java |
javaPreCondition | UmlBaseActivity | return the pre condition in Java |
javaPreCondition | UmlBaseActivityAction | return the pre condition in Java |
javaSelection | UmlBaseActivityObject | return the selection in Java |
javaSelection | UmlBaseFlow | return the selection in Java |
javaSignal | UmlBaseOnSignalAction | return the signal in Java |
javaSource | UmlBaseArtifact | returns the Java file definition |
javaTransformation | UmlBaseFlow | return the transformation in Java |
javaTrigger | UmlBaseAcceptEventAction | return the trigger in Java |
javaTrigger | UmlBaseTransition | return the trigger in Java |
javaValue | UmlBaseValueSpecificationAction | return the value in Java |
javaWeight | UmlBaseFlow | return the weight in Java |
kind | UmlBaseAcceptEventAction | returns the kind of the item |
kind | UmlBaseActivity | returns the kind of the item |
kind | UmlBaseActivityDiagram | returns the kind of the item |
kind | UmlBaseActivityFinalActivityNode | returns the kind of the item |
kind | UmlBaseActivityObject | returns the kind of the item |
kind | UmlBaseActivityParameter | returns the kind of the item |
kind | UmlBaseActivityPin | returns the kind of the item |
kind | UmlBaseAddVariableValueAction | returns the kind of the item |
kind | UmlBaseArtifact | returns the kind of the item |
kind | UmlBaseAttribute | returns the kind of the item |
kind | UmlBaseBroadcastSignalAction | returns the kind of the item |
kind | UmlBaseCallBehaviorAction | returns the kind of the item |
kind | UmlBaseCallOperationAction | returns the kind of the item |
kind | UmlBaseChoicePseudoState | returns the kind of the item |
kind | UmlBaseClass | returns the kind of the item |
kind | UmlBaseClassDiagram | returns the kind of the item |
kind | UmlBaseClassInstance | returns the kind of the item |
kind | UmlBaseClassView | returns the kind of the item |
kind | UmlBaseClearVariableValueAction | returns the kind of the item |
kind | UmlBaseCollaborationDiagram | returns the kind of the item |
kind | UmlBaseComponent | returns the kind of the item |
kind | UmlBaseComponentDiagram | returns the kind of the item |
kind | UmlBaseComponentView | returns the kind of the item |
kind | UmlBaseDecisionActivityNode | returns the kind of the item |
kind | UmlBaseDeepHistoryPseudoState | returns the kind of the item |
kind | UmlBaseDeploymentDiagram | returns the kind of the item |
kind | UmlBaseDeploymentView | returns the kind of the item |
kind | UmlBaseEntryPointPseudoState | returns the kind of the item |
kind | UmlBaseExitPointPseudoState | returns the kind of the item |
kind | UmlBaseExpansionNode | returns the kind of the item |
kind | UmlBaseExpansionRegion | returns the kind of the item |
kind | UmlBaseExtraClassMember | returns the kind of the item |
kind | UmlBaseFinalState | returns the kind of the item |
kind | UmlBaseFlow | returns the kind of the item |
kind | UmlBaseFlowFinalActivityNode | returns the kind of the item |
kind | UmlBaseForkActivityNode | returns the kind of the item |
kind | UmlBaseForkPseudoState | returns the kind of the item |
kind | UmlBaseInitialActivityNode | returns the kind of the item |
kind | UmlBaseInitialPseudoState | returns the kind of the item |
kind | UmlBaseInterruptibleActivityRegion | returns the kind of the item |
kind | UmlBaseItem | returns the kind of the item |
kind | UmlBaseJoinActivityNode | returns the kind of the item |
kind | UmlBaseJoinPseudoState | returns the kind of the item |
kind | UmlBaseJunctionPseudoState | returns the kind of the item |
kind | UmlBaseMergeActivityNode | returns the kind of the item |
kind | UmlBaseNcRelation | returns the kind of the item |
kind | UmlBaseNode | returns the kind of the item |
kind | UmlBaseObjectDiagram | returns the kind of the item |
kind | UmlBaseOpaqueAction | returns the kind of the item |
kind | UmlBaseOperation | returns the kind of the item |
kind | UmlBasePackage | returns the kind of the item |
kind | UmlBaseParameterSet | returns the kind of the item |
kind | UmlBaseReadVariableValueAction | returns the kind of the item |
kind | UmlBaseRegion | returns the kind of the item |
kind | UmlBaseRelation | returns the kind of the item |
kind | UmlBaseRemoveVariableValueAction | returns the kind of the item |
kind | UmlBaseSendObjectAction | returns the kind of the item |
kind | UmlBaseSendSignalAction | returns the kind of the item |
kind | UmlBaseSequenceDiagram | returns the kind of the item |
kind | UmlBaseShallowHistoryPseudoState | returns the kind of the item |
kind | UmlBaseState | returns the kind of the item |
kind | UmlBaseStateAction | returns the kind of the item |
kind | UmlBaseStateDiagram | returns the kind of the item |
kind | UmlBaseTerminatePseudoState | returns the kind of the item |
kind | UmlBaseTransition | returns the kind of the item |
kind | UmlBaseUnmarshallAction | returns the kind of the item |
kind | UmlBaseUseCase | returns the kind of the item |
kind | UmlBaseUseCaseDiagram | returns the kind of the item |
kind | UmlBaseUseCaseView | returns the kind of the item |
kind | UmlBaseValueSpecificationAction | returns the kind of the item |
kind | UmlBaseWriteVariableValueAction | returns the kind of the item |
loadProject | UmlBasePackage | Does nothing in case an edition is on going under BOUML. Else : close the current project (in case it is not saved the last modifications are lost), load the specified one, and all the communications with the plug-outs including the current one are closed. |
markedItems | UmlBaseItem | |
message | UmlCom | to write a message in the status bar line does not use Qt rich text |
mode | UmlBaseExpansionRegion | return the mode attribute, the way in which the execution interact. |
moveAfter | UmlBaseItem | If the parameter is null, move the current item to be the first child of its parent. Else the current item and the parameter must have the same parent, the current item is moved to be just after the parameter. On error return FALSE in C++, produce a RuntimeException in Java |
multiplicity | UmlBaseActivityObject | return the multiplicity |
multiplicity | UmlBaseAttribute | returns the multiplicity (may be an empty string) |
multiplicity | UmlBaseRelation | returns the multiplicity (may be an empty string) |
name | UmlBaseFormalParameter | returns the name of the formal |
name | UmlBaseItem | returns the name |
operation | UmlBaseCallOperationAction | return the operation |
operationDecl | CppSettings | returns the default declaration of an operation |
operationDecl | IdlSettings | returns the default declaration of an operation |
operationDef | CppSettings | returns the default definition of an operation |
operationDef | JavaSettings | returns the default definition of an operation |
operationDescription | UmlSettings | return the default description |
operationForceThrow | CppSettings | return TRUE if the operations profile must contain 'throw()' when the operations does not have exception |
ordering | UmlBaseActivityObject | return the ordering |
out | CppSettings | returns the default operation 'out' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab |
params | UmlBaseOperation | returns (in java a copy of) the parameters list |
parent | UmlBaseItem | returns the parent (0/null if it is applied on the project itself), to go all over the browser tree |
pins | UmlBaseParameterSet | return the pins part of the parameter set |
postCondition | UmlBaseActivity | return the post condition |
postCondition | UmlBaseActivityAction | return the post condition |
preCondition | UmlBaseActivity | return the pre condition |
preCondition | UmlBaseActivityAction | return the pre condition |
properties | UmlBaseItem | returns all the properties of the object through (in Java a copy of) a dictionnary |
propertyValue | UmlBaseItem | In C++, in case the key specified by 'k' exist for the current object, the string 'v' is modified which the associated value and TRUE is returned, else returns FALSE. In Java return the value associated with the key specified by 'k' for the current object, null in case the property doesn't exist. These properties may be edited through the object dialog last tab named 'user' |
providedClasses | UmlBaseComponent | returns (in Java a copy of) the optional provided classes |
rank | UmlBaseActualParameter | returns the actual rank (0...) |
read | FlowBehavior | |
read | StateBehavior | |
read | TransitionBehavior | |
read_bool | UmlCom | internal, do NOT use it |
read_char | UmlCom | internal, do NOT use it |
read_id | UmlCom | internal, do NOT use it |
read_item_list | UmlCom | internal, do NOT use it |
read_string | UmlCom | internal, do NOT use it |
read_unsigned | UmlCom | internal, do NOT use it |
realizedClasses | UmlBaseComponent | returns (in Java a copy of) the optional realized classes |
referencedBy | UmlBaseItem | Returns the items referencing the current one. The result may contains UmlAttribute, UmlRelations, UmlNcRelations, UmlOperation (their bodies are not taken into account) , UmlClass and UmlComponents. |
relationAttributeStereotype | CppSettings | returns the C++ stereotype corresponding to the 'UML' stereotype given in argument |
relationAttributeStereotype | IdlSettings | returns the IDL stereotype corresponding to the 'UML' stereotype given in argument |
relationAttributeStereotype | JavaSettings | returns the JAVA stereotype corresponding to the 'UML' stereotype given in argument |
relationAttributeUmlStereotype | CppSettings | reverse of the RelationAttributeStereotype() operation, returns the 'UML' stereotype corresponding to the C++ one given in argument |
relationAttributeUmlStereotype | IdlSettings | reverse of the RelationAttributeStereotype() operation, returns the 'UML' stereotype corresponding to the IDL one given in argument |
relationAttributeUmlStereotype | JavaSettings | reverse of the RelationAttributeStereotype() operation, returns the 'UML' stereotype corresponding to the JAVA one given in argument |
relationDecl | CppSettings | returns the default definition of a relation depending on it is an aggregation by value or not and the multiplicity, given in argument. |
relationDecl | IdlSettings | returns the default definition of a relation depending on the multiplicity given in argument. |
relationDecl | JavaSettings | returns the default definition of a relation depending on the multiplicity given in argument. |
relationDescription | UmlSettings | return the default description |
relationKind | UmlBaseNcRelation | returns the kind of the relation : aGeneralisation or a Dependency, the other are not allowed for the non class relations |
relationKind | UmlBaseRelation | returns the kind of the relation |
relationsValue | UmlBaseClassInstance | Returns the attributes having a value |
remove_Relation | UmlBaseClassInstance | Remove the slot (does nothing if it doesn't exist) On error : return FALSE in C++, produce a RuntimeException in Java |
removeAllAssociatedArtifacts | UmlBaseArtifact | removes all associated artifacts significant when the artifact is not stereotyped <<source>> On error return FALSE in C++, produce a RuntimeException in Java |
removeAssociatedArtifact | UmlBaseArtifact | removes an associated artifacts significant when the artifact is not stereotyped <<source>> On error return FALSE in C++, produce a RuntimeException in Java |
removeAssociatedClass | UmlBaseArtifact | removes an associated class significant when the artifact is not stereotyped <<source>> On error return FALSE in C++, produce a RuntimeException in Java |
removeException | UmlBaseOperation | remove the exception of the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
removeFormal | UmlBaseClass | remove the formal of the given rank (0...), returns 0 on error On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
removeParameter | UmlBaseOperation | remove the parameter of the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
replaceActual | UmlBaseClass | replace the actual value at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
replaceException | UmlBaseOperation | replaces the exception at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
replaceFormal | UmlBaseClass | replace the formal at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
replaceParameter | UmlBaseOperation | replace the parameter at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java |
requiredClasses | UmlBaseComponent | returns (in Java a copy of) the optional required classes |
Return | CppSettings | return the default operation value type form |
returnType | UmlBaseOperation | returns the operation value type |
roleName | UmlBaseRelation | returns the name of the role |
roleType | UmlBaseRelation | returns the 'end' class (the 'start' class is the parent of the relation) no set ! |
rootDir | CppSettings | returns the 'root' directory |
rootDir | IdlSettings | returns the 'root' directory |
rootDir | JavaSettings | return the 'root' directory |
saveIn | UmlBaseDiagram | saves the diagram picture in the file whose pathname is given in argument, the produced file is a PNG file. The aspect of the diagram is : - its visible part in case it is open - the aspect specified by its prefered size and scale in case these last are specified (see menu on a diagram view) - else the default diagram aspect, which is probably not as you want On error return FALSE in C++, produce a RuntimeException in Java |
saveProject | UmlBasePackage | save the project if needed |
selection | UmlBaseActivityObject | return the selection in OCL |
selection | UmlBaseFlow | return the selection in OCL |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
send_cmd | UmlCom | internal, do NOT use it |
set_Activity | UmlBaseTransition | set the activity in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_ArtifactDescription | UmlSettings | set the default description On error : return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedClasses | UmlBaseArtifact | set the associated classes list significant when the artifact is stereotyped <<source>> On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedClasses | UmlBaseComponent | set the realized, provided and required classes lists On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDeploymentView | UmlBaseClassView | sets the associated deployment view, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseActivity | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseActivityAction | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseActivityObject | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseActivityRegion | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseArtifact | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseClass | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseClassInstance | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseComponent | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseNode | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBasePackage | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseState | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_AssociatedDiagram | UmlBaseUseCase | sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java |
set_Association | UmlBaseRelation | set the associated class/type, may be an empty spec On error : return FALSE in C++, produce a RuntimeException in Java |
set_AttributeDecl | CppSettings | set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java |
set_AttributeDecl | IdlSettings | set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java |
set_AttributeDecl | JavaSettings | set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java |
set_AttributeDescription | UmlSettings | set the default description On error : return FALSE in C++, produce a RuntimeException in Java |
set_AttributeValue | UmlBaseClassInstance | Remove the slot if the value is null. Else set the value for the given attribute, replacing it if the slot already exist. On error : return FALSE in C++, produce a RuntimeException in Java |
set_BaseType | UmlBaseClass | to set the type on which the class (in fact a typedef) is based On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
set_Behavior | UmlBaseCallBehaviorAction | set the behavior On error return FALSE in C++, produce a RuntimeException in Java |
set_Behavior | UmlBaseOpaqueAction | set the behavior On error return FALSE in C++, produce a RuntimeException in Java |
set_childrenVisible | UmlBaseItem | open the item in the browser (its children are visible) if y is TRUE, else close it (its children are not visible). May be applied on items without children. The item is also selected in the browser, so set_ChildrenVisible(childrenVisible()) is the right way to select the item in the browser. On error return FALSE in C++, produce a RuntimeException in Java |
set_ClassDecl | CppSettings | set the default definition of a class On error : return FALSE in C++, produce a RuntimeException in Java |
set_ClassDecl | JavaSettings | set the default definition of a class On error : return FALSE in C++, produce a RuntimeException in Java |
set_ClassDescription | UmlSettings | set the default description On error : return FALSE in C++, produce a RuntimeException in Java |
set_ClassStereotype | CppSettings | set the C++ stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java |
set_ClassStereotype | IdlSettings | set the IDL stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java |
set_ClassStereotype | JavaSettings | set the JAVA stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java |
set_ConstDecl | IdlSettings | set the default definition of a constant attribute On error : return FALSE in C++, produce a RuntimeException in Java |
set_Constraint | UmlBaseClassMember | set the constraint On error return FALSE in C++, produce a RuntimeException in Java |
set_CppActivity | UmlBaseTransition | set the activity in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppBehavior | UmlBaseOpaqueAction | set the behavior in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppBody | UmlBaseOperation | sets the operation's body in C++, useless if the def does not contains ${body} On error return FALSE in C++, produce a RuntimeException in Java |
set_CppDecl | UmlBaseClassItem | to set the C++ declaration On error return FALSE in C++, produce a RuntimeException in Java |
set_CppDef | UmlBaseExtraClassMember | sets the operation's definition in C++, notes that the declaration is set through the inherited ClassItemBase::set_CppDecl() operation On error return FALSE in C++, produce a RuntimeException in Java |
set_CppDef | UmlBaseOperation | sets the operation's definition in C++, notes that the declaration is set through the inherited ClassItemBase::set_CppDecl() operation On error return FALSE in C++, produce a RuntimeException in Java |
set_CppDoActivity | UmlBaseState | set the activity in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppEntryBehavior | UmlBaseState | set the entry behavior in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppExitBehavior | UmlBaseState | set the exit behavior in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppExpression | UmlBaseStateAction | set the expression in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppGetSetFrozen | UmlBaseOperation | set the if the C++ definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java |
set_CppGuard | UmlBaseFlow | set the guard in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppGuard | UmlBaseTransition | set the guard in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppHDir | UmlBasePackage | to set the path where the C++ header files are generated by the C++ generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java |
set_CppHeader | UmlBaseArtifact | to set the C++ header file definition On error return FALSE in C++, produce a RuntimeException in Java |
set_CppNamespace | UmlBasePackage | to set the namespace name associed to the package. On error return FALSE in C++, produce a RuntimeException in Java |
set_CppNameSpec | UmlBaseOperation | in case the operation is a 'get' or 'set' operation, returns how the operation's C++ name must be generated On error return FALSE in C++, produce a RuntimeException in Java |
set_CppPostCondition | UmlBaseActivity | set the post condition in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppPostCondition | UmlBaseActivityAction | set the post condition in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppPreCondition | UmlBaseActivity | set the pre condition in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppPreCondition | UmlBaseActivityAction | set the pre condition in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppSelection | UmlBaseActivityObject | set the selection in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppSelection | UmlBaseFlow | set the selection in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppSignal | UmlBaseOnSignalAction | set the signal in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppSource | UmlBaseArtifact | to set the C++ source file definition On error return FALSE in C++, produce a RuntimeException in Java |
set_CppSrcDir | UmlBasePackage | to set the path where the C++ source files are generated by the C++ generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java |
set_CppTransformation | UmlBaseFlow | set the transformation in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppTrigger | UmlBaseAcceptEventAction | set the trigger in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppTrigger | UmlBaseTransition | set the trigger in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppValue | UmlBaseValueSpecificationAction | set the value in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppVirtualInheritance | UmlBaseRelation | to set if the inheritance is virtual in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_CppVisibility | UmlBaseClassMember | Set the visibility for C++, DefaultVisibility is legal On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
set_CppWeight | UmlBaseFlow | set the weight in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_DefaultValue | UmlBaseActivityParameter | set the default value On error return FALSE in C++, produce a RuntimeException in Java |
set_DefaultValue | UmlBaseAttribute | to set the default attribute value ("" allowed) On error return FALSE in C++, produce a RuntimeException in Java |
set_DefaultValue | UmlBaseRelation | to set the default relation value ("" allowed) On error return FALSE in C++, produce a RuntimeException in Java |
set_Description | UmlBaseItem | to set the description On error return FALSE in C++, produce a RuntimeException in Java |
set_Direction | UmlBasePinParameter | set the direction On error return FALSE in C++, produce a RuntimeException in Java |
set_DoActivity | UmlBaseState | set the activity in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_Effect | UmlBasePinParameter | set the effect On error return FALSE in C++, produce a RuntimeException in Java |
set_EntryBehavior | UmlBaseState | set the entry behavior in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_EnumDecl | CppSettings | set the default definition of an enum On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumDecl | IdlSettings | set the default definition of an enum On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumDecl | JavaSettings | set the default definition of an enumeration On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumIn | CppSettings | set the default operation 'in' parameter specification in case its type is an enum On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumInout | CppSettings | set the default operation 'inout' parameter specification in case its type is an enum On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumItemDecl | CppSettings | set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumItemDecl | IdlSettings | set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumItemDecl | JavaSettings | set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumOut | CppSettings | set the default operation 'out' parameter specification in case its type is an enum On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumPatternDecl | JavaSettings | set the default definition of an enumeration implemented through an abstract class having constant attributes On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumPatternItemCase | JavaSettings | set the 'case' form produced in the fromInt operation for each enumeration item On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumPatternItemDecl | JavaSettings | set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java |
set_EnumReturn | CppSettings | set the default operation value type form On error : return FALSE in C++, produce a RuntimeException in Java |
set_ExceptionDecl | IdlSettings | set the default definition of an exception On error : return FALSE in C++, produce a RuntimeException in Java |
set_ExitBehavior | UmlBaseState | set the exit behavior in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_Expression | UmlBaseStateAction | set the expression in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_ExtensionPoints | UmlBaseUseCase | set the extension points On error return FALSE in C++, produce a RuntimeException in Java |
set_ExternalClassDecl | CppSettings | set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java |
set_ExternalClassDecl | IdlSettings | set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java |
set_ExternalClassDecl | JavaSettings | set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java |
set_GetName | CppSettings | set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_GetName | IdlSettings | set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_GetName | JavaSettings | set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_GetVisibility | CppSettings | set the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_GetVisibility | JavaSettings | set the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' On error : return FALSE in C++, produce a RuntimeException in Java |
set_Guard | UmlBaseFlow | set the guard in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_Guard | UmlBaseTransition | set the guard in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_HeaderContent | CppSettings | set the default header file content On error : return FALSE in C++, produce a RuntimeException in Java |
set_HeaderExtension | CppSettings | set the extension of the header files produced by the C++ code generator On error : return FALSE in C++, produce a RuntimeException in Java |
set_IdlCase | UmlBaseAttribute | to set the 'case' even the attribute is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlCase | UmlBaseAttribute | to set the 'case' even the attribute is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlCase | UmlBaseRelation | to set the 'case' even the relation is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlCase | UmlBaseRelation | to set the 'case' even the relation is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlDecl | UmlBaseClassItem | set the IDL declaration On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlDir | UmlBasePackage | to set the path where the IDL files are generated by the IDL generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlGetSetFrozen | UmlBaseOperation | set the if the IDL definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlModule | UmlBasePackage | to set the module name associed to the package. On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlNameSpec | UmlBaseOperation | in case the operation is a 'get' or 'set' operation, returns how the operation's IDL name must be generated On error return FALSE in C++, produce a RuntimeException in Java |
set_IdlSource | UmlBaseArtifact | to set the Idl file definition On error return FALSE in C++, produce a RuntimeException in Java |
set_Import | JavaSettings | set the import or other form specified in the last 'Generation settings' tab for the Java type given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_In | CppSettings | set the default operation 'in' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab On error : return FALSE in C++, produce a RuntimeException in Java |
set_Include | CppSettings | set the #include or other form specified in the last 'Generation settings' tab for the C++ type given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_Include | IdlSettings | set the #include or other form specified in the last 'Generation settings' tab for the Idl type given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_IncludeWithPath | CppSettings | to indicates to the code generator if the #include may specify the path of just the file's name On error : return FALSE in C++, produce a RuntimeException in Java |
set_Inout | CppSettings | set the default operation 'inout' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab On error : return FALSE in C++, produce a RuntimeException in Java |
set_InState | UmlBaseActivityObject | set the inState attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_InterfaceDecl | IdlSettings | set the default definition of an interface On error : return FALSE in C++, produce a RuntimeException in Java |
set_InterfaceDecl | JavaSettings | set the default definition of an interface On error : return FALSE in C++, produce a RuntimeException in Java |
set_isAbstract | UmlBaseClass | the set if the class is abstract On error return FALSE in C++, produce a RuntimeException in Java, for instance you cannot set it to FALSE in case the class have abstract operations |
set_isAbstract | UmlBaseOperation | to set the 'abstract' flag On error return FALSE in C++, produce a RuntimeException in Java |
set_isClassMember | UmlBaseClassMember | Set if the member is a 'class member' (static), not significant for a class On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
set_IsControlType | UmlBaseActivityObject | set the isControlType attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppConst | UmlBaseOperation | to set if the operation is declared const in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppExternal | UmlBaseClass | set if the class is external On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppFriend | UmlBaseOperation | to set if the operation is a friend in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppInline | UmlBaseExtraClassMember | to set if the extra member is managed as an inline operation in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppInline | UmlBaseOperation | to set if the operation is declared inline in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppMutable | UmlBaseAttribute | Set if the attribute is 'mutable' On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppMutable | UmlBaseRelation | Set if the relation is 'mutable' On error return FALSE in C++, produce a RuntimeException in Java |
set_isCppVirtual | UmlBaseOperation | to set if the operation is declared virtual in C++ On error return FALSE in C++, produce a RuntimeException in Java |
set_IsException | UmlBasePinParameter | set the isException attribute, exclusive with isStream On error return FALSE in C++, produce a RuntimeException in Java |
set_IsForceNamespacePrefixGeneration | CppSettings | set if the namespace prefix must be always generated before class's names On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsGenerateJavadocStyleComment | CppSettings | set if ${comment} generate Javadoc style comment On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsGenerateJavadocStyleComment | JavaSettings | set if ${comment} generate Javadoc style comment On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsGetConst | CppSettings | set if a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsGetFinal | JavaSettings | set if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsGetInline | CppSettings | set if a 'get' operation generated through the attribute and relation 'add get operation' menu is inline by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsGetValueConst | CppSettings | set if the value returned by a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_isIdlCustom | UmlBaseClass | set if the class is custom have sense for aa valuetype On error return FALSE in C++, produce a RuntimeException in Java |
set_isIdlExternal | UmlBaseClass | set if the class is external On error return FALSE in C++, produce a RuntimeException in Java |
set_isIdlLocal | UmlBaseClass | set if the class is local, have sense for an interface On error return FALSE in C++, produce a RuntimeException in Java |
set_isIdlOneway | UmlBaseOperation | to set if the operation is declared oneway in IDL On error return FALSE in C++, produce a RuntimeException in Java |
set_isIdlTruncatableInheritance | UmlBaseRelation | to set if the inheritance is 'truncatable' On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaExternal | UmlBaseClass | set if the class is external On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaFinal | UmlBaseClass | set if the class is final On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaFinal | UmlBaseOperation | to set if the operation is declared final in JAVA On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaPublic | UmlBaseClass | set if the class is public On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaSynchronized | UmlBaseOperation | to set if the operation is declared synchronized in JAVA On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaTransient | UmlBaseAttribute | to set the 'transient' state of the attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isJavaTransient | UmlBaseRelation | to set the 'transient' state of the relation On error return FALSE in C++, produce a RuntimeException in Java |
set_isMarked | UmlBaseItem | to mark/unmark the current item. The project cannot marked On error return FALSE in C++, produce a RuntimeException in Java |
set_isMustIsolate | UmlBaseExpansionRegion | set the isMustIsolate attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isReadOnly | UmlBaseActivity | set the isReadOnly attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isReadOnly | UmlBaseAttribute | to set the 'read only' state of the attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isReadOnly | UmlBaseRelation | to set the 'read only' state of the relation On error return FALSE in C++, produce a RuntimeException in Java |
set_IsRelativePath | CppSettings | set if a relative path must be used when the path must be generated in the produced #includes On error : return FALSE in C++, produce a RuntimeException in Java |
set_isRemoveDuplicates | UmlBaseRemoveVariableValueAction | set the isRemoveDuplicates attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isReplaceAll | UmlBaseAddVariableValueAction | set the isReplaceAll attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_IsRootRelativePath | CppSettings | set if a relative to the project root path must be used when the path must be generated in the produced #includes On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsSetFinal | JavaSettings | set if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsSetInline | CppSettings | set if a 'set' operation generated through the attribute and relation 'add set operation' menu is inline by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsSetOneway | IdlSettings | set if a 'set' operation generated through the attribute and relation 'add set operation' menu is oneway by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsSetParamConst | CppSettings | set if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are const by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsSetParamFinal | JavaSettings | set if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are final by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_IsSetParamRef | CppSettings | set if the parameter of a 'set' operation generated through the attribute and relation 'add set operation' menu is a reference by default On error : return FALSE in C++, produce a RuntimeException in Java |
set_isSingleExecution | UmlBaseActivity | set the isSingleExecution attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_IsStream | UmlBasePinParameter | set the isStream attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isSynchronous | UmlBaseCallBehaviorAction | set the isSynchronous attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isSynchronous | UmlBaseCallOperationAction | set the isSynchronous attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isTimeEvent | UmlBaseAcceptEventAction | set the isTimeEvent attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_IsUnique | UmlBasePinParameter | set the isUnique attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isUnmarshall | UmlBaseAcceptEventAction | set the isUnmarshall attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_isVolatile | UmlBaseClassMember | Set if the member is 'volatile', not significant for a class On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
set_JavaActivity | UmlBaseTransition | set the activity in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaAnnotations | UmlBaseClassMember | set the Java annotations On error : return FALSE in C++, produce a RuntimeException in Java |
set_JavaBehavior | UmlBaseOpaqueAction | set the behavior in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaBody | UmlBaseOperation | sets the operation's body in Java, useless if the def does not contains ${body} On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaDecl | UmlBaseClassItem | to set the Java definition On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaDef | UmlBaseOperation | sets the operation's definition in Java, notes that it is already made by the inherited set_JavaDecl operation On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaDir | UmlBasePackage | to set the path where the JAVA files are generated by the JAVA generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaDoActivity | UmlBaseState | set the activity in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaEntryBehavior | UmlBaseState | set the entry behavior in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaExitBehavior | UmlBaseState | set the exit behavior in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaExpression | UmlBaseStateAction | set the expression in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaGetSetFrozen | UmlBaseOperation | set the if the Java definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaGuard | UmlBaseFlow | set the guard in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaGuard | UmlBaseTransition | set the guard in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaNameSpec | UmlBaseOperation | in case the operation is a 'get' or 'set' operation, returns how the operation's JAVA name must be generated On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaPackage | UmlBasePackage | to set the java package name associed to the package. On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaPostCondition | UmlBaseActivity | set the post condition in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaPostCondition | UmlBaseActivityAction | set the post condition in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaPreCondition | UmlBaseActivity | set the pre condition in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaPreCondition | UmlBaseActivityAction | set the pre condition in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaSelection | UmlBaseActivityObject | set the selection in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaSelection | UmlBaseFlow | set the selection in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaSignal | UmlBaseOnSignalAction | set the signal in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaSource | UmlBaseArtifact | to set the Java file definition On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaTransformation | UmlBaseFlow | set the transformation in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaTrigger | UmlBaseAcceptEventAction | set the trigger in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaTrigger | UmlBaseTransition | set the trigger in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaValue | UmlBaseValueSpecificationAction | set the value in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_JavaWeight | UmlBaseFlow | set the weight in Java On error return FALSE in C++, produce a RuntimeException in Java |
set_Mode | UmlBaseExpansionRegion | set the mode attribute On error return FALSE in C++, produce a RuntimeException in Java |
set_Multiplicity | UmlBaseActivityObject | set the multiplicity On error return FALSE in C++, produce a RuntimeException in Java |
set_Multiplicity | UmlBaseAttribute | to set the multiplicity On error return FALSE in C++, produce a RuntimeException in Java |
set_Multiplicity | UmlBaseRelation | to set the multiplicity On error return FALSE in C++, produce a RuntimeException in Java |
set_Name | UmlBaseClass | to set the name On error return FALSE in C++, produce a RuntimeException in Java |
set_Name | UmlBaseItem | to set the name On error return FALSE in C++, produce a RuntimeException in Java |
set_Operation | UmlBaseCallOperationAction | set the operation On error return FALSE in C++, produce a RuntimeException in Java |
set_OperationDecl | CppSettings | set the default declaration of an operation On error : return FALSE in C++, produce a RuntimeException in Java |
set_OperationDecl | IdlSettings | set the default declaration of an operation On error : return FALSE in C++, produce a RuntimeException in Java |
set_OperationDef | CppSettings | set the default definition of an operation On error : return FALSE in C++, produce a RuntimeException in Java |
set_OperationDef | JavaSettings | set the default definition of an operation On error : return FALSE in C++, produce a RuntimeException in Java |
set_OperationDescription | UmlSettings | set the default description On error : return FALSE in C++, produce a RuntimeException in Java |
set_OperationForceThrow | CppSettings | set if the operations profile must contain 'throw()' when the operations does not have exception On error : return FALSE in C++, produce a RuntimeException in Java |
set_Ordering | UmlBaseActivityObject | set the ordering On error return FALSE in C++, produce a RuntimeException in Java |
set_Out | CppSettings | set the default operation 'out' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab On error : return FALSE in C++, produce a RuntimeException in Java |
set_Pins | UmlBaseParameterSet | set the pins |
set_PostCondition | UmlBaseActivity | set the post condition On error return FALSE in C++, produce a RuntimeException in Java |
set_PostCondition | UmlBaseActivityAction | set the post condition On error return FALSE in C++, produce a RuntimeException in Java |
set_PreCondition | UmlBaseActivity | set the pre condition On error return FALSE in C++, produce a RuntimeException in Java |
set_PreCondition | UmlBaseActivityAction | set the pre condition On error return FALSE in C++, produce a RuntimeException in Java |
set_PropertyValue | UmlBaseItem | to set (may be insert a new) the value 'v' associated to the key 'k' On error return FALSE in C++, produce a RuntimeException in Java |
set_RelationAttributeStereotype | CppSettings | set the C++ stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java |
set_RelationAttributeStereotype | IdlSettings | set the IDL stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java |
set_RelationAttributeStereotype | JavaSettings | set the JAVA stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java |
set_RelationDecl | CppSettings | set the default definition of a relation depending on it is an aggregation by value or not and the multiplicity, given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_RelationDecl | IdlSettings | set the default definition of a relation depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_RelationDecl | JavaSettings | set the default definition of a relation depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_RelationDescription | UmlSettings | set the default description On error : return FALSE in C++, produce a RuntimeException in Java |
set_Return | CppSettings | set the default operation value type form On error : return FALSE in C++, produce a RuntimeException in Java |
set_ReturnType | UmlBaseOperation | to set the operation value type On error return FALSE in C++, produce a RuntimeException in Java |
set_RoleName | UmlBaseRelation | to set the name of the role On error return FALSE in C++, produce a RuntimeException in Java |
set_RootDir | CppSettings | set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java |
set_RootDir | IdlSettings | set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java |
set_RootDir | JavaSettings | set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java |
set_Selection | UmlBaseActivityObject | set the selection in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_Selection | UmlBaseFlow | set the selection in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_SetName | CppSettings | set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_SetName | IdlSettings | set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_SetName | JavaSettings | set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_SetVisibility | CppSettings | set the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java |
set_SetVisibility | JavaSettings | set the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' On error : return FALSE in C++, produce a RuntimeException in Java |
set_Signal | UmlBaseOnSignalAction | set the signal On error return FALSE in C++, produce a RuntimeException in Java |
set_SourceContent | CppSettings | set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java |
set_SourceContent | IdlSettings | set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java |
set_SourceContent | JavaSettings | set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java |
set_SourceExtension | CppSettings | set the extension of the source files produced by the C++ code generator On error : return FALSE in C++, produce a RuntimeException in Java |
set_SourceExtension | IdlSettings | set the extension of the files produced by the Idl code generator On error : return FALSE in C++, produce a RuntimeException in Java |
set_SourceExtension | JavaSettings | set the extension of the file produced by the JAVA code generator On error : return FALSE in C++, produce a RuntimeException in Java |
set_Stereotype | UmlBaseItem | to set the stereotype On error return FALSE in C++, produce a RuntimeException in Java |
set_Stereotype | UmlBaseRelation | to set the stereotype On error return FALSE in C++, produce a RuntimeException in Java redefined in case the relation is bidirectional to set the stereotype of the relation corresponding to the other direction |
set_StructDecl | CppSettings | set the default definition of a struct On error : return FALSE in C++, produce a RuntimeException in Java |
set_StructDecl | IdlSettings | set the default definition of a struct On error : return FALSE in C++, produce a RuntimeException in Java |
set_SwitchType | UmlBaseClass | to set the switch type even the class is not (already) an IDL union On error return FALSE in C++, produce a RuntimeException in Java |
set_Transformation | UmlBaseFlow | set the transformation in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_Trigger | UmlBaseAcceptEventAction | set the trigger On error return FALSE in C++, produce a RuntimeException in Java |
set_Trigger | UmlBaseTransition | set the trigger in OCL On error return FALSE in C++, produce a RuntimeException in Java |
set_Type | CppSettings | set the C++ type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab On error : return FALSE in C++, produce a RuntimeException in Java |
set_Type | IdlSettings | set the IDL type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab On error : return FALSE in C++, produce a RuntimeException in Java |
set_Type | JavaSettings | set the JAVA type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab On error : return FALSE in C++, produce a RuntimeException in Java |
set_Type | UmlBaseActivityObject | set the type On error return FALSE in C++, produce a RuntimeException in Java |
set_Type | UmlBaseAttribute | to set the attribute UML type On error return FALSE in C++, produce a RuntimeException in Java |
set_Type | UmlBaseClassInstance | set the type On error return FALSE in C++, produce a RuntimeException in Java |
set_TypedefDecl | CppSettings | set the default definition of a typedef On error : return FALSE in C++, produce a RuntimeException in Java |
set_TypedefDecl | IdlSettings | set the default definition of a typedef On error : return FALSE in C++, produce a RuntimeException in Java |
set_UmlGetName | UmlSettings | set the language from which the getter's name rule must be followed at Uml level On error : return FALSE in C++, produce a RuntimeException in Java |
set_UmlSetName | UmlSettings | set the language from which the setter's name rule must be followed at Uml level On error : return FALSE in C++, produce a RuntimeException in Java |
set_UnionDecl | CppSettings | set the default definition of an union On error : return FALSE in C++, produce a RuntimeException in Java |
set_UnionDecl | IdlSettings | set the default definition of an union On error : return FALSE in C++, produce a RuntimeException in Java |
set_UnionItemDecl | IdlSettings | set the default definition of an union item On error : return FALSE in C++, produce a RuntimeException in Java |
set_UnionRelationDecl | IdlSettings | set the default definition of a relation in an union depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_UseDefaults | CppSettings | if y is TRUE the future created C++ objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java |
set_UseDefaults | IdlSettings | if y is TRUE the future created Java objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java |
set_UseDefaults | JavaSettings | if y is TRUE the future created Java objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java |
set_Value | UmlBaseValueSpecificationAction | set the value On error return FALSE in C++, produce a RuntimeException in Java |
set_ValuetypeAttributeDecl | IdlSettings | set the default definition of an attribute placed in a valuetype On error : return FALSE in C++, produce a RuntimeException in Java |
set_ValuetypeDecl | IdlSettings | set the default definition of a valuetype On error : return FALSE in C++, produce a RuntimeException in Java |
set_ValuetypeRelationDecl | IdlSettings | set the default definition of a relation in a valuetype depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java |
set_Variable | UmlBaseAccessVariableValueAction | set the variable On error return FALSE in C++, produce a RuntimeException in Java |
set_Visibility | UmlBaseClassMember | Set the member visibility, DefaultVisibility is not legal On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef |
set_Weight | UmlBaseFlow | set the weight in OCL On error return FALSE in C++, produce a RuntimeException in Java |
setName | CppSettings | returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu |
setName | IdlSettings | returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu |
setName | JavaSettings | returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu |
setOf | UmlBaseOperation | in case the operation is a 'set' operation, returns the associated attribute or relation |
setOperation | UmlBaseAttribute | returns the 'set' operation of the attribute, or 0 if it does not exist |
setOperation | UmlBaseRelation | returns the 'set' operation of the relation, or 0 if it does not exist |
setVisibility | CppSettings | returns the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' menu |
setVisibility | JavaSettings | returns the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' |
showTrace | UmlCom | to show the trace window |
side | UmlBaseRelation | if 'first' is true returns the relation associated to the first role, else the relation associated to the second role or 0/null if the relation is uni directional |
signal | UmlBaseOnSignalAction | return the signal |
SlotAttribute | SlotAttribute | because of QValueList use |
SlotAttribute | SlotAttribute | |
SlotRelation | SlotRelation | because of QValueList use |
SlotRelation | SlotRelation | |
sourceContent | CppSettings | returns the default source file content |
sourceContent | IdlSettings | returns the default source file content |
sourceContent | JavaSettings | returns the default source file content |
sourceExtension | CppSettings | returns the extension of the source files produced by the C++ code generator |
sourceExtension | IdlSettings | returns the extension of the files produced by the Idl code generator |
sourceExtension | JavaSettings | returns the extension of the file produced by the JAVA code generator |
stereotype | UmlBaseItem | returns the stereotype |
structDecl | CppSettings | returns the default definition of a struct |
structDecl | IdlSettings | returns the default definition of a struct |
superClass | UmlBaseActualParameter | returns the class of the corresponding formal |
supportFile | UmlBaseItem | Returns the absolute path name of the file memoring the Item. In general an item is saved in a file associated to its package, the exceptions are : - the body of the operations of a class which definition contains the keyword '{$body}'. This path name is returned when you apply supportFile on any operation of the class. - the drawing of the diagrams, this path name is returned when you apply supportFile on the diagram. - the configuration of the tools edited throw the entry 'Tools Settings' of the menu Tools is saved in the file 'tools' - the configuration of the '#include' and 'using' forms associated to the external type and edited through the last C++ tab of the 'Generation Settings' dialog is saved in the file 'cpp_includes' - the configuration of the 'imports' forms associated to the external types and edited through the last Java tab of the 'Generation Settings' dialog is saved in the file 'java_imports' - the configuration of the '#include' forms associated to the external type and edited through the last Idl tab of the 'Generation Settings' dialog is saved in the file 'idl_includes' |
switchType | UmlBaseClass | returns the switch's type, significant in case the class is an union in IDL |
target | UmlBaseFlow | returns the 'end' object (the 'start' object is the parent of the flow) no set ! |
target | UmlBaseNcRelation | returns the 'end' object (the 'start' object is the parent of the relation) no set ! |
target | UmlBaseTransition | returns the 'end' object (the 'start' object is the parent of the transition) no set ! |
targetItem | UmlCom | returns the item on which the tool is applied |
toString | UmlBaseTypeSpec | returns the type as a string in all cases |
trace | UmlCom | to write messages in the tool window, use Qt rich text : allows HTML like formatting |
traceAutoRaise | UmlCom | to automatically raise the trace window each time trace() is called |
transformation | UmlBaseFlow | return the transformation in OCL |
trigger | UmlBaseAcceptEventAction | return the trigger |
trigger | UmlBaseTransition | return the trigger in OCL |
type | CppSettings | returns the C++ type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab |
type | IdlSettings | returns the IDL type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab |
type | JavaSettings | returns the JAVA type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab |
type | UmlBaseActivityObject | return the type |
type | UmlBaseAttribute | returns the attribute UML type |
type | UmlBaseClassInstance | return the type |
type | UmlBaseFormalParameter | returns the type of a formal, probably "class" |
typedefDecl | CppSettings | returns the default definition of a typedef |
typedefDecl | IdlSettings | returns the default definition of a typedef |
UmlAcceptEventAction | UmlAcceptEventAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlActivity | UmlActivity | the constructor, do not call it yourself !!!!!!!!!! |
UmlActivityDiagram | UmlActivityDiagram | the constructor, do not call it yourself !!!!!!!!!! |
UmlActivityFinalActivityNode | UmlActivityFinalActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlActivityObject | UmlActivityObject | the constructor, do not call it yourself !!!!!!!!!! |
UmlActivityParameter | UmlActivityParameter | the constructor, do not call it yourself !!!!!!!!!! |
UmlActivityPin | UmlActivityPin | the constructor, do not call it yourself !!!!!!!!!! |
UmlActualParameter | UmlActualParameter | |
UmlAddVariableValueAction | UmlAddVariableValueAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlArtifact | UmlArtifact | |
UmlAttribute | UmlAttribute | |
UmlBaseActualParameter | UmlBaseActualParameter | |
UmlBaseAttribute | UmlBaseAttribute | the constructor, do not call it yourself !!!!!!!!!! |
UmlBaseFormalParameter | UmlBaseFormalParameter | |
UmlBaseItem | UmlBaseItem | the constructor, do not call it yourself ! |
UmlBaseParameter | UmlBaseParameter | |
UmlBaseTypeSpec | UmlBaseTypeSpec | |
UmlBroadcastSignalAction | UmlBroadcastSignalAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlCallBehaviorAction | UmlCallBehaviorAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlCallOperationAction | UmlCallOperationAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlChoicePseudoState | UmlChoicePseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlClass | UmlClass | |
UmlClassDiagram | UmlClassDiagram | |
UmlClassInstance | UmlClassInstance | the constructor, do not call it yourself !!!!!!!!!! |
UmlClassItem | UmlClassItem | |
UmlClassMember | UmlClassMember | |
UmlClassView | UmlClassView | |
UmlClearVariableValueAction | UmlClearVariableValueAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlCollaborationDiagram | UmlCollaborationDiagram | |
UmlComponent | UmlComponent | |
UmlComponentDiagram | UmlComponentDiagram | |
UmlComponentView | UmlComponentView | |
UmlDecisionActivityNode | UmlDecisionActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlDeepHistoryPseudoState | UmlDeepHistoryPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlDeploymentDiagram | UmlDeploymentDiagram | |
UmlDeploymentView | UmlDeploymentView | |
UmlDiagram | UmlDiagram | |
UmlEntryPointPseudoState | UmlEntryPointPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlExitPointPseudoState | UmlExitPointPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlExpansionNode | UmlExpansionNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlExpansionRegion | UmlExpansionRegion | the constructor, do not call it yourself !!!!!!!!!! |
UmlExtraClassMember | UmlExtraClassMember | |
UmlFinalState | UmlFinalState | the constructor, do not call it yourself !!!!!!!!!! |
UmlFlow | UmlFlow | |
UmlFlowFinalActivityNode | UmlFlowFinalActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlForkActivityNode | UmlForkActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlForkPseudoState | UmlForkPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlFormalParameter | UmlFormalParameter | |
umlGetName | UmlSettings | return the language from which the getter's name rule must be followed at Uml level |
UmlInitialActivityNode | UmlInitialActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlInitialPseudoState | UmlInitialPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlInterruptibleActivityRegion | UmlInterruptibleActivityRegion | the constructor, do not call it yourself !!!!!!!!!! |
UmlItem | UmlItem | |
UmlJoinActivityNode | UmlJoinActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlJoinPseudoState | UmlJoinPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlJunctionPseudoState | UmlJunctionPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlMergeActivityNode | UmlMergeActivityNode | the constructor, do not call it yourself !!!!!!!!!! |
UmlNcRelation | UmlNcRelation | |
UmlNode | UmlNode | |
UmlObjectDiagram | UmlObjectDiagram | the constructor, do not call it yourself !!!!!!!!!! |
UmlOpaqueAction | UmlOpaqueAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlOperation | UmlOperation | |
UmlPackage | UmlPackage | |
UmlParameterSet | UmlParameterSet | the constructor, do not call it yourself !!!!!!!!!! |
UmlPseudoState | UmlPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlReadVariableValueAction | UmlReadVariableValueAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlRegion | UmlRegion | the constructor, do not call it yourself !!!!!!!!!! |
UmlRelation | UmlRelation | |
UmlRemoveVariableValueAction | UmlRemoveVariableValueAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlSendObjectAction | UmlSendObjectAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlSendSignalAction | UmlSendSignalAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlSequenceDiagram | UmlSequenceDiagram | |
umlSetName | UmlSettings | return the language from which the setter's name rule must be followed at Uml level |
UmlShallowHistoryPseudoState | UmlShallowHistoryPseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlState | UmlState | the constructor, do not call it yourself !!!!!!!!!! |
UmlStateAction | UmlStateAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlStateDiagram | UmlStateDiagram | the constructor, do not call it yourself !!!!!!!!!! |
UmlTerminatePseudoState | UmlTerminatePseudoState | the constructor, do not call it yourself !!!!!!!!!! |
UmlTransition | UmlTransition | |
umlType | CppSettings | reverse of the Type() operation, returns the 'UML' type corresponding to the C++ type given in argument |
umlType | IdlSettings | reverse of the Type() operation, returns the 'UML' type corresponding to the IDL type given in argument |
umlType | JavaSettings | reverse of the Type() operation, returns the 'UML' type corresponding to the JAVA type given in argument |
UmlUnmarshallAction | UmlUnmarshallAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlUseCase | UmlUseCase | |
UmlUseCaseDiagram | UmlUseCaseDiagram | |
UmlUseCaseView | UmlUseCaseView | |
UmlValueSpecificationAction | UmlValueSpecificationAction | the constructor, do not call it yourself !!!!!!!!!! |
UmlWriteVariableValueAction | UmlWriteVariableValueAction | the constructor, do not call it yourself !!!!!!!!!! |
unionDecl | CppSettings | returns the default definition of an union |
unionDecl | IdlSettings | returns the default definition of an union |
unionItemDecl | IdlSettings | returns the default definition of an union item depending on the multiplicity |
unionRelationDecl | IdlSettings | returns the default definition of a relation in an union depending on the multiplicity given in argument. |
unload | FlowBehavior | |
unload | StateBehavior | |
unload | TransitionBehavior | |
unload | UmlBaseAcceptEventAction | 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 |
unload | UmlBaseActivity | 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 |
unload | UmlBaseActivityAction | 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 |
unload | UmlBaseActivityObject | 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 |
unload | UmlBaseActivityParameter | 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 |
unload | UmlBaseArtifact | to unload the object to free memory, it will be reloaded automatically if needed. args unused |
unload | UmlBaseAttribute | to unload the object to free memory, it will be reloaded automatically if needed. args unused |
unload | UmlBaseClass | 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 |
unload | UmlBaseClassItem | |
unload | UmlBaseComponent | to unload the object to free memory, it will be reloaded automatically if needed. args unused |
unload | UmlBaseExtraClassMember | to unload the object to free memory, it will be reloaded automatically if needed. args unused |
unload | UmlBaseFlow | 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 |
unload | UmlBaseItem | 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 |
unload | UmlBaseOnSignalAction | 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 |
unload | UmlBaseOpaqueAction | 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 |
unload | UmlBaseOperation | to unload the object to free memory, it will be reloaded automatically if needed. args unused |
unload | UmlBasePackage | 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 |
unload | UmlBaseParameterSet | 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 |
unload | UmlBaseRelation | to unload the object to free memory, it will be reloaded automatically if needed. args unused |
unload | UmlBaseState | 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 |
unload | UmlBaseStateAction | 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 |
unload | UmlBaseTransition | 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 |
unload | UmlBaseValueSpecificationAction | 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 |
useDefaults | CppSettings | returns TRUE when the created C++ objects are initialized with the default declaration/definition |
useDefaults | IdlSettings | returns TRUE when the created Java objects are initialized with the default declaration/definition |
useDefaults | JavaSettings | returns TRUE when the created Java objects are initialized with the default declaration/definition |
value | UmlBaseActualParameter | returns the actual's value |
value | UmlBaseValueSpecificationAction | return the value |
valuetypeAttributeDecl | IdlSettings | returns the default definition of an attribute placed in a valuetype depending on the multiplicity |
valuetypeDecl | IdlSettings | returns the default definition of a valuetype |
valuetypeRelationDecl | IdlSettings | returns the default definition of a relation in a valuetype depending on the multiplicity given in argument. |
variable | UmlBaseAccessVariableValueAction | return the variable, may be an attribute or a relation |
visibility | UmlBaseClassMember | The member's visibility |
weight | UmlBaseFlow | return the weight in OCL |
~UmlBaseItem | UmlBaseItem | the destructor, do not delete objects yourself !!!!!!!!!! |
~UmlItem | UmlItem |