diff options
author | hut <hut@lavabit.com> | 2009-11-28 16:23:54 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-11-28 16:23:54 +0100 |
commit | 419e4aa53fc99c29dce66cd46b7f894efd2d57a8 (patch) | |
tree | e547103e4b71fd63fc57d5ae0c2f98c3d7e0525a /bouml/a.prj | |
parent | a66c4a26f79d71210422f7d977b892d5a700dae8 (diff) | |
download | ranger-419e4aa53fc99c29dce66cd46b7f894efd2d57a8.tar.gz |
blub
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 |