diff options
Diffstat (limited to 'bouml/a.prj')
-rw-r--r-- | bouml/a.prj | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/bouml/a.prj b/bouml/a.prj index bac9648a..a2f2a6e5 100644 --- a/bouml/a.prj +++ b/bouml/a.prj @@ -1046,6 +1046,29 @@ ${docstring}${body} relation_ref 150402 // <aggregation> end + operation 139010 "load_once" + public explicit_return_type "" + nparams 0 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end + + operation 139138 "load_if_outdated" + public explicit_return_type "" + nparams 0 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end end class 136450 "File" @@ -1099,6 +1122,30 @@ ${docstring}${body} end + operation 139266 "load_content_once" + public explicit_return_type "" + nparams 0 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end + + operation 139394 "load_content_if_outdated" + public explicit_return_type "" + nparams 0 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end + operation 138498 "move_pointer" public explicit_return_type "" nparams 0 |