summary refs log tree commit diff stats
path: root/bouml
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-28 16:23:54 +0100
committerhut <hut@lavabit.com>2009-11-28 16:23:54 +0100
commit419e4aa53fc99c29dce66cd46b7f894efd2d57a8 (patch)
treee547103e4b71fd63fc57d5ae0c2f98c3d7e0525a /bouml
parenta66c4a26f79d71210422f7d977b892d5a700dae8 (diff)
downloadranger-419e4aa53fc99c29dce66cd46b7f894efd2d57a8.tar.gz
blub
Diffstat (limited to 'bouml')
-rw-r--r--bouml/128002.diagram5
-rw-r--r--bouml/a.prj47
2 files changed, 50 insertions, 2 deletions
diff --git a/bouml/128002.diagram b/bouml/128002.diagram
index 11471f2c..df226ddd 100644
--- a/bouml/128002.diagram
+++ b/bouml/128002.diagram
@@ -62,7 +62,7 @@ classcanvas 135042 class_ref 136194 // Color
 end
 classcanvas 135938 class_ref 136322 // FSObject
   draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
-  xyz 187 405 2000
+  xyz 197 409 2000
 end
 classcanvas 136066 class_ref 136450 // File
   draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
@@ -162,7 +162,8 @@ relationcanvas 136450 relation_ref 150274 // <generalisation>
   no_multiplicity_a no_multiplicity_b
 end
 relationcanvas 136578 relation_ref 150402 // <aggregation>
-  from ref 128642 z 2001 to ref 135938
+  from ref 128642 z 2001 to point 365 427
+  line 138626 z 2001 to ref 135938
   no_role_a no_role_b
   no_multiplicity_a no_multiplicity_b
 end
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
href='/akspecs/ranger/commit/ranger/defaults/options.py?h=v1.4.4&id=9e09af364d3c1067caaba49da3689cbedc01cd9e'>9e09af36 ^
0a053bef ^
9e09af36 ^
bf391538 ^


61006fdd ^
f4ad6457 ^

61006fdd ^
6a40e8e0 ^

083acade ^
f45f3c73 ^



083acade ^








0128bee7 ^
083acade ^

0128bee7 ^
b39fcc5f ^
0128bee7 ^
0128bee7 ^
b44906cd ^

0128bee7 ^

876e288a ^


0128bee7 ^
34c131ef ^


















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116