diff options
author | hut <hut@lavabit.com> | 2009-11-27 22:00:52 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-11-27 22:00:52 +0100 |
commit | db9bb0c9026b38acdf1174f2be5851acd47e066b (patch) | |
tree | fb641c0ce0b00a79488f4a61a51cec8cccfbd0d2 /bouml/a.prj | |
parent | 9f36be13fa069a2a14fda8f2812269c4227d532f (diff) | |
download | ranger-db9bb0c9026b38acdf1174f2be5851acd47e066b.tar.gz |
good things
Diffstat (limited to 'bouml/a.prj')
-rw-r--r-- | bouml/a.prj | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/bouml/a.prj b/bouml/a.prj index ff5419a6..bac9648a 100644 --- a/bouml/a.prj +++ b/bouml/a.prj @@ -1045,6 +1045,7 @@ ${docstring}${body} classrelation 152706 // <aggregation> relation_ref 150402 // <aggregation> end + end class 136450 "File" @@ -1085,6 +1086,54 @@ ${docstring}${members} classrelation_ref 152450 // <generalisation> b parent class_ref 136322 // FSObject end + + operation 138370 "load_content" + 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 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end + + operation 138626 "move_pointer_to_file_path" + public explicit_return_type "" + nparams 0 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end + + operation 138754 "correct_pointer" + public explicit_return_type "" + nparams 0 + + + + python_def "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + + end end end add_operation_profile |