Name | Kind | Description |
p_buffer_in | attribute | |
p_buffer_out | attribute | |
Package and Views classes inheritance diagram | class diagram | |
packageGlobalCmd | attribute | |
PackageGlobalCmd | class | Internal enum |
PackageGlobalCmd | artifact | |
PackageVisibility | attribute | |
parallelExecution | attribute | |
params | operation | returns (in java a copy of) the parameters list |
parent | operation | returns the parent (0/null if it is applied on the project itself), to go all over the browser tree |
parentCmd | attribute | |
php | attribute | |
phpBody | operation | 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 |
phpBodyCmd | attribute | |
phpDecl | operation | return the Php defininition |
phpDef | operation | returns the operation's definition in Php, notes that it is already made by the inherited PhpDecl operation |
phpDir | operation | returns the path where the PHP files are generated by the PHP generator. |
phpGetSetFrozen | operation | return the if the Php definition is frozen, only for getter/setter operation |
phpLanguage | attribute | |
phpNameSpec | operation | in case the operation is a 'get' or 'set' operation, returns how the operation's PHP name must be generated |
PhpSettings | operation | never called ! |
PhpSettings | class | 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. |
PhpSettings | artifact | |
phpSettingsCmd | attribute | |
PhpSettingsCmd | class | |
PhpSettingsCmd | artifact | |
phpSource | operation | returns the Php file definition |
pins | operation | return the pins part of the parameter set |
plug_out | class | |
postCondition | operation | return the post condition |
postCondition | operation | return the post condition |
preCondition | operation | return the pre condition |
preCondition | operation | return the pre condition |
primary | operation | return true if the actor is a primary actor for the use case |
PrivateVisibility | attribute | |
properties | operation | returns all the properties of the object through (in Java a copy of) a dictionnary |
propertyValue | operation | 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' |
ProtectedVisibility | attribute | |
providedClasses | operation | returns (in Java a copy of) the optional provided classes |
PublicVisibility | attribute |