P

NameKindDescription
p_buffer_inattribute
p_buffer_outattribute
Package and Views classes inheritance diagramclass diagram
packageGlobalCmdattribute
PackageGlobalCmdclass Internal enum
PackageGlobalCmdartifact
PackageVisibilityattribute
parallelExecutionattribute
paramsoperation returns (in java a copy of) the parameters list
parentoperation returns the parent (0/null if it is applied on the project itself),
to go all over the browser tree
parentCmdattribute
phpattribute
phpBodyoperation returns the operation's body in Php++, useless if the def does
not contains ${body} Note that the body is get each time from BOUML
for memory size reason
phpBodyCmdattribute
phpContextualBodyIndentoperation indicate if the indent of the PHP body is contextual or absolute
phpDecloperation return the Php defininition
phpDecloperation return the Php declaration
phpDefoperation returns the operation's definition in Php, notes that it is
already made by the inherited PhpDecl operation
phpDiroperation returns the path where the PHP files are generated by the
PHP generator.
phpGetSetFrozenoperation return the if the Php definition is frozen, only for getter/setter operation
phpLanguageattribute
phpNamespaceoperation return the namespace name associed to the package
phpNameSpecoperation in case the operation is a 'get' or 'set' operation, returns how
the operation's PHP name must be generated
PhpSettingsoperation never called !
PhpSettingsclass This class manages settings concerning PHP, configured through
the 'Generation settings' dialog.

This class may be defined as a 'singleton', but I prefer to use static
members allowing to just write 'PhpSettings::member' rather than
'PhpSettings::instance()->member' or other long sentence like this.
PhpSettingsartifact
phpSettingsCmdattribute
PhpSettingsCmdclass
PhpSettingsCmdartifact
phpSourceoperation returns the Php file definition
pinsoperation return the pins part of the parameter set
plug_outclass
postConditionoperation return the post condition
postConditionoperation return the post condition
preConditionoperation return the pre condition
preConditionoperation return the pre condition
primaryoperation return true if the actor is a primary actor for the use case
PrivateVisibilityattribute
propertiesoperation returns all the properties of the object through (in Java a copy of) a dictionnary
propertyValueoperation 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'
ProtectedVisibilityattribute
providedClassesoperation returns (in Java a copy of) the optional provided classes
PublicVisibilityattribute
pythonattribute
pythonBodyoperation returns the operation's body in Python++, useless if the def does
not contains ${body} Note that the body is get each time from BOUML
for memory size reason
pythonBodyCmdattribute
pythonContextualBodyIndentoperation indicate if the indent of the Python body is contextual or absolute
pythonDecloperation return the Python defininition
pythonDecloperation return the Python declaration
pythonDecoratorsoperation return the decorators
pythonDefoperation returns the operation's definition in Python, notes that it is
already made by the inherited PythonDecl operation
pythonDiroperation returns the path where the PYTHON files are generated by the
PYTHON generator.
pythonGetSetFrozenoperation return the if the Python definition is frozen, only for getter/setter operation
pythonLanguageattribute
pythonNameSpecoperation in case the operation is a 'get' or 'set' operation, returns how
the operation's PYTHON name must be generated
pythonPackageoperationreturns the python package name associed to the package
PythonSettingsoperation never called !
PythonSettingsclass This class manages settings concerning PYTHON, configured through
the 'Generation settings' dialog.

This class may be defined as a 'singleton', but I prefer to use static
members allowing to just write 'PythonSettings::member' rather than
'PythonSettings::instance()->member' or other long sentence like this.
PythonSettingsartifact
pythonSettingsCmdattribute
PythonSettingsCmdclass
PythonSettingsCmdartifact
pythonSourceoperation returns the Python file definition