os/ossrv/genericservices/taskscheduler/DESIGN/MODEL.MDL
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
sl@0
     2
(object Petal
sl@0
     3
    version    	40)
sl@0
     4
sl@0
     5
(object Design "Logical View"
sl@0
     6
    is_unit    	TRUE
sl@0
     7
    is_loaded  	TRUE
sl@0
     8
    file_name  	"D:\\schsvr\\DESIGN\\Model.mdl"
sl@0
     9
    quid       	"3607CDBF00DB"
sl@0
    10
    defaults   	(object defaults
sl@0
    11
	rightMargin 	0.250000
sl@0
    12
	leftMargin 	0.250000
sl@0
    13
	topMargin  	0.250000
sl@0
    14
	bottomMargin 	0.500000
sl@0
    15
	pageOverlap 	0.250000
sl@0
    16
	clipIconLabels 	TRUE
sl@0
    17
	autoResize 	FALSE
sl@0
    18
	snapToGrid 	TRUE
sl@0
    19
	gridX      	16
sl@0
    20
	gridY      	16
sl@0
    21
	defaultFont 	(object Font
sl@0
    22
	    size       	10
sl@0
    23
	    face       	"Arial"
sl@0
    24
	    bold       	FALSE
sl@0
    25
	    italics    	FALSE
sl@0
    26
	    underline  	FALSE
sl@0
    27
	    strike     	FALSE
sl@0
    28
	    color      	0
sl@0
    29
	    default_color 	TRUE)
sl@0
    30
	showMessageNum 	3
sl@0
    31
	showClassOfObject 	TRUE
sl@0
    32
	notation   	"Unified")
sl@0
    33
    root_usecase_package 	(object Class_Category "Use Case View"
sl@0
    34
	quid       	"34B4B32D038B"
sl@0
    35
	exportControl 	"Public"
sl@0
    36
	global     	TRUE
sl@0
    37
	logical_models 	(list unit_reference_list)
sl@0
    38
	logical_presentations 	(list unit_reference_list
sl@0
    39
	    (object UseCaseDiagram "Main"
sl@0
    40
		quid       	"358F97CC012F"
sl@0
    41
		title      	"Main"
sl@0
    42
		zoom       	100
sl@0
    43
		max_height 	28350
sl@0
    44
		max_width  	21600
sl@0
    45
		origin_x   	0
sl@0
    46
		origin_y   	0
sl@0
    47
		items      	(list diagram_item_list))))
sl@0
    48
    root_category 	(object Class_Category "Logical View"
sl@0
    49
	quid       	"34B4B32D038A"
sl@0
    50
	exportControl 	"Public"
sl@0
    51
	global     	TRUE
sl@0
    52
	subsystem  	"Component View"
sl@0
    53
	quidu      	"34B4B32D038C"
sl@0
    54
	logical_models 	(list unit_reference_list
sl@0
    55
	    (object Class "CServer"
sl@0
    56
		quid       	"34D1C70C010E"
sl@0
    57
		abstract   	TRUE
sl@0
    58
		operations 	(list Operations
sl@0
    59
		    (object Operation "RunL"
sl@0
    60
			quid       	"34D1C726002F"
sl@0
    61
			concurrency 	"Sequential"
sl@0
    62
			opExportControl 	"Public"
sl@0
    63
			uid        	0)
sl@0
    64
		    (object Operation "Start"
sl@0
    65
			quid       	"34D1C73102B6"
sl@0
    66
			concurrency 	"Sequential"
sl@0
    67
			opExportControl 	"Public"
sl@0
    68
			uid        	0)))
sl@0
    69
	    (object Class "CSession"
sl@0
    70
		quid       	"34D1C70C0168"
sl@0
    71
		abstract   	TRUE)
sl@0
    72
	    (object Class "CSchSession"
sl@0
    73
		quid       	"34D1C70C014A"
sl@0
    74
		documentation 	
sl@0
    75
|
sl@0
    76
|The session class, server-side. Mostly just unpacks RMessages and forwards commands on to the Task Scheduler instance.
sl@0
    77
|Initialised on creation with the instance of CTaskScheduler. 
sl@0
    78
|Its iClient member is initialised to NULL. Once the client using the session has registered, its iClient member is set to point to that client, and any tasks scheduled by that client during the session belong to that iClient.
sl@0
    79
		
sl@0
    80
		superclasses 	(list inheritance_relationship_list
sl@0
    81
		    (object Inheritance_Relationship
sl@0
    82
			quid       	"34D1C70C014B"
sl@0
    83
			supplier   	"CSession"
sl@0
    84
			quidu      	"34D1C70C0168"))
sl@0
    85
		used_nodes 	(list uses_relationship_list
sl@0
    86
		    (object Uses_Relationship
sl@0
    87
			quid       	"352B456F0032"
sl@0
    88
			label      	"iSchedules"
sl@0
    89
			supplier   	"CSchedule"
sl@0
    90
			quidu      	"34D1CB1C0073"
sl@0
    91
			supplier_cardinality 	(value cardinality "0..n")
sl@0
    92
			client_cardinality 	(value cardinality "1..1")))
sl@0
    93
		operations 	(list Operations
sl@0
    94
		    (object Operation "ServiceL"
sl@0
    95
			quid       	"34D1C74003BB"
sl@0
    96
			concurrency 	"Sequential"
sl@0
    97
			opExportControl 	"Public"
sl@0
    98
			uid        	0)))
sl@0
    99
	    (object Class "CSchServer"
sl@0
   100
		quid       	"34D1C70C0110"
sl@0
   101
		documentation 	
sl@0
   102
|
sl@0
   103
|The server class. Owns (directly) all session instances, and the one and only instance of CTaskScheduler. 
sl@0
   104
|Owns (indirectly) everything else.
sl@0
   105
		
sl@0
   106
		superclasses 	(list inheritance_relationship_list
sl@0
   107
		    (object Inheritance_Relationship
sl@0
   108
			quid       	"34D1C70C010F"
sl@0
   109
			supplier   	"CServer"
sl@0
   110
			quidu      	"34D1C70C010E")))
sl@0
   111
	    (object Class "CTaskScheduler"
sl@0
   112
		quid       	"34D1C70C0186"
sl@0
   113
		documentation 	
sl@0
   114
|- Owns all the other scheduler objects.
sl@0
   115
|- Provides an interface for creating, deleting, editing & naming schedules
sl@0
   116
|- Provides an interface for registering users by creating new client proxies
sl@0
   117
|- Provides an interface for scheduling tasks
sl@0
   118
|- Informs schedules when they are due, and updates them accordingly
sl@0
   119
|- Executes clients when appropriate
sl@0
   120
|- Ensures that any persistent schedules are added to the persistent backup store through its iBackup member; so all is not lost in case of server death
sl@0
   121
|- Maintains schedule instances in TWO lists:
sl@0
   122
|       -the first, 'iSchedules' is a list of all the schedules defined and is an owning list.
sl@0
   123
|       -the second, iPending, is a list of all schedules which are waiting to go off (i.e. those schedules which have tasks scheduled and are not disabled. This list is ordered by the due time for the schedules. The scheduler maintains this list and sets the timer's time to be the due time of the first schedule in the list.
sl@0
   124
|
sl@0
   125
|- Whenever the server starts, it asks its iBackup member to restore its schedules from backup. 
sl@0
   126
|If the backup file is missing or corrupt it asks the iBackup to create a new, empty one.
sl@0
   127
|Subsequently, whenever schedules are added, deleted or edited the iBackup member is asked to back up the store to keep it in sync
sl@0
   128
|
sl@0
   129
|N.B. I would like to eliminate this class, as soon as I get the time. This won't affect clients at all but will improve the design.
sl@0
   130
		
sl@0
   131
		fields     	(list has_relationship_list
sl@0
   132
		    (object Has_Relationship
sl@0
   133
			quid       	"34D1C70C0187"
sl@0
   134
			label      	"iTimer"
sl@0
   135
			supplier   	"CServiceTimer"
sl@0
   136
			quidu      	"34D1CB1C0005"
sl@0
   137
			supplier_cardinality 	(value cardinality "1..1")
sl@0
   138
			client_cardinality 	(value cardinality "1..1")))
sl@0
   139
		operations 	(list Operations
sl@0
   140
		    (object Operation "ScheduleTaskL"
sl@0
   141
			quid       	"34D1C70C018A"
sl@0
   142
			parameters 	(list Parameters
sl@0
   143
			    (object Parameter "aUser"
sl@0
   144
				type       	"TUid")
sl@0
   145
			    (object Parameter "aItem"
sl@0
   146
				type       	"TInt")
sl@0
   147
			    (object Parameter "aAction"
sl@0
   148
				type       	"TItemAction")
sl@0
   149
			    (object Parameter "aSchedule"
sl@0
   150
				type       	"TScheduleInfo"))
sl@0
   151
			result     	"void"
sl@0
   152
			concurrency 	"Sequential"
sl@0
   153
			opExportControl 	"Public"
sl@0
   154
			uid        	0)
sl@0
   155
		    (object Operation "DeleteTaskL"
sl@0
   156
			quid       	"34D1C70C018F"
sl@0
   157
			parameters 	(list Parameters
sl@0
   158
			    (object Parameter "aUser"
sl@0
   159
				type       	"TUid")
sl@0
   160
			    (object Parameter "aItem"
sl@0
   161
				type       	"TInt"))
sl@0
   162
			result     	"return"
sl@0
   163
			concurrency 	"Sequential"
sl@0
   164
			opExportControl 	"Public"
sl@0
   165
			uid        	0)
sl@0
   166
		    (object Operation "NewScheduleL"
sl@0
   167
			quid       	"34D1C70C0192"
sl@0
   168
			parameters 	(list Parameters
sl@0
   169
			    (object Parameter "aUser"
sl@0
   170
				type       	"TUid"))
sl@0
   171
			result     	"return"
sl@0
   172
			concurrency 	"Sequential"
sl@0
   173
			opExportControl 	"Public"
sl@0
   174
			uid        	0)
sl@0
   175
		    (object Operation "DeleteScheduleL"
sl@0
   176
			quid       	"34D1C70C0194"
sl@0
   177
			parameters 	(list Parameters
sl@0
   178
			    (object Parameter "aUser"
sl@0
   179
				type       	"TUid"))
sl@0
   180
			result     	"return"
sl@0
   181
			concurrency 	"Sequential"
sl@0
   182
			opExportControl 	"Public"
sl@0
   183
			uid        	0)
sl@0
   184
		    (object Operation "RegisterClientL"
sl@0
   185
			quid       	"34D1C70C0196"
sl@0
   186
			concurrency 	"Sequential"
sl@0
   187
			opExportControl 	"Public"
sl@0
   188
			uid        	0)
sl@0
   189
		    (object Operation "EditScheduleL"
sl@0
   190
			quid       	"34D1C70C0197"
sl@0
   191
			concurrency 	"Sequential"
sl@0
   192
			opExportControl 	"Public"
sl@0
   193
			uid        	0)
sl@0
   194
		    (object Operation "DueTaskNotify"
sl@0
   195
			quid       	"352B45320229"
sl@0
   196
			concurrency 	"Sequential"
sl@0
   197
			opExportControl 	"Public"
sl@0
   198
			uid        	0)
sl@0
   199
		    (object Operation "ExecuteClients"
sl@0
   200
			quid       	"352B453D0095"
sl@0
   201
			concurrency 	"Sequential"
sl@0
   202
			opExportControl 	"Public"
sl@0
   203
			uid        	0))
sl@0
   204
		class_attributes 	(list class_attribute_list
sl@0
   205
		    (object ClassAttribute "iNotifier"
sl@0
   206
			quid       	"3587EEDB01FD"
sl@0
   207
			type       	"CEnvironmentChangeNotifier")
sl@0
   208
		    (object ClassAttribute "iBackup"
sl@0
   209
			quid       	"3587F07A0380"
sl@0
   210
			type       	"TScheduleBackup"))
sl@0
   211
		statediagram 	(object State_Diagram ""
sl@0
   212
		    quid       	"3587F1420279"
sl@0
   213
		    title      	""
sl@0
   214
		    zoom       	100
sl@0
   215
		    max_height 	28350
sl@0
   216
		    max_width  	21600
sl@0
   217
		    origin_x   	0
sl@0
   218
		    origin_y   	0
sl@0
   219
		    items      	(list diagram_item_list)))
sl@0
   220
	    (object Class "CClientProxy"
sl@0
   221
		quid       	"34D1CB1B03A7"
sl@0
   222
		documentation 	
sl@0
   223
|
sl@0
   224
|This class encapsulates the information needed to execute a set of tasks, and owns the tasks associated with it.
sl@0
   225
|
sl@0
   226
|An instance of it gets created when a client registers, and is initialized with the name of the executing program, and its priority: if 2 clients have different priorities, the one with the higher priority gets to execute all its tasks before the low-priority one gets to execute any.
sl@0
   227
|When it's told to execute, it:
sl@0
   228
| - saves all its due tasks to a file
sl@0
   229
| - creates a task executor, initializing it with the name of the executing program and the name of the file in which it's saved the tasks
sl@0
   230
| - tells it to execute the tasks
sl@0
   231
| - deletes any of the tasks which don't repeat  
sl@0
   232
|
sl@0
   233
|It is reference-counted: it is deleted when:
sl@0
   234
|          - there are no open sessions which have a pointer to it
sl@0
   235
|AND  - there are no pending tasks belonging to it  
sl@0
   236
		
sl@0
   237
		used_nodes 	(list uses_relationship_list
sl@0
   238
		    (object Uses_Relationship
sl@0
   239
			quid       	"34D1CB1B03A8"
sl@0
   240
			label      	"iSchedules"
sl@0
   241
			supplier   	"TScheduleEntry"
sl@0
   242
			quidu      	"34D1CB1C0091"
sl@0
   243
			supplier_cardinality 	(value cardinality "0..n")
sl@0
   244
			client_cardinality 	(value cardinality "1..1"))
sl@0
   245
		    (object Uses_Relationship
sl@0
   246
			quid       	"3587DC1100C0"
sl@0
   247
			supplier   	"CTaskExecutor"
sl@0
   248
			quidu      	"3587DB8B0352"))
sl@0
   249
		operations 	(list Operations
sl@0
   250
		    (object Operation "Execute()"
sl@0
   251
			quid       	"34FAE9140125"
sl@0
   252
			concurrency 	"Sequential"
sl@0
   253
			opExportControl 	"Public"
sl@0
   254
			uid        	0))
sl@0
   255
		class_attributes 	(list class_attribute_list
sl@0
   256
		    (object ClassAttribute "iTaskExecutor"
sl@0
   257
			quid       	"34D1CB1B03B2"
sl@0
   258
			type       	"TFileName")
sl@0
   259
		    (object ClassAttribute "iClientPriority"
sl@0
   260
			quid       	"34FAE57802F3"
sl@0
   261
			type       	"TInt"
sl@0
   262
			exportControl 	"Public")
sl@0
   263
		    (object ClassAttribute "iUsers"
sl@0
   264
			quid       	"3588DFB30261"
sl@0
   265
			type       	"TInt")))
sl@0
   266
	    (object Class "CTimer"
sl@0
   267
		quid       	"34D1CB1C0023")
sl@0
   268
	    (object Class "CServiceTimer"
sl@0
   269
		quid       	"34D1CB1C0005"
sl@0
   270
		superclasses 	(list inheritance_relationship_list
sl@0
   271
		    (object Inheritance_Relationship
sl@0
   272
			quid       	"34D1CB1C0006"
sl@0
   273
			supplier   	"CTimer"
sl@0
   274
			quidu      	"34D1CB1C0023"))
sl@0
   275
		operations 	(list Operations
sl@0
   276
		    (object Operation "SetDueTime"
sl@0
   277
			quid       	"34D1CB1C0007"
sl@0
   278
			parameters 	(list Parameters
sl@0
   279
			    (object Parameter "aNewTime"
sl@0
   280
				type       	"TTime"))
sl@0
   281
			result     	"return"
sl@0
   282
			concurrency 	"Sequential"
sl@0
   283
			opExportControl 	"Public"
sl@0
   284
			uid        	0)
sl@0
   285
		    (object Operation "DueTime"
sl@0
   286
			quid       	"34D1CB1C000F"
sl@0
   287
			result     	"TTime"
sl@0
   288
			concurrency 	"Sequential"
sl@0
   289
			opExportControl 	"Public"
sl@0
   290
			uid        	0))
sl@0
   291
		class_attributes 	(list class_attribute_list
sl@0
   292
		    (object ClassAttribute "iDueTime"
sl@0
   293
			quid       	"34D1CB1C0010"
sl@0
   294
			type       	"TTime")
sl@0
   295
		    (object ClassAttribute "iCallback"
sl@0
   296
			quid       	"34D1CB1C0011"
sl@0
   297
			type       	"TCallback")))
sl@0
   298
	    (object Class "CSchedule"
sl@0
   299
		quid       	"34D1CB1C0073"
sl@0
   300
		documentation 	
sl@0
   301
|
sl@0
   302
|This class is responsible for knowing what time it's due. 
sl@0
   303
|
sl@0
   304
|It is defined essentially by an ordered list of one or more TScheduleEntry instances, each of which will return their own next due time when asked. 
sl@0
   305
|
sl@0
   306
|It also has zero or more tasks (TScheduledTask). When it is due, all its tasks are due and it tells them this. 
sl@0
   307
|
sl@0
   308
|It has 2 flags of type TBool:
sl@0
   309
|    - iPersists: if a schedule persists, it hangs around whether it has got any tasks of not. If it doesn't, it gets deleted as soon as all its tasks are deleted.
sl@0
   310
|   - iEnabled: if a schedule is disabled it just does nothing, whether it has tasks or not, until it is enabled again. 
sl@0
   311
|
sl@0
   312
		
sl@0
   313
		fields     	(list has_relationship_list
sl@0
   314
		    (object Has_Relationship
sl@0
   315
			quid       	"34D1CB1C007D"
sl@0
   316
			label      	"iEntries"
sl@0
   317
			supplier   	"TScheduleEntry"
sl@0
   318
			quidu      	"34D1CB1C0091"
sl@0
   319
			exportControl 	"Private"
sl@0
   320
			supplier_cardinality 	(value cardinality "1..1")
sl@0
   321
			client_cardinality 	(value cardinality "1..1"))
sl@0
   322
		    (object Has_Relationship
sl@0
   323
			quid       	"352B481E0207"
sl@0
   324
			label      	"iTasks"
sl@0
   325
			supplier   	"TScheduledTask"
sl@0
   326
			quidu      	"34D1CCE902E3"
sl@0
   327
			supplier_cardinality 	(value cardinality "0..n")
sl@0
   328
			client_cardinality 	(value cardinality "1..1")))
sl@0
   329
		operations 	(list Operations
sl@0
   330
		    (object Operation "AddEntry"
sl@0
   331
			quid       	"34D1CB7503BA"
sl@0
   332
			concurrency 	"Sequential"
sl@0
   333
			opExportControl 	"Public"
sl@0
   334
			uid        	0)
sl@0
   335
		    (object Operation "RemoveEntry"
sl@0
   336
			quid       	"34D1CB7B035F"
sl@0
   337
			concurrency 	"Sequential"
sl@0
   338
			opExportControl 	"Public"
sl@0
   339
			uid        	0)
sl@0
   340
		    (object Operation "AddTask"
sl@0
   341
			quid       	"34D991F00386"
sl@0
   342
			concurrency 	"Sequential"
sl@0
   343
			opExportControl 	"Public"
sl@0
   344
			uid        	0)
sl@0
   345
		    (object Operation "DueTime"
sl@0
   346
			quid       	"34D9922800FC"
sl@0
   347
			result     	"TTime"
sl@0
   348
			concurrency 	"Sequential"
sl@0
   349
			opExportControl 	"Public"
sl@0
   350
			uid        	0)
sl@0
   351
		    (object Operation "FirstScheduledTime"
sl@0
   352
			quid       	"34D9A92301AF"
sl@0
   353
			concurrency 	"Sequential"
sl@0
   354
			opExportControl 	"Public"
sl@0
   355
			uid        	0)
sl@0
   356
		    (object Operation "NextScheduledTime"
sl@0
   357
			quid       	"34D9A9360185"
sl@0
   358
			concurrency 	"Sequential"
sl@0
   359
			opExportControl 	"Public"
sl@0
   360
			uid        	0)
sl@0
   361
		    (object Operation "NotifyClients"
sl@0
   362
			quid       	"352B478A0055"
sl@0
   363
			concurrency 	"Sequential"
sl@0
   364
			opExportControl 	"Public"
sl@0
   365
			uid        	0)
sl@0
   366
		    (object Operation "NewL"
sl@0
   367
			quid       	"3588EC8003CC"
sl@0
   368
			parameters 	(list Parameters
sl@0
   369
			    (object Parameter "aStore"
sl@0
   370
				type       	"CFileStore")
sl@0
   371
			    (object Parameter "aId"
sl@0
   372
				type       	"TStreamId"))
sl@0
   373
			result     	"CSchedule"
sl@0
   374
			concurrency 	"Sequential"
sl@0
   375
			opExportControl 	"Public"
sl@0
   376
			uid        	0)
sl@0
   377
		    (object Operation "StoreL"
sl@0
   378
			quid       	"3588ECED0058"
sl@0
   379
			parameters 	(list Parameters
sl@0
   380
			    (object Parameter "aStore"
sl@0
   381
				type       	"CFileStore"))
sl@0
   382
			result     	"TStreamId"
sl@0
   383
			concurrency 	"Sequential"
sl@0
   384
			opExportControl 	"Public"
sl@0
   385
			uid        	0)
sl@0
   386
		    (object Operation "RestoreL"
sl@0
   387
			quid       	"3588ED2E014B"
sl@0
   388
			parameters 	(list Parameters
sl@0
   389
			    (object Parameter "aStore"
sl@0
   390
				type       	"CFileStore")
sl@0
   391
			    (object Parameter "aId"
sl@0
   392
				type       	"TStreamId"))
sl@0
   393
			result     	"void"
sl@0
   394
			concurrency 	"Sequential"
sl@0
   395
			opExportControl 	"Public"
sl@0
   396
			uid        	0)
sl@0
   397
		    (object Operation "UpdateStoreL"
sl@0
   398
			quid       	"3588ED490371"
sl@0
   399
			parameters 	(list Parameters
sl@0
   400
			    (object Parameter "aStore"
sl@0
   401
				type       	"CPermanentFileStore")
sl@0
   402
			    (object Parameter "aId"
sl@0
   403
				type       	"TStreamId"))
sl@0
   404
			result     	"void"
sl@0
   405
			concurrency 	"Sequential"
sl@0
   406
			opExportControl 	"Public"
sl@0
   407
			uid        	0))
sl@0
   408
		class_attributes 	(list class_attribute_list
sl@0
   409
		    (object ClassAttribute "iDueTime"
sl@0
   410
			quid       	"34D991DF01F1"
sl@0
   411
			type       	"TTime")
sl@0
   412
		    (object ClassAttribute "iPersists"
sl@0
   413
			quid       	"3587F3B8001C"
sl@0
   414
			type       	"TBool")
sl@0
   415
		    (object ClassAttribute "iEnabled"
sl@0
   416
			quid       	"3587F3BE0378"
sl@0
   417
			type       	"TBool"
sl@0
   418
			exportControl 	"Public")))
sl@0
   419
	    (object Class "TScheduleEntry"
sl@0
   420
		quid       	"34D1CB1C0091"
sl@0
   421
		documentation 	
sl@0
   422
|
sl@0
   423
|TScheduleEntry knows what time it's next due after the time it gets passed. It is defined in terms of a start time and a time interval. So, when you pass it a time, if the time is before its start time it returns its start time, otherwise it adds its interval to its start time till the time it comes up with is after the time it got passed, and returns that.
sl@0
   424
|
sl@0
   425
|TScheduleEntry is abstract; it has 4 subclasses:
sl@0
   426
|
sl@0
   427
|TScheduleEntryHourly
sl@0
   428
|TScheduleEntryDaily
sl@0
   429
|TScheduleEntryMonthly
sl@0
   430
|TScheduleEntryYearly
sl@0
   431
|
sl@0
   432
|The subclasses are necessary only because 'TTime operator + ' needs a concrete subclass of TTimeIntervalBase as the other operand. You specify which kind you want to create with the 'enum TIntervalType' parameter. This determines how the Interval member is interpreted,  i.e. if it's 1 and your interval type is EHourly then the actual interval is 1 hour; if it's EDaily then it's 1 day etc.
sl@0
   433
|
sl@0
   434
|
sl@0
   435
		
sl@0
   436
		abstract   	TRUE
sl@0
   437
		operations 	(list Operations
sl@0
   438
		    (object Operation "NextScheduledTime"
sl@0
   439
			quid       	"34D1CB1C0092"
sl@0
   440
			result     	"TTime"
sl@0
   441
			concurrency 	"Sequential"
sl@0
   442
			opExportControl 	"Public"
sl@0
   443
			uid        	0)))
sl@0
   444
	    (object Class "TScheduledTask"
sl@0
   445
		quid       	"34D1CCE902E3"
sl@0
   446
		documentation 	
sl@0
   447
|
sl@0
   448
|A TScheduledTask is a kind of placeholder for the real task, which is a CScheduledTask. It keeps a reference to the client proxy representing the client which scheduled it, and a reference to the real task. 
sl@0
   449
|When it's due it tells both of them of this fact.
sl@0
   450
		
sl@0
   451
		operations 	(list Operations
sl@0
   452
		    (object Operation "OnDue"
sl@0
   453
			quid       	"3588DF80004B"
sl@0
   454
			concurrency 	"Sequential"
sl@0
   455
			opExportControl 	"Public"
sl@0
   456
			uid        	0))
sl@0
   457
		class_attributes 	(list class_attribute_list
sl@0
   458
		    (object ClassAttribute "iClient"
sl@0
   459
			quid       	"3587DADF025B"
sl@0
   460
			type       	"CClientProxy")
sl@0
   461
		    (object ClassAttribute "iTask"
sl@0
   462
			quid       	"3587DAE40398"
sl@0
   463
			type       	"CScheduledTask")))
sl@0
   464
	    (object Class "CScheduledTask"
sl@0
   465
		quid       	"3587D90700A3"
sl@0
   466
		documentation 	
sl@0
   467
|
sl@0
   468
|This is where the real task data is kept:
sl@0
   469
|  - name (TName), Id (TInt), data (HBufC),  how many times it repeats (TInt), when it's valid until (TTime), its priority
sl@0
   470
|  - if it's repeat is specified as zero or less it repeats forever, or until it is explicitly deleted
sl@0
   471
|  - tasks with high priority get executed before tasks with low priority
sl@0
   472
|
sl@0
   473
|It only needs to be a C-class 'cos of the HBufC* member.
sl@0
   474
| 
sl@0
   475
|
sl@0
   476
|
sl@0
   477
		
sl@0
   478
		operations 	(list Operations
sl@0
   479
		    (object Operation "OnDue"
sl@0
   480
			quid       	"3588DF9B02C1"
sl@0
   481
			concurrency 	"Sequential"
sl@0
   482
			opExportControl 	"Public"
sl@0
   483
			uid        	0))
sl@0
   484
		class_attributes 	(list class_attribute_list
sl@0
   485
		    (object ClassAttribute "iInfo"
sl@0
   486
			quid       	"3587DB3E01B7"
sl@0
   487
			type       	"TTaskInfo")
sl@0
   488
		    (object ClassAttribute "iData"
sl@0
   489
			quid       	"3587DB4803B0"
sl@0
   490
			type       	"HBufC")))
sl@0
   491
	    (object Class "TTaskInfo"
sl@0
   492
		quid       	"3587DA760264"
sl@0
   493
		documentation 	
sl@0
   494
|
sl@0
   495
|
sl@0
   496
|This is passed to the scheduler when you schedule a task, and passed back again when you retireve it. 
sl@0
   497
|You only need to specify iRepeat, iName and iPriority; the 	ID is filled in by the scheduler and can be retrieved and examined later.
sl@0
   498
		
sl@0
   499
		class_attributes 	(list class_attribute_list
sl@0
   500
		    (object ClassAttribute "iRepeat"
sl@0
   501
			quid       	"3588FADE0186"
sl@0
   502
			type       	"TInt")
sl@0
   503
		    (object ClassAttribute "iName"
sl@0
   504
			quid       	"3588FAE5024E"
sl@0
   505
			type       	"TName")
sl@0
   506
		    (object ClassAttribute "iTaskId"
sl@0
   507
			quid       	"3588FAE70356"
sl@0
   508
			type       	"TInt")
sl@0
   509
		    (object ClassAttribute "iPriority"
sl@0
   510
			quid       	"3588FAED0386"
sl@0
   511
			type       	"TInt")))
sl@0
   512
	    (object Class "CTaskExecutor"
sl@0
   513
		quid       	"3587DB8B0352"
sl@0
   514
		documentation 	
sl@0
   515
|
sl@0
   516
|This class encapsulates the actual task executing business.
sl@0
   517
|It's initialized with:
sl@0
   518
| - the name of the executing program
sl@0
   519
| - the name of the file where the task are kept
sl@0
   520
|
sl@0
   521
|When it's told to execute, it:
sl@0
   522
| - creates a new process, keeping a handle to it
sl@0
   523
| - logs on to the process                            
sl@0
   524
| - runs the executing program in it
sl@0
   525
|This program
sl@0
   526
| - creates a new clean up stack
sl@0
   527
| - opens the file with the tasks in it
sl@0
   528
| - internalizes the tasks
sl@0
   529
| - executes them how it likes
sl@0
   530
|When the program (hence the process ) terminates, the CTaskExecutor runs. It examines the exit code of the dead process. If the program exited cleanly, and the exit code is KErrNone, the CTaskExecutor
sl@0
   531
|just cleans up by closing the process, deleting the file with the tasks in it, and then deleting itself. Otherwise it does some error handling which is STILL NOT IMPLEMENTED, closes the process, deletes the task-file and then itself
sl@0
   532
		
sl@0
   533
		superclasses 	(list inheritance_relationship_list
sl@0
   534
		    (object Inheritance_Relationship
sl@0
   535
			quid       	"3587E0D20247"
sl@0
   536
			supplier   	"CActive"
sl@0
   537
			quidu      	"3587E0BF03E4"))
sl@0
   538
		operations 	(list Operations
sl@0
   539
		    (object Operation "ExecuteL"
sl@0
   540
			quid       	"3587DB9C0144"
sl@0
   541
			result     	"void"
sl@0
   542
			concurrency 	"Sequential"
sl@0
   543
			opExportControl 	"Public"
sl@0
   544
			uid        	0))
sl@0
   545
		class_attributes 	(list class_attribute_list
sl@0
   546
		    (object ClassAttribute "iProcess"
sl@0
   547
			quid       	"3587DBC7013C"
sl@0
   548
			type       	"RProcess")
sl@0
   549
		    (object ClassAttribute "iTaskFileName"
sl@0
   550
			quid       	"3587DBCE0204"
sl@0
   551
			type       	"TFileName")
sl@0
   552
		    (object ClassAttribute "iClientFileName"
sl@0
   553
			quid       	"3587DBE601EB"
sl@0
   554
			type       	"TFileName")))
sl@0
   555
	    (object Class "TScheduleBackup"
sl@0
   556
		quid       	"3587DC9303DE"
sl@0
   557
		documentation 	
sl@0
   558
|
sl@0
   559
|The TScheduleBackup class encapsulates management of the scheduler's backup store. The store has a path & name defined at compile-time, and accessible to the TScheduleBackup only. The store is a permanent file store whose root contains a CScheduleIndex. This is an array of (TInt ScheduleId, TStreamId).
sl@0
   560
|So, when the BackupL(...) is called, this class:
sl@0
   561
|- opens the store
sl@0
   562
|- internalizes the index
sl@0
   563
|- asks the index for the stream Id mapped to the Id of the schedule it's been passed
sl@0
   564
|- does the appropriate action based on the TBackupAction enum (one of EAdd, EEdit, EDelete)
sl@0
   565
|- updates the index, saves the index
sl@0
   566
|If things  go wrong it calls Revert() on the store and then closes it, else it calls Commit() and then closes it. It keeps a count of the changes it's made, when it has made 5 changes it compacts the store.
sl@0
   567
		
sl@0
   568
		used_nodes 	(list uses_relationship_list
sl@0
   569
		    (object Uses_Relationship
sl@0
   570
			quid       	"3587E061038E"
sl@0
   571
			supplier   	"CScheduleIndex"
sl@0
   572
			quidu      	"3587DC95028C")
sl@0
   573
		    (object Uses_Relationship
sl@0
   574
			quid       	"3587E1C4008C"
sl@0
   575
			supplier   	"CSchedule"
sl@0
   576
			quidu      	"34D1CB1C0073")
sl@0
   577
		    (object Uses_Relationship
sl@0
   578
			quid       	"3588F2E200FB"
sl@0
   579
			supplier   	"TScheduleIndexEntry"
sl@0
   580
			quidu      	"3588F2210143"))
sl@0
   581
		operations 	(list Operations
sl@0
   582
		    (object Operation "BackupL()"
sl@0
   583
			quid       	"3587E14C00A7"
sl@0
   584
			concurrency 	"Sequential"
sl@0
   585
			opExportControl 	"Public"
sl@0
   586
			uid        	0)
sl@0
   587
		    (object Operation "RestoreFromBackupL()"
sl@0
   588
			quid       	"3587E153022E"
sl@0
   589
			concurrency 	"Sequential"
sl@0
   590
			opExportControl 	"Public"
sl@0
   591
			uid        	0)
sl@0
   592
		    (object Operation "BackupL"
sl@0
   593
			quid       	"3588ED9F03A7"
sl@0
   594
			parameters 	(list Parameters
sl@0
   595
			    (object Parameter "aSchedule"
sl@0
   596
				type       	"CSchedule")
sl@0
   597
			    (object Parameter "TBackupAction aAction"))
sl@0
   598
			result     	"void"
sl@0
   599
			concurrency 	"Sequential"
sl@0
   600
			opExportControl 	"Public"
sl@0
   601
			uid        	0)
sl@0
   602
		    (object Operation "CreateEmptyBackupL"
sl@0
   603
			quid       	"3588EDFB0327"
sl@0
   604
			result     	"void"
sl@0
   605
			concurrency 	"Sequential"
sl@0
   606
			opExportControl 	"Public"
sl@0
   607
			uid        	0)
sl@0
   608
		    (object Operation "RestoreFromBackupL"
sl@0
   609
			quid       	"3588EE130191"
sl@0
   610
			parameters 	(list Parameters
sl@0
   611
			    (object Parameter "aSchedules"
sl@0
   612
				type       	"TDblQue<CSchedule>"))
sl@0
   613
			result     	"void"
sl@0
   614
			concurrency 	"Sequential"
sl@0
   615
			opExportControl 	"Public"
sl@0
   616
			uid        	0)
sl@0
   617
		    (object Operation "DoAddToBackupL"
sl@0
   618
			quid       	"3588EE57035B"
sl@0
   619
			parameters 	(list Parameters
sl@0
   620
			    (object Parameter "aStore"
sl@0
   621
				type       	"CPermanentFileStore")
sl@0
   622
			    (object Parameter "aSchedule"
sl@0
   623
				type       	"CSchedule"))
sl@0
   624
			result     	"void"
sl@0
   625
			concurrency 	"Sequential"
sl@0
   626
			opExportControl 	"Public"
sl@0
   627
			uid        	0)
sl@0
   628
		    (object Operation "DoEditBackupL"
sl@0
   629
			quid       	"3588EE59020A"
sl@0
   630
			parameters 	(list Parameters
sl@0
   631
			    (object Parameter "aStore"
sl@0
   632
				type       	"CPermanentFileStore")
sl@0
   633
			    (object Parameter "aSchedule"
sl@0
   634
				type       	"CSchedule"))
sl@0
   635
			result     	"void"
sl@0
   636
			concurrency 	"Sequential"
sl@0
   637
			opExportControl 	"Public"
sl@0
   638
			uid        	0)
sl@0
   639
		    (object Operation "DoRemoveFromBackupL"
sl@0
   640
			quid       	"3588EE5B0054"
sl@0
   641
			parameters 	(list Parameters
sl@0
   642
			    (object Parameter "aStore"
sl@0
   643
				type       	"CPermanentFileStore")
sl@0
   644
			    (object Parameter "aScheduleId"
sl@0
   645
				type       	"TInt"))
sl@0
   646
			result     	"void"
sl@0
   647
			concurrency 	"Sequential"
sl@0
   648
			opExportControl 	"Public"
sl@0
   649
			uid        	0)
sl@0
   650
		    (object Operation "BackupName"
sl@0
   651
			quid       	"3588EE600214"
sl@0
   652
			parameters 	(list Parameters
sl@0
   653
			    (object Parameter "aFileName"
sl@0
   654
				type       	"TFileName"))
sl@0
   655
			result     	"void"
sl@0
   656
			concurrency 	"Sequential"
sl@0
   657
			opExportControl 	"Public"
sl@0
   658
			uid        	0)
sl@0
   659
		    (object Operation "DoCompactL"
sl@0
   660
			quid       	"3588EF2401F7"
sl@0
   661
			result     	"void"
sl@0
   662
			concurrency 	"Sequential"
sl@0
   663
			opExportControl 	"Public"
sl@0
   664
			uid        	0))
sl@0
   665
		class_attributes 	(list class_attribute_list
sl@0
   666
		    (object ClassAttribute "iChangesToStore"
sl@0
   667
			quid       	"3588EF3403DB"
sl@0
   668
			type       	"TInt")))
sl@0
   669
	    (object Class "CScheduleIndex"
sl@0
   670
		quid       	"3587DC95028C"
sl@0
   671
		documentation 	
sl@0
   672
|
sl@0
   673
|Root stream of backup store.
sl@0
   674
|Manages mapping of schedule Ids onto stream Ids.
sl@0
   675
		
sl@0
   676
		used_nodes 	(list uses_relationship_list
sl@0
   677
		    (object Uses_Relationship
sl@0
   678
			quid       	"3587E067001C"
sl@0
   679
			supplier   	"CSchedule"
sl@0
   680
			quidu      	"34D1CB1C0073"))
sl@0
   681
		operations 	(list Operations
sl@0
   682
		    (object Operation "UpdateStoreL"
sl@0
   683
			quid       	"3588F1C000B7"
sl@0
   684
			parameters 	(list Parameters
sl@0
   685
			    (object Parameter "aStore"
sl@0
   686
				type       	"CPermanentFileStore"))
sl@0
   687
			result     	"void"
sl@0
   688
			concurrency 	"Sequential"
sl@0
   689
			opExportControl 	"Public"
sl@0
   690
			uid        	0)
sl@0
   691
		    (object Operation "RestoreL"
sl@0
   692
			quid       	"3588F2000377"
sl@0
   693
			parameters 	(list Parameters
sl@0
   694
			    (object Parameter "aStore"
sl@0
   695
				type       	"CFileStore"))
sl@0
   696
			result     	"void"
sl@0
   697
			concurrency 	"Sequential"
sl@0
   698
			opExportControl 	"Public"
sl@0
   699
			uid        	0)
sl@0
   700
		    (object Operation "FindL"
sl@0
   701
			quid       	"3588F2C1017F"
sl@0
   702
			parameters 	(list Parameters
sl@0
   703
			    (object Parameter "aScheduleId"
sl@0
   704
				type       	"TInt"))
sl@0
   705
			result     	"TScheduleIndexEntry"
sl@0
   706
			concurrency 	"Sequential"
sl@0
   707
			opExportControl 	"Public"
sl@0
   708
			uid        	0)))
sl@0
   709
	    (object Class "CActive"
sl@0
   710
		quid       	"3587E0BF03E4")
sl@0
   711
	    (object Class "CScheduleTimer"
sl@0
   712
		quid       	"3587E1E90360"
sl@0
   713
		documentation 	
sl@0
   714
|
sl@0
   715
|Derived from CTimer. Initialised to KMaxTTime; its time is subsequently set by the task scheduler.
sl@0
   716
|When it runs, it tells the task scheduler.
sl@0
   717
		)
sl@0
   718
	    (object Class "CEnvironmentChangeNotifier"
sl@0
   719
		quid       	"3587E6D100B3")
sl@0
   720
	    (object Class "$UNNAMED$0"
sl@0
   721
		quid       	"3587F7C900C4")
sl@0
   722
	    (object Class "$UNNAMED$1"
sl@0
   723
		quid       	"3587F7CA029C"
sl@0
   724
		fields     	(list has_relationship_list
sl@0
   725
		    (object Has_Relationship
sl@0
   726
			quid       	"3587F7CD01B0"
sl@0
   727
			supplier   	"$UNNAMED$0"
sl@0
   728
			quidu      	"3587F7C900C4")))
sl@0
   729
	    (object Class "TScheduleIndexEntry"
sl@0
   730
		quid       	"3588F2210143"
sl@0
   731
		operations 	(list Operations
sl@0
   732
		    (object Operation "ExternalizeL"
sl@0
   733
			quid       	"3588F23400F0"
sl@0
   734
			concurrency 	"Sequential"
sl@0
   735
			opExportControl 	"Public"
sl@0
   736
			uid        	0)
sl@0
   737
		    (object Operation "InternalizeL"
sl@0
   738
			quid       	"3588F24002B0"
sl@0
   739
			concurrency 	"Sequential"
sl@0
   740
			opExportControl 	"Public"
sl@0
   741
			uid        	0))
sl@0
   742
		class_attributes 	(list class_attribute_list
sl@0
   743
		    (object ClassAttribute "iStreamId"
sl@0
   744
			quid       	"3588F24A01D8"
sl@0
   745
			type       	"TStreamId")
sl@0
   746
		    (object ClassAttribute "iScheduleId"
sl@0
   747
			quid       	"3588F261007D"
sl@0
   748
			type       	"TInt")))
sl@0
   749
	    (object Class "RScheduler"
sl@0
   750
		quid       	"3588FA6800AA"
sl@0
   751
		documentation 	
sl@0
   752
|
sl@0
   753
|This is the client-side representation of a session with the scheduler; thus this is the API for the thing.
sl@0
   754
|
sl@0
   755
|N.B. There are in fact two 'ScheduleTask' functions, distinguished by their parameters. One schedules a task with an existing, persistent schedule, the other creates a new transient schedule and schedules the task with that.
sl@0
   756
		
sl@0
   757
		used_nodes 	(list uses_relationship_list
sl@0
   758
		    (object Uses_Relationship
sl@0
   759
			quid       	"3588FB460095"
sl@0
   760
			supplier   	"TScheduleEntryInfo"
sl@0
   761
			quidu      	"3588FA7702BE")
sl@0
   762
		    (object Uses_Relationship
sl@0
   763
			quid       	"3588FB490220"
sl@0
   764
			supplier   	"TTaskInfo"
sl@0
   765
			quidu      	"3587DA760264")
sl@0
   766
		    (object Uses_Relationship
sl@0
   767
			quid       	"358FA3AB02BE"
sl@0
   768
			supplier   	"TScheduleState"
sl@0
   769
			quidu      	"358FA35103AF")
sl@0
   770
		    (object Uses_Relationship
sl@0
   771
			quid       	"358FAB050351"
sl@0
   772
			supplier   	"TSchedulerItemRef"
sl@0
   773
			quidu      	"358FAACE01FD"))
sl@0
   774
		operations 	(list Operations
sl@0
   775
		    (object Operation "Register"
sl@0
   776
			quid       	"3588FCFB0011"
sl@0
   777
			parameters 	(list Parameters
sl@0
   778
			    (object Parameter "argname"
sl@0
   779
				type       	"argtype"
sl@0
   780
				initv      	"default"))
sl@0
   781
			result     	"return"
sl@0
   782
			concurrency 	"Sequential"
sl@0
   783
			opExportControl 	"Public"
sl@0
   784
			uid        	0)
sl@0
   785
		    (object Operation "CreatePersistentSchedule"
sl@0
   786
			quid       	"3588FCFC01A3"
sl@0
   787
			parameters 	(list Parameters
sl@0
   788
			    (object Parameter "argname"
sl@0
   789
				type       	"argtype"
sl@0
   790
				initv      	"default"))
sl@0
   791
			result     	"return"
sl@0
   792
			concurrency 	"Sequential"
sl@0
   793
			opExportControl 	"Public"
sl@0
   794
			uid        	0)
sl@0
   795
		    (object Operation "DeleteSchedule"
sl@0
   796
			quid       	"3588FCFD033F"
sl@0
   797
			parameters 	(list Parameters
sl@0
   798
			    (object Parameter "argname"
sl@0
   799
				type       	"argtype"
sl@0
   800
				initv      	"default"))
sl@0
   801
			result     	"return"
sl@0
   802
			concurrency 	"Sequential"
sl@0
   803
			opExportControl 	"Public"
sl@0
   804
			uid        	0)
sl@0
   805
		    (object Operation "DisableSchedule"
sl@0
   806
			quid       	"3588FCFF00B7"
sl@0
   807
			parameters 	(list Parameters
sl@0
   808
			    (object Parameter "argname"
sl@0
   809
				type       	"argtype"
sl@0
   810
				initv      	"default"))
sl@0
   811
			result     	"return"
sl@0
   812
			concurrency 	"Sequential"
sl@0
   813
			opExportControl 	"Public"
sl@0
   814
			uid        	0)
sl@0
   815
		    (object Operation "EnableSchedule"
sl@0
   816
			quid       	"3588FD000249"
sl@0
   817
			parameters 	(list Parameters
sl@0
   818
			    (object Parameter "argname"
sl@0
   819
				type       	"argtype"
sl@0
   820
				initv      	"default"))
sl@0
   821
			result     	"return"
sl@0
   822
			concurrency 	"Sequential"
sl@0
   823
			opExportControl 	"Public"
sl@0
   824
			uid        	0)
sl@0
   825
		    (object Operation "EditSchedule"
sl@0
   826
			quid       	"3588FD0103E5"
sl@0
   827
			parameters 	(list Parameters
sl@0
   828
			    (object Parameter "argname"
sl@0
   829
				type       	"argtype"
sl@0
   830
				initv      	"default"))
sl@0
   831
			result     	"return"
sl@0
   832
			concurrency 	"Sequential"
sl@0
   833
			opExportControl 	"Public"
sl@0
   834
			uid        	0)
sl@0
   835
		    (object Operation "ScheduleTask"
sl@0
   836
			quid       	"3588FD03028A"
sl@0
   837
			parameters 	(list Parameters
sl@0
   838
			    (object Parameter "argname"
sl@0
   839
				type       	"argtype"
sl@0
   840
				initv      	"default"))
sl@0
   841
			result     	"return"
sl@0
   842
			concurrency 	"Sequential"
sl@0
   843
			opExportControl 	"Public"
sl@0
   844
			uid        	0)
sl@0
   845
		    (object Operation "DeleteTask"
sl@0
   846
			quid       	"3588FD050084"
sl@0
   847
			parameters 	(list Parameters
sl@0
   848
			    (object Parameter "argname"
sl@0
   849
				type       	"argtype"
sl@0
   850
				initv      	"default"))
sl@0
   851
			result     	"return"
sl@0
   852
			concurrency 	"Sequential"
sl@0
   853
			opExportControl 	"Public"
sl@0
   854
			uid        	0)
sl@0
   855
		    (object Operation "GetScheduleRefsL"
sl@0
   856
			quid       	"3588FD070087"
sl@0
   857
			parameters 	(list Parameters
sl@0
   858
			    (object Parameter "argname"
sl@0
   859
				type       	"argtype"
sl@0
   860
				initv      	"default"))
sl@0
   861
			result     	"return"
sl@0
   862
			concurrency 	"Sequential"
sl@0
   863
			opExportControl 	"Public"
sl@0
   864
			uid        	0)
sl@0
   865
		    (object Operation "GetScheduleL"
sl@0
   866
			quid       	"3588FD08033B"
sl@0
   867
			parameters 	(list Parameters
sl@0
   868
			    (object Parameter "argname"
sl@0
   869
				type       	"argtype"
sl@0
   870
				initv      	"default"))
sl@0
   871
			result     	"return"
sl@0
   872
			concurrency 	"Sequential"
sl@0
   873
			opExportControl 	"Public"
sl@0
   874
			uid        	0)
sl@0
   875
		    (object Operation "GetTaskRefsL"
sl@0
   876
			quid       	"3588FD0A0212"
sl@0
   877
			parameters 	(list Parameters
sl@0
   878
			    (object Parameter "argname"
sl@0
   879
				type       	"argtype"
sl@0
   880
				initv      	"default"))
sl@0
   881
			result     	"return"
sl@0
   882
			concurrency 	"Sequential"
sl@0
   883
			opExportControl 	"Public"
sl@0
   884
			uid        	0)
sl@0
   885
		    (object Operation "GetTaskInfoL"
sl@0
   886
			quid       	"3588FDB502F4"
sl@0
   887
			parameters 	(list Parameters
sl@0
   888
			    (object Parameter "argname"
sl@0
   889
				type       	"argtype"
sl@0
   890
				initv      	"default"))
sl@0
   891
			result     	"return"
sl@0
   892
			concurrency 	"Sequential"
sl@0
   893
			opExportControl 	"Public"
sl@0
   894
			uid        	0)
sl@0
   895
		    (object Operation "GetTaskDataSize"
sl@0
   896
			quid       	"3588FDB7018E"
sl@0
   897
			parameters 	(list Parameters
sl@0
   898
			    (object Parameter "argname"
sl@0
   899
				type       	"argtype"
sl@0
   900
				initv      	"default"))
sl@0
   901
			result     	"return"
sl@0
   902
			concurrency 	"Sequential"
sl@0
   903
			opExportControl 	"Public"
sl@0
   904
			uid        	0)))
sl@0
   905
	    (object Class "TScheduleEntryInfo"
sl@0
   906
		quid       	"3588FA7702BE"
sl@0
   907
		documentation 	
sl@0
   908
|
sl@0
   909
|
sl@0
   910
|This is passed to the scheduler when you create a schedule, and passed back again when you retireve it. 
sl@0
   911
|You need one of these for each schedule entry in your schedule.
sl@0
   912
		
sl@0
   913
		class_attributes 	(list class_attribute_list
sl@0
   914
		    (object ClassAttribute "iIntervalType"
sl@0
   915
			quid       	"3588FB8800EA"
sl@0
   916
			type       	"TIntervalType")
sl@0
   917
		    (object ClassAttribute "iInterval"
sl@0
   918
			quid       	"3588FB8A0057"
sl@0
   919
			type       	"TInterval")
sl@0
   920
		    (object ClassAttribute "iStartTime"
sl@0
   921
			quid       	"3588FB8C00BE"
sl@0
   922
			type       	"TTime")
sl@0
   923
		    (object ClassAttribute "iValidityPeriod"
sl@0
   924
			quid       	"3588FB8E0002"
sl@0
   925
			type       	"TTimeIntervalMinutes")))
sl@0
   926
	    (object Class "TScheduleState"
sl@0
   927
		quid       	"358FA35103AF"
sl@0
   928
		class_attributes 	(list class_attribute_list
sl@0
   929
		    (object ClassAttribute "iName"
sl@0
   930
			quid       	"358FA361024A"
sl@0
   931
			type       	"TName")
sl@0
   932
		    (object ClassAttribute "iDueTime"
sl@0
   933
			quid       	"358FA3710225"
sl@0
   934
			type       	"TTime")
sl@0
   935
		    (object ClassAttribute "iPersists"
sl@0
   936
			quid       	"358FA38201B1"
sl@0
   937
			type       	"TBool")
sl@0
   938
		    (object ClassAttribute "iEnabled"
sl@0
   939
			quid       	"358FA3900251"
sl@0
   940
			type       	"TBool")))
sl@0
   941
	    (object Class "TSchedulerItemRef"
sl@0
   942
		quid       	"358FAACE01FD"
sl@0
   943
		class_attributes 	(list class_attribute_list
sl@0
   944
		    (object ClassAttribute "iName"
sl@0
   945
			quid       	"358FAADF00CB"
sl@0
   946
			type       	"TName")
sl@0
   947
		    (object ClassAttribute "iHandle"
sl@0
   948
			quid       	"358FAAEE01D1"
sl@0
   949
			type       	"TInt")))
sl@0
   950
	    (object Association "iClient"
sl@0
   951
		quid       	"34FAF6FD00A3"
sl@0
   952
		roles      	(list role_list
sl@0
   953
		    (object Role "$UNNAMED$2"
sl@0
   954
			quid       	"34FAF6FD02C0"
sl@0
   955
			supplier   	"CClientProxy"
sl@0
   956
			quidu      	"34D1CB1B03A7")
sl@0
   957
		    (object Role "$UNNAMED$3"
sl@0
   958
			quid       	"34FAF6FD02DE"
sl@0
   959
			supplier   	"TScheduledTask"
sl@0
   960
			quidu      	"34D1CCE902E3")))
sl@0
   961
	    (object Association "$UNNAMED$4"
sl@0
   962
		quid       	"34FD88580389"
sl@0
   963
		roles      	(list role_list
sl@0
   964
		    (object Role "$UNNAMED$5"
sl@0
   965
			quid       	"34FD885903BD"
sl@0
   966
			supplier   	"CTaskScheduler"
sl@0
   967
			quidu      	"34D1C70C0186"
sl@0
   968
			is_navigable 	TRUE)
sl@0
   969
		    (object Role "$UNNAMED$6"
sl@0
   970
			quid       	"34FD885A007F"
sl@0
   971
			supplier   	"CServiceTimer"
sl@0
   972
			quidu      	"34D1CB1C0005"
sl@0
   973
			is_navigable 	TRUE)))
sl@0
   974
	    (object Association "iPendingSchedules"
sl@0
   975
		quid       	"34FD89A201FD"
sl@0
   976
		roles      	(list role_list
sl@0
   977
		    (object Role "$UNNAMED$7"
sl@0
   978
			quid       	"34FD89A203CA"
sl@0
   979
			supplier   	"CSchedule"
sl@0
   980
			quidu      	"34D1CB1C0073")
sl@0
   981
		    (object Role "$UNNAMED$8"
sl@0
   982
			quid       	"34FD89A3000A"
sl@0
   983
			supplier   	"CTaskScheduler"
sl@0
   984
			quidu      	"34D1C70C0186")))
sl@0
   985
	    (object Association "iClient"
sl@0
   986
		quid       	"3587D95D009D"
sl@0
   987
		roles      	(list role_list
sl@0
   988
		    (object Role "$UNNAMED$9"
sl@0
   989
			quid       	"3587D95D02D8"
sl@0
   990
			supplier   	"CClientProxy"
sl@0
   991
			quidu      	"34D1CB1B03A7"
sl@0
   992
			client_cardinality 	(value cardinality "1..1")
sl@0
   993
			is_navigable 	TRUE)
sl@0
   994
		    (object Role "$UNNAMED$10"
sl@0
   995
			quid       	"3587D95D0314"
sl@0
   996
			supplier   	"CSchSession"
sl@0
   997
			quidu      	"34D1C70C014A"
sl@0
   998
			client_cardinality 	(value cardinality "1..1"))))
sl@0
   999
	    (object Association "iTaskScheduler"
sl@0
  1000
		quid       	"3587D96F036A"
sl@0
  1001
		roles      	(list role_list
sl@0
  1002
		    (object Role "$UNNAMED$11"
sl@0
  1003
			quid       	"3587D97102CC"
sl@0
  1004
			supplier   	"CTaskScheduler"
sl@0
  1005
			quidu      	"34D1C70C0186"
sl@0
  1006
			client_cardinality 	(value cardinality "1..1")
sl@0
  1007
			is_navigable 	TRUE)
sl@0
  1008
		    (object Role "$UNNAMED$12"
sl@0
  1009
			quid       	"3587D9710313"
sl@0
  1010
			supplier   	"CSchSession"
sl@0
  1011
			quidu      	"34D1C70C014A"
sl@0
  1012
			client_cardinality 	(value cardinality "1..1"))))
sl@0
  1013
	    (object Association "iClient"
sl@0
  1014
		quid       	"3587DB09037D"
sl@0
  1015
		roles      	(list role_list
sl@0
  1016
		    (object Role "$UNNAMED$13"
sl@0
  1017
			quid       	"3587DB0A0216"
sl@0
  1018
			supplier   	"CClientProxy"
sl@0
  1019
			quidu      	"34D1CB1B03A7"
sl@0
  1020
			is_navigable 	TRUE)
sl@0
  1021
		    (object Role "$UNNAMED$14"
sl@0
  1022
			quid       	"3587DB0A0248"
sl@0
  1023
			supplier   	"TScheduledTask"
sl@0
  1024
			quidu      	"34D1CCE902E3")))
sl@0
  1025
	    (object Association "iTask"
sl@0
  1026
		quid       	"3587DB0F00BF"
sl@0
  1027
		roles      	(list role_list
sl@0
  1028
		    (object Role "$UNNAMED$15"
sl@0
  1029
			quid       	"3587DB100337"
sl@0
  1030
			supplier   	"CScheduledTask"
sl@0
  1031
			quidu      	"3587D90700A3"
sl@0
  1032
			client_cardinality 	(value cardinality "1..1")
sl@0
  1033
			is_navigable 	TRUE)
sl@0
  1034
		    (object Role "$UNNAMED$16"
sl@0
  1035
			quid       	"3587DB100338"
sl@0
  1036
			supplier   	"TScheduledTask"
sl@0
  1037
			quidu      	"34D1CCE902E3"
sl@0
  1038
			client_cardinality 	(value cardinality "1..1"))))
sl@0
  1039
	    (object Association "iTasks"
sl@0
  1040
		quid       	"3587DB2A00FA"
sl@0
  1041
		roles      	(list role_list
sl@0
  1042
		    (object Role "$UNNAMED$17"
sl@0
  1043
			quid       	"3587DB2A02A9"
sl@0
  1044
			supplier   	"CSchedule"
sl@0
  1045
			quidu      	"34D1CB1C0073"
sl@0
  1046
			client_cardinality 	(value cardinality "1..1")
sl@0
  1047
			is_aggregate 	TRUE)
sl@0
  1048
		    (object Role "$UNNAMED$18"
sl@0
  1049
			quid       	"3587DB2A02DB"
sl@0
  1050
			supplier   	"TScheduledTask"
sl@0
  1051
			quidu      	"34D1CCE902E3"
sl@0
  1052
			client_cardinality 	(value cardinality "0..n")
sl@0
  1053
			is_navigable 	TRUE)))
sl@0
  1054
	    (object Association "iBackup"
sl@0
  1055
		quid       	"3587DCB40377"
sl@0
  1056
		roles      	(list role_list
sl@0
  1057
		    (object Role "$UNNAMED$19"
sl@0
  1058
			quid       	"3587DCB60149"
sl@0
  1059
			supplier   	"CTaskScheduler"
sl@0
  1060
			quidu      	"34D1C70C0186"
sl@0
  1061
			client_cardinality 	(value cardinality "1..1")
sl@0
  1062
			is_aggregate 	TRUE)
sl@0
  1063
		    (object Role "$UNNAMED$20"
sl@0
  1064
			quid       	"3587DCB6019A"
sl@0
  1065
			supplier   	"TScheduleBackup"
sl@0
  1066
			quidu      	"3587DC9303DE"
sl@0
  1067
			client_cardinality 	(value cardinality "1..1")
sl@0
  1068
			is_navigable 	TRUE)))
sl@0
  1069
	    (object Association "iClients"
sl@0
  1070
		quid       	"3587DD3F0377"
sl@0
  1071
		roles      	(list role_list
sl@0
  1072
		    (object Role "$UNNAMED$21"
sl@0
  1073
			quid       	"3587DD4003B5"
sl@0
  1074
			supplier   	"CTaskScheduler"
sl@0
  1075
			quidu      	"34D1C70C0186"
sl@0
  1076
			client_cardinality 	(value cardinality "1..1")
sl@0
  1077
			is_aggregate 	TRUE)
sl@0
  1078
		    (object Role "$UNNAMED$22"
sl@0
  1079
			quid       	"3587DD41001D"
sl@0
  1080
			supplier   	"CClientProxy"
sl@0
  1081
			quidu      	"34D1CB1B03A7"
sl@0
  1082
			client_cardinality 	(value cardinality "0..n")
sl@0
  1083
			is_navigable 	TRUE)))
sl@0
  1084
	    (object Association "iPending"
sl@0
  1085
		quid       	"3587E24B0126"
sl@0
  1086
		roles      	(list role_list
sl@0
  1087
		    (object Role "$UNNAMED$23"
sl@0
  1088
			quid       	"3587E24C038B"
sl@0
  1089
			supplier   	"CSchedule"
sl@0
  1090
			quidu      	"34D1CB1C0073"
sl@0
  1091
			client_cardinality 	(value cardinality "0..n")
sl@0
  1092
			is_navigable 	TRUE)
sl@0
  1093
		    (object Role "$UNNAMED$24"
sl@0
  1094
			quid       	"3587E24C03C7"
sl@0
  1095
			supplier   	"CTaskScheduler"
sl@0
  1096
			quidu      	"34D1C70C0186"
sl@0
  1097
			client_cardinality 	(value cardinality "1..1"))))
sl@0
  1098
	    (object Association "iSchedules"
sl@0
  1099
		quid       	"3587E2510297"
sl@0
  1100
		roles      	(list role_list
sl@0
  1101
		    (object Role "$UNNAMED$25"
sl@0
  1102
			quid       	"3587E2520357"
sl@0
  1103
			supplier   	"CTaskScheduler"
sl@0
  1104
			quidu      	"34D1C70C0186"
sl@0
  1105
			client_cardinality 	(value cardinality "1..1")
sl@0
  1106
			is_aggregate 	TRUE)
sl@0
  1107
		    (object Role "$UNNAMED$26"
sl@0
  1108
			quid       	"3587E25203B1"
sl@0
  1109
			supplier   	"CSchedule"
sl@0
  1110
			quidu      	"34D1CB1C0073"
sl@0
  1111
			client_cardinality 	(value cardinality "0..n")
sl@0
  1112
			is_navigable 	TRUE)))
sl@0
  1113
	    (object Association "iTaskScheduler"
sl@0
  1114
		quid       	"3587E34000D8"
sl@0
  1115
		roles      	(list role_list
sl@0
  1116
		    (object Role "$UNNAMED$27"
sl@0
  1117
			quid       	"3587E341030B"
sl@0
  1118
			supplier   	"CTaskScheduler"
sl@0
  1119
			quidu      	"34D1C70C0186"
sl@0
  1120
			client_cardinality 	(value cardinality "1..1")
sl@0
  1121
			is_navigable 	TRUE)
sl@0
  1122
		    (object Role "$UNNAMED$28"
sl@0
  1123
			quid       	"3587E341036F"
sl@0
  1124
			supplier   	"CScheduleTimer"
sl@0
  1125
			quidu      	"3587E1E90360"
sl@0
  1126
			client_cardinality 	(value cardinality "1..1"))))
sl@0
  1127
	    (object Association "iTimer"
sl@0
  1128
		quid       	"3587E356021A"
sl@0
  1129
		roles      	(list role_list
sl@0
  1130
		    (object Role "$UNNAMED$29"
sl@0
  1131
			quid       	"3587E3570104"
sl@0
  1132
			supplier   	"CTaskScheduler"
sl@0
  1133
			quidu      	"34D1C70C0186"
sl@0
  1134
			client_cardinality 	(value cardinality "1..1")
sl@0
  1135
			is_aggregate 	TRUE)
sl@0
  1136
		    (object Role "$UNNAMED$30"
sl@0
  1137
			quid       	"3587E3570172"
sl@0
  1138
			supplier   	"CScheduleTimer"
sl@0
  1139
			quidu      	"3587E1E90360"
sl@0
  1140
			client_cardinality 	(value cardinality "1..1")
sl@0
  1141
			is_navigable 	TRUE)))
sl@0
  1142
	    (object Association "iNotifier"
sl@0
  1143
		quid       	"3587E6E702AA"
sl@0
  1144
		roles      	(list role_list
sl@0
  1145
		    (object Role "$UNNAMED$31"
sl@0
  1146
			quid       	"3587E6E802F1"
sl@0
  1147
			supplier   	"CTaskScheduler"
sl@0
  1148
			quidu      	"34D1C70C0186"
sl@0
  1149
			client_cardinality 	(value cardinality "1..1")
sl@0
  1150
			is_aggregate 	TRUE)
sl@0
  1151
		    (object Role "$UNNAMED$32"
sl@0
  1152
			quid       	"3587E6E8035F"
sl@0
  1153
			supplier   	"CEnvironmentChangeNotifier"
sl@0
  1154
			quidu      	"3587E6D100B3"
sl@0
  1155
			client_cardinality 	(value cardinality "1..1")
sl@0
  1156
			is_navigable 	TRUE)))
sl@0
  1157
	    (object Association "iEntries"
sl@0
  1158
		quid       	"3587E7340282"
sl@0
  1159
		roles      	(list role_list
sl@0
  1160
		    (object Role "$UNNAMED$33"
sl@0
  1161
			quid       	"3587E736019F"
sl@0
  1162
			supplier   	"CSchedule"
sl@0
  1163
			quidu      	"34D1CB1C0073"
sl@0
  1164
			client_cardinality 	(value cardinality "1..1")
sl@0
  1165
			is_aggregate 	TRUE)
sl@0
  1166
		    (object Role "$UNNAMED$34"
sl@0
  1167
			quid       	"3587E73601DB"
sl@0
  1168
			supplier   	"TScheduleEntry"
sl@0
  1169
			quidu      	"34D1CB1C0091"
sl@0
  1170
			client_cardinality 	(value cardinality "1..n")
sl@0
  1171
			is_navigable 	TRUE)))
sl@0
  1172
	    (object Association "$UNNAMED$35"
sl@0
  1173
		quid       	"3587E7B603A2"
sl@0
  1174
		roles      	(list role_list
sl@0
  1175
		    (object Role "$UNNAMED$36"
sl@0
  1176
			quid       	"3587E7B7035D"
sl@0
  1177
			supplier   	"CSchServer"
sl@0
  1178
			quidu      	"34D1C70C0110"
sl@0
  1179
			is_navigable 	TRUE
sl@0
  1180
			is_aggregate 	TRUE)
sl@0
  1181
		    (object Role "$UNNAMED$37"
sl@0
  1182
			quid       	"3587E7B7035E"
sl@0
  1183
			supplier   	"CSchSession"
sl@0
  1184
			quidu      	"34D1C70C014A"
sl@0
  1185
			is_navigable 	TRUE)))
sl@0
  1186
	    (object Association "iTaskScheduler"
sl@0
  1187
		quid       	"3587E7BA027B"
sl@0
  1188
		roles      	(list role_list
sl@0
  1189
		    (object Role "$UNNAMED$38"
sl@0
  1190
			quid       	"3587E7BC004D"
sl@0
  1191
			supplier   	"CSchServer"
sl@0
  1192
			quidu      	"34D1C70C0110"
sl@0
  1193
			client_cardinality 	(value cardinality "1..1")
sl@0
  1194
			is_aggregate 	TRUE)
sl@0
  1195
		    (object Role "$UNNAMED$39"
sl@0
  1196
			quid       	"3587E7BC004E"
sl@0
  1197
			supplier   	"CTaskScheduler"
sl@0
  1198
			quidu      	"34D1C70C0186"
sl@0
  1199
			client_cardinality 	(value cardinality "1..1")
sl@0
  1200
			is_navigable 	TRUE)))
sl@0
  1201
	    (object Association "iClient"
sl@0
  1202
		quid       	"3587EB2F016F"
sl@0
  1203
		roles      	(list role_list
sl@0
  1204
		    (object Role "$UNNAMED$40"
sl@0
  1205
			quid       	"3587EB300379"
sl@0
  1206
			supplier   	"CClientProxy"
sl@0
  1207
			quidu      	"34D1CB1B03A7"
sl@0
  1208
			client_cardinality 	(value cardinality "1..1")
sl@0
  1209
			is_navigable 	TRUE)
sl@0
  1210
		    (object Role "$UNNAMED$41"
sl@0
  1211
			quid       	"3587EB3003BF"
sl@0
  1212
			supplier   	"TScheduledTask"
sl@0
  1213
			quidu      	"34D1CCE902E3"
sl@0
  1214
			client_cardinality 	(value cardinality "0..n"))))
sl@0
  1215
	    (object Association "iTasks"
sl@0
  1216
		quid       	"3587EB3F03CB"
sl@0
  1217
		roles      	(list role_list
sl@0
  1218
		    (object Role "$UNNAMED$42"
sl@0
  1219
			quid       	"3587EB4300CE"
sl@0
  1220
			supplier   	"CClientProxy"
sl@0
  1221
			quidu      	"34D1CB1B03A7"
sl@0
  1222
			client_cardinality 	(value cardinality "1..1")
sl@0
  1223
			is_aggregate 	TRUE)
sl@0
  1224
		    (object Role "$UNNAMED$43"
sl@0
  1225
			quid       	"3587EB43010A"
sl@0
  1226
			supplier   	"CScheduledTask"
sl@0
  1227
			quidu      	"3587D90700A3"
sl@0
  1228
			client_cardinality 	(value cardinality "0..n")
sl@0
  1229
			is_navigable 	TRUE)))
sl@0
  1230
	    (object Association "iEntries"
sl@0
  1231
		quid       	"3588F2700223"
sl@0
  1232
		roles      	(list role_list
sl@0
  1233
		    (object Role "$UNNAMED$44"
sl@0
  1234
			quid       	"3588F27003E6"
sl@0
  1235
			supplier   	"CScheduleIndex"
sl@0
  1236
			quidu      	"3587DC95028C"
sl@0
  1237
			client_cardinality 	(value cardinality "1..1")
sl@0
  1238
			is_aggregate 	TRUE)
sl@0
  1239
		    (object Role "$UNNAMED$45"
sl@0
  1240
			quid       	"3588F271003A"
sl@0
  1241
			supplier   	"TScheduleIndexEntry"
sl@0
  1242
			quidu      	"3588F2210143"
sl@0
  1243
			client_cardinality 	(value cardinality "0..n")
sl@0
  1244
			is_navigable 	TRUE)))
sl@0
  1245
	    (object Class_Category "fdbfs"
sl@0
  1246
		quid       	"359A15A403A7"
sl@0
  1247
		exportControl 	"Public"
sl@0
  1248
		logical_models 	(list unit_reference_list)
sl@0
  1249
		logical_presentations 	(list unit_reference_list)))
sl@0
  1250
	logical_presentations 	(list unit_reference_list
sl@0
  1251
	    (object ClassDiagram "Main"
sl@0
  1252
		quid       	"34B4B32D03A7"
sl@0
  1253
		title      	"Main"
sl@0
  1254
		zoom       	100
sl@0
  1255
		max_height 	28350
sl@0
  1256
		max_width  	21600
sl@0
  1257
		origin_x   	0
sl@0
  1258
		origin_y   	0
sl@0
  1259
		items      	(list diagram_item_list
sl@0
  1260
		    (object ClassView "Class" "CTaskExecutor" @1
sl@0
  1261
			IncludeAttribute 	TRUE
sl@0
  1262
			IncludeOperation 	TRUE
sl@0
  1263
			location   	(2608, 1472)
sl@0
  1264
			label      	(object ItemLabel
sl@0
  1265
			    Parent_View 	@1
sl@0
  1266
			    location   	(2355, 1316)
sl@0
  1267
			    nlines     	1
sl@0
  1268
			    max_width  	505
sl@0
  1269
			    justify    	0
sl@0
  1270
			    label      	"CTaskExecutor")
sl@0
  1271
			quidu      	"3587DB8B0352"
sl@0
  1272
			compartment 	(object Compartment
sl@0
  1273
			    Parent_View 	@1
sl@0
  1274
			    location   	(2344, 1376)
sl@0
  1275
			    anchor     	2
sl@0
  1276
			    nlines     	5
sl@0
  1277
			    max_width  	525)
sl@0
  1278
			width      	546
sl@0
  1279
			height     	336
sl@0
  1280
			autoResize 	TRUE)
sl@0
  1281
		    (object ClassView "Class" "CActive" @2
sl@0
  1282
			location   	(2624, 896)
sl@0
  1283
			label      	(object ItemLabel
sl@0
  1284
			    Parent_View 	@2
sl@0
  1285
			    location   	(2538, 847)
sl@0
  1286
			    nlines     	1
sl@0
  1287
			    max_width  	170
sl@0
  1288
			    justify    	0
sl@0
  1289
			    label      	"CActive")
sl@0
  1290
			quidu      	"3587E0BF03E4"
sl@0
  1291
			width      	184
sl@0
  1292
			height     	122)
sl@0
  1293
		    (object ClassView "Class" "CScheduledTask" @3
sl@0
  1294
			IncludeAttribute 	TRUE
sl@0
  1295
			location   	(1264, 1664)
sl@0
  1296
			label      	(object ItemLabel
sl@0
  1297
			    Parent_View 	@3
sl@0
  1298
			    location   	(1094, 1533)
sl@0
  1299
			    nlines     	1
sl@0
  1300
			    max_width  	338
sl@0
  1301
			    justify    	0
sl@0
  1302
			    label      	"CScheduledTask")
sl@0
  1303
			quidu      	"3587D90700A3"
sl@0
  1304
			compartment 	(object Compartment
sl@0
  1305
			    Parent_View 	@3
sl@0
  1306
			    location   	(1090, 1593)
sl@0
  1307
			    anchor     	2
sl@0
  1308
			    nlines     	4
sl@0
  1309
			    max_width  	291
sl@0
  1310
			    compartmentItems 	(list Compartment
sl@0
  1311
				"OnDue( )"))
sl@0
  1312
			width      	366
sl@0
  1313
			height     	286
sl@0
  1314
			autoResize 	TRUE)
sl@0
  1315
		    (object ClassView "Class" "TScheduleEntry" @4
sl@0
  1316
			IncludeAttribute 	TRUE
sl@0
  1317
			IncludeOperation 	TRUE
sl@0
  1318
			location   	(272, 1328)
sl@0
  1319
			label      	(object ItemLabel
sl@0
  1320
			    Parent_View 	@4
sl@0
  1321
			    location   	(73, 1247)
sl@0
  1322
			    nlines     	1
sl@0
  1323
			    max_width  	397
sl@0
  1324
			    justify    	0
sl@0
  1325
			    label      	"TScheduleEntry")
sl@0
  1326
			quidu      	"34D1CB1C0091"
sl@0
  1327
			compartment 	(object Compartment
sl@0
  1328
			    Parent_View 	@4
sl@0
  1329
			    location   	(66, 1307)
sl@0
  1330
			    anchor     	2
sl@0
  1331
			    nlines     	2
sl@0
  1332
			    max_width  	409)
sl@0
  1333
			width      	430
sl@0
  1334
			height     	186
sl@0
  1335
			autoResize 	TRUE)
sl@0
  1336
		    (object ClassView "Class" "TScheduledTask" @5
sl@0
  1337
			IncludeAttribute 	TRUE
sl@0
  1338
			IncludeOperation 	TRUE
sl@0
  1339
			location   	(768, 1360)
sl@0
  1340
			label      	(object ItemLabel
sl@0
  1341
			    Parent_View 	@5
sl@0
  1342
			    location   	(554, 1229)
sl@0
  1343
			    nlines     	1
sl@0
  1344
			    max_width  	427
sl@0
  1345
			    justify    	0
sl@0
  1346
			    label      	"TScheduledTask")
sl@0
  1347
			quidu      	"34D1CCE902E3"
sl@0
  1348
			compartment 	(object Compartment
sl@0
  1349
			    Parent_View 	@5
sl@0
  1350
			    location   	(546, 1289)
sl@0
  1351
			    anchor     	2
sl@0
  1352
			    nlines     	4
sl@0
  1353
			    max_width  	450)
sl@0
  1354
			width      	462
sl@0
  1355
			height     	286
sl@0
  1356
			autoResize 	TRUE)
sl@0
  1357
		    (object AssociationViewNew "iTask" @6
sl@0
  1358
			location   	(847, 1646)
sl@0
  1359
			label      	(object SegLabel @7
sl@0
  1360
			    Parent_View 	@6
sl@0
  1361
			    location   	(854, 1611)
sl@0
  1362
			    font       	(object Font
sl@0
  1363
				size       	10
sl@0
  1364
				face       	"Arial"
sl@0
  1365
				bold       	FALSE
sl@0
  1366
				italics    	TRUE
sl@0
  1367
				underline  	FALSE
sl@0
  1368
				strike     	FALSE
sl@0
  1369
				color      	0
sl@0
  1370
				default_color 	TRUE)
sl@0
  1371
			    anchor     	1
sl@0
  1372
			    anchor_loc 	1
sl@0
  1373
			    nlines     	1
sl@0
  1374
			    max_width  	600
sl@0
  1375
			    justify    	0
sl@0
  1376
			    label      	"iTask"
sl@0
  1377
			    pctDist    	0.616667
sl@0
  1378
			    height     	35
sl@0
  1379
			    orientation 	0)
sl@0
  1380
			quidu      	"3587DB0F00BF"
sl@0
  1381
			roleview_list 	(list RoleViews
sl@0
  1382
			    (object RoleView "$UNNAMED$15" @8
sl@0
  1383
				Parent_View 	@6
sl@0
  1384
				location   	(-737, 286)
sl@0
  1385
				quidu      	"3587DB100337"
sl@0
  1386
				client     	@6
sl@0
  1387
				supplier   	@3
sl@0
  1388
				line_style 	3
sl@0
  1389
				origin_attachment 	(847, 1646)
sl@0
  1390
				terminal_attachment 	(1081, 1646)
sl@0
  1391
				label      	(object SegLabel @9
sl@0
  1392
				    Parent_View 	@8
sl@0
  1393
				    location   	(999, 1699)
sl@0
  1394
				    anchor     	2
sl@0
  1395
				    anchor_loc 	1
sl@0
  1396
				    nlines     	1
sl@0
  1397
				    max_width  	15
sl@0
  1398
				    justify    	0
sl@0
  1399
				    label      	"1..1"
sl@0
  1400
				    pctDist    	0.653846
sl@0
  1401
				    height     	53
sl@0
  1402
				    orientation 	1))
sl@0
  1403
			    (object RoleView "$UNNAMED$16" @10
sl@0
  1404
				Parent_View 	@6
sl@0
  1405
				location   	(-737, 286)
sl@0
  1406
				quidu      	"3587DB100338"
sl@0
  1407
				client     	@6
sl@0
  1408
				supplier   	@5
sl@0
  1409
				vertices   	(list Points
sl@0
  1410
				    (847, 1646)
sl@0
  1411
				    (756, 1646)
sl@0
  1412
				    (756, 1503))
sl@0
  1413
				line_style 	3
sl@0
  1414
				origin_attachment 	(847, 1646)
sl@0
  1415
				terminal_attachment 	(768, 1503)
sl@0
  1416
				label      	(object SegLabel @11
sl@0
  1417
				    Parent_View 	@10
sl@0
  1418
				    location   	(704, 1586)
sl@0
  1419
				    anchor     	2
sl@0
  1420
				    anchor_loc 	1
sl@0
  1421
				    nlines     	1
sl@0
  1422
				    max_width  	15
sl@0
  1423
				    justify    	0
sl@0
  1424
				    label      	"1..1"
sl@0
  1425
				    pctDist    	0.646154
sl@0
  1426
				    height     	53
sl@0
  1427
				    orientation 	0))))
sl@0
  1428
		    (object ClassView "Class" "CSchSession" @12
sl@0
  1429
			IncludeAttribute 	TRUE
sl@0
  1430
			IncludeOperation 	TRUE
sl@0
  1431
			location   	(2656, 576)
sl@0
  1432
			label      	(object ItemLabel
sl@0
  1433
			    Parent_View 	@12
sl@0
  1434
			    location   	(2465, 495)
sl@0
  1435
			    nlines     	1
sl@0
  1436
			    max_width  	381
sl@0
  1437
			    justify    	0
sl@0
  1438
			    label      	"CSchSession")
sl@0
  1439
			quidu      	"34D1C70C014A"
sl@0
  1440
			compartment 	(object Compartment
sl@0
  1441
			    Parent_View 	@12
sl@0
  1442
			    location   	(2459, 555)
sl@0
  1443
			    anchor     	2
sl@0
  1444
			    nlines     	2
sl@0
  1445
			    max_width  	200)
sl@0
  1446
			width      	412
sl@0
  1447
			height     	186
sl@0
  1448
			autoResize 	TRUE)
sl@0
  1449
		    (object ClassView "Class" "CClientProxy" @13
sl@0
  1450
			IncludeAttribute 	TRUE
sl@0
  1451
			IncludeOperation 	TRUE
sl@0
  1452
			location   	(1984, 1552)
sl@0
  1453
			label      	(object ItemLabel
sl@0
  1454
			    Parent_View 	@13
sl@0
  1455
			    location   	(1747, 1396)
sl@0
  1456
			    nlines     	1
sl@0
  1457
			    max_width  	473
sl@0
  1458
			    justify    	0
sl@0
  1459
			    label      	"CClientProxy")
sl@0
  1460
			quidu      	"34D1CB1B03A7"
sl@0
  1461
			compartment 	(object Compartment
sl@0
  1462
			    Parent_View 	@13
sl@0
  1463
			    location   	(1737, 1456)
sl@0
  1464
			    anchor     	2
sl@0
  1465
			    nlines     	5
sl@0
  1466
			    max_width  	500)
sl@0
  1467
			width      	512
sl@0
  1468
			height     	336
sl@0
  1469
			autoResize 	TRUE)
sl@0
  1470
		    (object AssociationViewNew "iClient" @14
sl@0
  1471
			location   	(2206, 894)
sl@0
  1472
			label      	(object SegLabel @15
sl@0
  1473
			    Parent_View 	@14
sl@0
  1474
			    location   	(2191, 883)
sl@0
  1475
			    font       	(object Font
sl@0
  1476
				size       	10
sl@0
  1477
				face       	"Arial"
sl@0
  1478
				bold       	FALSE
sl@0
  1479
				italics    	TRUE
sl@0
  1480
				underline  	FALSE
sl@0
  1481
				strike     	FALSE
sl@0
  1482
				color      	0
sl@0
  1483
				default_color 	TRUE)
sl@0
  1484
			    anchor     	1
sl@0
  1485
			    anchor_loc 	1
sl@0
  1486
			    nlines     	1
sl@0
  1487
			    max_width  	600
sl@0
  1488
			    justify    	0
sl@0
  1489
			    label      	"iClient"
sl@0
  1490
			    pctDist    	0.250000
sl@0
  1491
			    height     	12
sl@0
  1492
			    orientation 	0)
sl@0
  1493
			quidu      	"3587D95D009D"
sl@0
  1494
			roleview_list 	(list RoleViews
sl@0
  1495
			    (object RoleView "$UNNAMED$9" @16
sl@0
  1496
				Parent_View 	@14
sl@0
  1497
				location   	(-978, 238)
sl@0
  1498
				quidu      	"3587D95D02D8"
sl@0
  1499
				client     	@14
sl@0
  1500
				supplier   	@13
sl@0
  1501
				line_style 	3
sl@0
  1502
				origin_attachment 	(2206, 894)
sl@0
  1503
				terminal_attachment 	(2206, 1384)
sl@0
  1504
				label      	(object SegLabel @17
sl@0
  1505
				    Parent_View 	@16
sl@0
  1506
				    location   	(2259, 1277)
sl@0
  1507
				    anchor     	2
sl@0
  1508
				    anchor_loc 	1
sl@0
  1509
				    nlines     	1
sl@0
  1510
				    max_width  	15
sl@0
  1511
				    justify    	0
sl@0
  1512
				    label      	"1..1"
sl@0
  1513
				    pctDist    	0.781609
sl@0
  1514
				    height     	53
sl@0
  1515
				    orientation 	0))
sl@0
  1516
			    (object RoleView "$UNNAMED$10" @18
sl@0
  1517
				Parent_View 	@14
sl@0
  1518
				location   	(-978, 238)
sl@0
  1519
				quidu      	"3587D95D0314"
sl@0
  1520
				client     	@14
sl@0
  1521
				supplier   	@12
sl@0
  1522
				vertices   	(list Points
sl@0
  1523
				    (2206, 894)
sl@0
  1524
				    (2206, 647)
sl@0
  1525
				    (2450, 647))
sl@0
  1526
				line_style 	3
sl@0
  1527
				origin_attachment 	(2206, 894)
sl@0
  1528
				terminal_attachment 	(2450, 576)
sl@0
  1529
				label      	(object SegLabel @19
sl@0
  1530
				    Parent_View 	@18
sl@0
  1531
				    location   	(2415, 607)
sl@0
  1532
				    anchor     	2
sl@0
  1533
				    anchor_loc 	1
sl@0
  1534
				    nlines     	1
sl@0
  1535
				    max_width  	15
sl@0
  1536
				    justify    	0
sl@0
  1537
				    label      	"1..1"
sl@0
  1538
				    pctDist    	0.930807
sl@0
  1539
				    height     	41
sl@0
  1540
				    orientation 	0))))
sl@0
  1541
		    (object AssociationViewNew "iClient" @20
sl@0
  1542
			location   	(1363, 1438)
sl@0
  1543
			label      	(object SegLabel @21
sl@0
  1544
			    Parent_View 	@20
sl@0
  1545
			    location   	(1359, 1411)
sl@0
  1546
			    font       	(object Font
sl@0
  1547
				size       	10
sl@0
  1548
				face       	"Arial"
sl@0
  1549
				bold       	FALSE
sl@0
  1550
				italics    	TRUE
sl@0
  1551
				underline  	FALSE
sl@0
  1552
				strike     	FALSE
sl@0
  1553
				color      	0
sl@0
  1554
				default_color 	TRUE)
sl@0
  1555
			    anchor     	1
sl@0
  1556
			    anchor_loc 	1
sl@0
  1557
			    nlines     	1
sl@0
  1558
			    max_width  	600
sl@0
  1559
			    justify    	0
sl@0
  1560
			    label      	"iClient"
sl@0
  1561
			    pctDist    	0.450000
sl@0
  1562
			    height     	28
sl@0
  1563
			    orientation 	0)
sl@0
  1564
			quidu      	"3587EB2F016F"
sl@0
  1565
			roleview_list 	(list RoleViews
sl@0
  1566
			    (object RoleView "$UNNAMED$40" @22
sl@0
  1567
				Parent_View 	@20
sl@0
  1568
				location   	(595, -210)
sl@0
  1569
				quidu      	"3587EB300379"
sl@0
  1570
				client     	@20
sl@0
  1571
				supplier   	@13
sl@0
  1572
				line_style 	3
sl@0
  1573
				origin_attachment 	(1363, 1438)
sl@0
  1574
				terminal_attachment 	(1728, 1438)
sl@0
  1575
				label      	(object SegLabel @23
sl@0
  1576
				    Parent_View 	@22
sl@0
  1577
				    location   	(1666, 1491)
sl@0
  1578
				    anchor     	2
sl@0
  1579
				    anchor_loc 	1
sl@0
  1580
				    nlines     	1
sl@0
  1581
				    max_width  	15
sl@0
  1582
				    justify    	0
sl@0
  1583
				    label      	"1..1"
sl@0
  1584
				    pctDist    	0.831224
sl@0
  1585
				    height     	53
sl@0
  1586
				    orientation 	1))
sl@0
  1587
			    (object RoleView "$UNNAMED$41" @24
sl@0
  1588
				Parent_View 	@20
sl@0
  1589
				location   	(595, -210)
sl@0
  1590
				quidu      	"3587EB3003BF"
sl@0
  1591
				client     	@20
sl@0
  1592
				supplier   	@5
sl@0
  1593
				line_style 	3
sl@0
  1594
				origin_attachment 	(1363, 1438)
sl@0
  1595
				terminal_attachment 	(999, 1438)
sl@0
  1596
				label      	(object SegLabel @25
sl@0
  1597
				    Parent_View 	@24
sl@0
  1598
				    location   	(1087, 1475)
sl@0
  1599
				    anchor     	2
sl@0
  1600
				    anchor_loc 	1
sl@0
  1601
				    nlines     	1
sl@0
  1602
				    max_width  	15
sl@0
  1603
				    justify    	0
sl@0
  1604
				    label      	"0..*"
sl@0
  1605
				    pctDist    	0.758475
sl@0
  1606
				    height     	37
sl@0
  1607
				    orientation 	0))))
sl@0
  1608
		    (object AssociationViewNew "iTasks" @26
sl@0
  1609
			location   	(1587, 1631)
sl@0
  1610
			label      	(object SegLabel @27
sl@0
  1611
			    Parent_View 	@26
sl@0
  1612
			    location   	(1598, 1594)
sl@0
  1613
			    font       	(object Font
sl@0
  1614
				size       	10
sl@0
  1615
				face       	"Arial"
sl@0
  1616
				bold       	FALSE
sl@0
  1617
				italics    	TRUE
sl@0
  1618
				underline  	FALSE
sl@0
  1619
				strike     	FALSE
sl@0
  1620
				color      	0
sl@0
  1621
				default_color 	TRUE)
sl@0
  1622
			    anchor     	1
sl@0
  1623
			    anchor_loc 	1
sl@0
  1624
			    nlines     	1
sl@0
  1625
			    max_width  	600
sl@0
  1626
			    justify    	0
sl@0
  1627
			    label      	"iTasks"
sl@0
  1628
			    pctDist    	0.683333
sl@0
  1629
			    height     	38
sl@0
  1630
			    orientation 	0)
sl@0
  1631
			quidu      	"3587EB3F03CB"
sl@0
  1632
			roleview_list 	(list RoleViews
sl@0
  1633
			    (object RoleView "$UNNAMED$42" @28
sl@0
  1634
				Parent_View 	@26
sl@0
  1635
				location   	(499, 415)
sl@0
  1636
				quidu      	"3587EB4300CE"
sl@0
  1637
				client     	@26
sl@0
  1638
				supplier   	@13
sl@0
  1639
				line_style 	3
sl@0
  1640
				origin_attachment 	(1587, 1631)
sl@0
  1641
				terminal_attachment 	(1728, 1631)
sl@0
  1642
				label      	(object SegLabel @29
sl@0
  1643
				    Parent_View 	@28
sl@0
  1644
				    location   	(1673, 1687)
sl@0
  1645
				    anchor     	2
sl@0
  1646
				    anchor_loc 	1
sl@0
  1647
				    nlines     	1
sl@0
  1648
				    max_width  	15
sl@0
  1649
				    justify    	0
sl@0
  1650
				    label      	"1..1"
sl@0
  1651
				    pctDist    	0.610687
sl@0
  1652
				    height     	56
sl@0
  1653
				    orientation 	1))
sl@0
  1654
			    (object RoleView "$UNNAMED$43" @30
sl@0
  1655
				Parent_View 	@26
sl@0
  1656
				location   	(499, 415)
sl@0
  1657
				quidu      	"3587EB43010A"
sl@0
  1658
				client     	@26
sl@0
  1659
				supplier   	@3
sl@0
  1660
				line_style 	3
sl@0
  1661
				origin_attachment 	(1587, 1631)
sl@0
  1662
				terminal_attachment 	(1447, 1631)
sl@0
  1663
				label      	(object SegLabel @31
sl@0
  1664
				    Parent_View 	@30
sl@0
  1665
				    location   	(1498, 1579)
sl@0
  1666
				    anchor     	2
sl@0
  1667
				    anchor_loc 	1
sl@0
  1668
				    nlines     	1
sl@0
  1669
				    max_width  	15
sl@0
  1670
				    justify    	0
sl@0
  1671
				    label      	"0..*"
sl@0
  1672
				    pctDist    	0.646154
sl@0
  1673
				    height     	53
sl@0
  1674
				    orientation 	1))))
sl@0
  1675
		    (object ClassView "Class" "CSchedule" @32
sl@0
  1676
			IncludeAttribute 	TRUE
sl@0
  1677
			IncludeOperation 	TRUE
sl@0
  1678
			location   	(352, 496)
sl@0
  1679
			label      	(object ItemLabel
sl@0
  1680
			    Parent_View 	@32
sl@0
  1681
			    location   	(128, 42)
sl@0
  1682
			    nlines     	1
sl@0
  1683
			    max_width  	447
sl@0
  1684
			    justify    	0
sl@0
  1685
			    label      	"CSchedule")
sl@0
  1686
			quidu      	"34D1CB1C0073"
sl@0
  1687
			compartment 	(object Compartment
sl@0
  1688
			    Parent_View 	@32
sl@0
  1689
			    location   	(119, 102)
sl@0
  1690
			    anchor     	2
sl@0
  1691
			    nlines     	17
sl@0
  1692
			    max_width  	472)
sl@0
  1693
			width      	484
sl@0
  1694
			height     	930
sl@0
  1695
			autoResize 	TRUE)
sl@0
  1696
		    (object AssociationViewNew "iEntries" @33
sl@0
  1697
			location   	(175, 1098)
sl@0
  1698
			label      	(object SegLabel @34
sl@0
  1699
			    Parent_View 	@33
sl@0
  1700
			    location   	(175, 1039)
sl@0
  1701
			    font       	(object Font
sl@0
  1702
				size       	10
sl@0
  1703
				face       	"Arial"
sl@0
  1704
				bold       	FALSE
sl@0
  1705
				italics    	TRUE
sl@0
  1706
				underline  	FALSE
sl@0
  1707
				strike     	FALSE
sl@0
  1708
				color      	0
sl@0
  1709
				default_color 	TRUE)
sl@0
  1710
			    anchor     	1
sl@0
  1711
			    anchor_loc 	1
sl@0
  1712
			    nlines     	1
sl@0
  1713
			    max_width  	600
sl@0
  1714
			    justify    	0
sl@0
  1715
			    label      	"iEntries"
sl@0
  1716
			    pctDist    	0.500000
sl@0
  1717
			    height     	60
sl@0
  1718
			    orientation 	0)
sl@0
  1719
			quidu      	"3587E7340282"
sl@0
  1720
			roleview_list 	(list RoleViews
sl@0
  1721
			    (object RoleView "$UNNAMED$33" @35
sl@0
  1722
				Parent_View 	@33
sl@0
  1723
				location   	(-65, -502)
sl@0
  1724
				quidu      	"3587E736019F"
sl@0
  1725
				client     	@33
sl@0
  1726
				supplier   	@32
sl@0
  1727
				line_style 	3
sl@0
  1728
				origin_attachment 	(175, 1098)
sl@0
  1729
				terminal_attachment 	(175, 961)
sl@0
  1730
				label      	(object SegLabel @36
sl@0
  1731
				    Parent_View 	@35
sl@0
  1732
				    location   	(242, 989)
sl@0
  1733
				    anchor     	2
sl@0
  1734
				    anchor_loc 	1
sl@0
  1735
				    nlines     	1
sl@0
  1736
				    max_width  	15
sl@0
  1737
				    justify    	0
sl@0
  1738
				    label      	"1..1"
sl@0
  1739
				    pctDist    	0.805405
sl@0
  1740
				    height     	67
sl@0
  1741
				    orientation 	1))
sl@0
  1742
			    (object RoleView "$UNNAMED$34" @37
sl@0
  1743
				Parent_View 	@33
sl@0
  1744
				location   	(-65, -502)
sl@0
  1745
				quidu      	"3587E73601DB"
sl@0
  1746
				client     	@33
sl@0
  1747
				supplier   	@4
sl@0
  1748
				line_style 	3
sl@0
  1749
				origin_attachment 	(175, 1098)
sl@0
  1750
				terminal_attachment 	(175, 1235)
sl@0
  1751
				label      	(object SegLabel @38
sl@0
  1752
				    Parent_View 	@37
sl@0
  1753
				    location   	(118, 1209)
sl@0
  1754
				    anchor     	2
sl@0
  1755
				    anchor_loc 	1
sl@0
  1756
				    nlines     	1
sl@0
  1757
				    max_width  	15
sl@0
  1758
				    justify    	0
sl@0
  1759
				    label      	"1..*"
sl@0
  1760
				    pctDist    	0.819718
sl@0
  1761
				    height     	58
sl@0
  1762
				    orientation 	1))))
sl@0
  1763
		    (object AssociationViewNew "iTasks" @39
sl@0
  1764
			location   	(540, 1089)
sl@0
  1765
			label      	(object SegLabel @40
sl@0
  1766
			    Parent_View 	@39
sl@0
  1767
			    location   	(544, 1030)
sl@0
  1768
			    font       	(object Font
sl@0
  1769
				size       	10
sl@0
  1770
				face       	"Arial"
sl@0
  1771
				bold       	FALSE
sl@0
  1772
				italics    	TRUE
sl@0
  1773
				underline  	FALSE
sl@0
  1774
				strike     	FALSE
sl@0
  1775
				color      	0
sl@0
  1776
				default_color 	TRUE)
sl@0
  1777
			    anchor     	1
sl@0
  1778
			    anchor_loc 	1
sl@0
  1779
			    nlines     	1
sl@0
  1780
			    max_width  	600
sl@0
  1781
			    justify    	0
sl@0
  1782
			    label      	"iTasks"
sl@0
  1783
			    pctDist    	0.566667
sl@0
  1784
			    height     	60
sl@0
  1785
			    orientation 	0)
sl@0
  1786
			quidu      	"3587DB2A00FA"
sl@0
  1787
			roleview_list 	(list RoleViews
sl@0
  1788
			    (object RoleView "$UNNAMED$17" @41
sl@0
  1789
				Parent_View 	@39
sl@0
  1790
				location   	(-1124, -271)
sl@0
  1791
				quidu      	"3587DB2A02A9"
sl@0
  1792
				client     	@39
sl@0
  1793
				supplier   	@32
sl@0
  1794
				line_style 	3
sl@0
  1795
				origin_attachment 	(540, 1089)
sl@0
  1796
				terminal_attachment 	(540, 961)
sl@0
  1797
				label      	(object SegLabel @42
sl@0
  1798
				    Parent_View 	@41
sl@0
  1799
				    location   	(471, 985)
sl@0
  1800
				    anchor     	2
sl@0
  1801
				    anchor_loc 	1
sl@0
  1802
				    nlines     	1
sl@0
  1803
				    max_width  	15
sl@0
  1804
				    justify    	0
sl@0
  1805
				    label      	"1..1"
sl@0
  1806
				    pctDist    	0.809524
sl@0
  1807
				    height     	70
sl@0
  1808
				    orientation 	0))
sl@0
  1809
			    (object RoleView "$UNNAMED$18" @43
sl@0
  1810
				Parent_View 	@39
sl@0
  1811
				location   	(-1124, -271)
sl@0
  1812
				quidu      	"3587DB2A02DB"
sl@0
  1813
				client     	@39
sl@0
  1814
				supplier   	@5
sl@0
  1815
				line_style 	3
sl@0
  1816
				origin_attachment 	(540, 1089)
sl@0
  1817
				terminal_attachment 	(540, 1217)
sl@0
  1818
				label      	(object SegLabel @44
sl@0
  1819
				    Parent_View 	@43
sl@0
  1820
				    location   	(488, 1191)
sl@0
  1821
				    anchor     	2
sl@0
  1822
				    anchor_loc 	1
sl@0
  1823
				    nlines     	1
sl@0
  1824
				    max_width  	62
sl@0
  1825
				    justify    	0
sl@0
  1826
				    label      	"0..*"
sl@0
  1827
				    pctDist    	0.797468
sl@0
  1828
				    height     	53
sl@0
  1829
				    orientation 	1))))
sl@0
  1830
		    (object ClassView "Class" "CSchServer" @45
sl@0
  1831
			IncludeAttribute 	TRUE
sl@0
  1832
			IncludeOperation 	TRUE
sl@0
  1833
			location   	(2144, 144)
sl@0
  1834
			label      	(object ItemLabel
sl@0
  1835
			    Parent_View 	@45
sl@0
  1836
			    location   	(1972, 95)
sl@0
  1837
			    nlines     	1
sl@0
  1838
			    max_width  	342
sl@0
  1839
			    justify    	0
sl@0
  1840
			    label      	"CSchServer")
sl@0
  1841
			quidu      	"34D1C70C0110"
sl@0
  1842
			width      	370
sl@0
  1843
			height     	122
sl@0
  1844
			annotation 	8
sl@0
  1845
			autoResize 	TRUE)
sl@0
  1846
		    (object AssociationViewNew "$UNNAMED$35" @46
sl@0
  1847
			location   	(2608, 125)
sl@0
  1848
			quidu      	"3587E7B603A2"
sl@0
  1849
			roleview_list 	(list RoleViews
sl@0
  1850
			    (object RoleView "$UNNAMED$36" @47
sl@0
  1851
				Parent_View 	@46
sl@0
  1852
				location   	(112, -531)
sl@0
  1853
				quidu      	"3587E7B7035D"
sl@0
  1854
				client     	@46
sl@0
  1855
				supplier   	@45
sl@0
  1856
				line_style 	3
sl@0
  1857
				origin_attachment 	(2608, 125)
sl@0
  1858
				terminal_attachment 	(2329, 125))
sl@0
  1859
			    (object RoleView "$UNNAMED$37" @48
sl@0
  1860
				Parent_View 	@46
sl@0
  1861
				location   	(112, -531)
sl@0
  1862
				quidu      	"3587E7B7035E"
sl@0
  1863
				client     	@46
sl@0
  1864
				supplier   	@12
sl@0
  1865
				vertices   	(list Points
sl@0
  1866
				    (2608, 125)
sl@0
  1867
				    (2668, 125)
sl@0
  1868
				    (2668, 483))
sl@0
  1869
				line_style 	3
sl@0
  1870
				origin_attachment 	(2608, 125)
sl@0
  1871
				terminal_attachment 	(2656, 483))))
sl@0
  1872
		    (object ClassView "Class" "CScheduleTimer" @49
sl@0
  1873
			location   	(848, 176)
sl@0
  1874
			label      	(object ItemLabel
sl@0
  1875
			    Parent_View 	@49
sl@0
  1876
			    location   	(685, 127)
sl@0
  1877
			    nlines     	1
sl@0
  1878
			    max_width  	325
sl@0
  1879
			    justify    	0
sl@0
  1880
			    label      	"CScheduleTimer")
sl@0
  1881
			quidu      	"3587E1E90360"
sl@0
  1882
			width      	352
sl@0
  1883
			height     	122
sl@0
  1884
			autoResize 	TRUE)
sl@0
  1885
		    (object ClassView "Class" "CTaskScheduler" @50
sl@0
  1886
			IncludeAttribute 	TRUE
sl@0
  1887
			IncludeOperation 	TRUE
sl@0
  1888
			location   	(1536, 848)
sl@0
  1889
			label      	(object ItemLabel
sl@0
  1890
			    Parent_View 	@50
sl@0
  1891
			    location   	(1209, 517)
sl@0
  1892
			    nlines     	1
sl@0
  1893
			    max_width  	653
sl@0
  1894
			    justify    	0
sl@0
  1895
			    label      	"CTaskScheduler")
sl@0
  1896
			quidu      	"34D1C70C0186"
sl@0
  1897
			compartment 	(object Compartment
sl@0
  1898
			    Parent_View 	@50
sl@0
  1899
			    location   	(1192, 577)
sl@0
  1900
			    anchor     	2
sl@0
  1901
			    nlines     	12
sl@0
  1902
			    max_width  	684)
sl@0
  1903
			width      	706
sl@0
  1904
			height     	686
sl@0
  1905
			autoResize 	TRUE)
sl@0
  1906
		    (object AssociationViewNew "iTaskScheduler" @51
sl@0
  1907
			location   	(2169, 528)
sl@0
  1908
			label      	(object SegLabel @52
sl@0
  1909
			    Parent_View 	@51
sl@0
  1910
			    location   	(2120, 488)
sl@0
  1911
			    font       	(object Font
sl@0
  1912
				size       	10
sl@0
  1913
				face       	"Arial"
sl@0
  1914
				bold       	FALSE
sl@0
  1915
				italics    	TRUE
sl@0
  1916
				underline  	FALSE
sl@0
  1917
				strike     	FALSE
sl@0
  1918
				color      	0
sl@0
  1919
				default_color 	TRUE)
sl@0
  1920
			    anchor     	1
sl@0
  1921
			    anchor_loc 	1
sl@0
  1922
			    nlines     	1
sl@0
  1923
			    max_width  	600
sl@0
  1924
			    justify    	0
sl@0
  1925
			    label      	"iTaskScheduler"
sl@0
  1926
			    pctDist    	-0.316667
sl@0
  1927
			    height     	41
sl@0
  1928
			    orientation 	0)
sl@0
  1929
			quidu      	"3587D96F036A"
sl@0
  1930
			roleview_list 	(list RoleViews
sl@0
  1931
			    (object RoleView "$UNNAMED$11" @53
sl@0
  1932
				Parent_View 	@51
sl@0
  1933
				location   	(-1015, -128)
sl@0
  1934
				quidu      	"3587D97102CC"
sl@0
  1935
				client     	@51
sl@0
  1936
				supplier   	@50
sl@0
  1937
				line_style 	3
sl@0
  1938
				origin_attachment 	(2169, 528)
sl@0
  1939
				terminal_attachment 	(1889, 528)
sl@0
  1940
				label      	(object SegLabel @54
sl@0
  1941
				    Parent_View 	@53
sl@0
  1942
				    location   	(1934, 581)
sl@0
  1943
				    anchor     	2
sl@0
  1944
				    anchor_loc 	1
sl@0
  1945
				    nlines     	1
sl@0
  1946
				    max_width  	15
sl@0
  1947
				    justify    	0
sl@0
  1948
				    label      	"1..1"
sl@0
  1949
				    pctDist    	0.838130
sl@0
  1950
				    height     	53
sl@0
  1951
				    orientation 	0))
sl@0
  1952
			    (object RoleView "$UNNAMED$12" @55
sl@0
  1953
				Parent_View 	@51
sl@0
  1954
				location   	(-1015, -128)
sl@0
  1955
				quidu      	"3587D9710313"
sl@0
  1956
				client     	@51
sl@0
  1957
				supplier   	@12
sl@0
  1958
				line_style 	3
sl@0
  1959
				origin_attachment 	(2169, 528)
sl@0
  1960
				terminal_attachment 	(2450, 528)
sl@0
  1961
				label      	(object SegLabel @56
sl@0
  1962
				    Parent_View 	@55
sl@0
  1963
				    location   	(2407, 500)
sl@0
  1964
				    anchor     	2
sl@0
  1965
				    anchor_loc 	1
sl@0
  1966
				    nlines     	1
sl@0
  1967
				    max_width  	15
sl@0
  1968
				    justify    	0
sl@0
  1969
				    label      	"1..1"
sl@0
  1970
				    pctDist    	0.849315
sl@0
  1971
				    height     	29
sl@0
  1972
				    orientation 	0))))
sl@0
  1973
		    (object AssociationViewNew "iClients" @57
sl@0
  1974
			location   	(1731, 1287)
sl@0
  1975
			label      	(object SegLabel @58
sl@0
  1976
			    Parent_View 	@57
sl@0
  1977
			    location   	(1731, 1282)
sl@0
  1978
			    font       	(object Font
sl@0
  1979
				size       	10
sl@0
  1980
				face       	"Arial"
sl@0
  1981
				bold       	FALSE
sl@0
  1982
				italics    	TRUE
sl@0
  1983
				underline  	FALSE
sl@0
  1984
				strike     	FALSE
sl@0
  1985
				color      	0
sl@0
  1986
				default_color 	TRUE)
sl@0
  1987
			    anchor     	1
sl@0
  1988
			    anchor_loc 	1
sl@0
  1989
			    nlines     	1
sl@0
  1990
			    max_width  	132
sl@0
  1991
			    justify    	0
sl@0
  1992
			    label      	"iClients"
sl@0
  1993
			    pctDist    	0.500000
sl@0
  1994
			    height     	6
sl@0
  1995
			    orientation 	0)
sl@0
  1996
			quidu      	"3587DD3F0377"
sl@0
  1997
			roleview_list 	(list RoleViews
sl@0
  1998
			    (object RoleView "$UNNAMED$21" @59
sl@0
  1999
				Parent_View 	@57
sl@0
  2000
				location   	(-749, 231)
sl@0
  2001
				quidu      	"3587DD4003B5"
sl@0
  2002
				client     	@57
sl@0
  2003
				supplier   	@50
sl@0
  2004
				line_style 	3
sl@0
  2005
				origin_attachment 	(1731, 1287)
sl@0
  2006
				terminal_attachment 	(1731, 1191)
sl@0
  2007
				label      	(object SegLabel @60
sl@0
  2008
				    Parent_View 	@59
sl@0
  2009
				    location   	(1680, 1224)
sl@0
  2010
				    anchor     	2
sl@0
  2011
				    anchor_loc 	1
sl@0
  2012
				    nlines     	1
sl@0
  2013
				    max_width  	15
sl@0
  2014
				    justify    	0
sl@0
  2015
				    label      	"1..1"
sl@0
  2016
				    pctDist    	0.660550
sl@0
  2017
				    height     	52
sl@0
  2018
				    orientation 	0))
sl@0
  2019
			    (object RoleView "$UNNAMED$22" @61
sl@0
  2020
				Parent_View 	@57
sl@0
  2021
				location   	(-749, 231)
sl@0
  2022
				quidu      	"3587DD41001D"
sl@0
  2023
				client     	@57
sl@0
  2024
				supplier   	@13
sl@0
  2025
				line_style 	3
sl@0
  2026
				origin_attachment 	(1731, 1287)
sl@0
  2027
				terminal_attachment 	(1731, 1384)
sl@0
  2028
				label      	(object SegLabel @62
sl@0
  2029
				    Parent_View 	@61
sl@0
  2030
				    location   	(1801, 1350)
sl@0
  2031
				    anchor     	2
sl@0
  2032
				    anchor_loc 	1
sl@0
  2033
				    nlines     	1
sl@0
  2034
				    max_width  	62
sl@0
  2035
				    justify    	0
sl@0
  2036
				    label      	"0..*"
sl@0
  2037
				    pctDist    	0.660550
sl@0
  2038
				    height     	70
sl@0
  2039
				    orientation 	0))))
sl@0
  2040
		    (object AssociationViewNew "iPending" @63
sl@0
  2041
			location   	(888, 819)
sl@0
  2042
			label      	(object SegLabel @64
sl@0
  2043
			    Parent_View 	@63
sl@0
  2044
			    location   	(886, 791)
sl@0
  2045
			    font       	(object Font
sl@0
  2046
				size       	10
sl@0
  2047
				face       	"Arial"
sl@0
  2048
				bold       	FALSE
sl@0
  2049
				italics    	TRUE
sl@0
  2050
				underline  	FALSE
sl@0
  2051
				strike     	FALSE
sl@0
  2052
				color      	0
sl@0
  2053
				default_color 	TRUE)
sl@0
  2054
			    anchor     	1
sl@0
  2055
			    anchor_loc 	1
sl@0
  2056
			    nlines     	1
sl@0
  2057
			    max_width  	600
sl@0
  2058
			    justify    	0
sl@0
  2059
			    label      	"iPending"
sl@0
  2060
			    pctDist    	0.483333
sl@0
  2061
			    height     	29
sl@0
  2062
			    orientation 	0)
sl@0
  2063
			quidu      	"3587E24B0126"
sl@0
  2064
			roleview_list 	(list RoleViews
sl@0
  2065
			    (object RoleView "$UNNAMED$23" @65
sl@0
  2066
				Parent_View 	@63
sl@0
  2067
				location   	(-440, 435)
sl@0
  2068
				quidu      	"3587E24C038B"
sl@0
  2069
				client     	@63
sl@0
  2070
				supplier   	@32
sl@0
  2071
				line_style 	3
sl@0
  2072
				origin_attachment 	(888, 819)
sl@0
  2073
				terminal_attachment 	(594, 819)
sl@0
  2074
				label      	(object SegLabel @66
sl@0
  2075
				    Parent_View 	@65
sl@0
  2076
				    location   	(623, 873)
sl@0
  2077
				    anchor     	2
sl@0
  2078
				    anchor_loc 	1
sl@0
  2079
				    nlines     	1
sl@0
  2080
				    max_width  	15
sl@0
  2081
				    justify    	0
sl@0
  2082
				    label      	"0..*"
sl@0
  2083
				    pctDist    	0.900000
sl@0
  2084
				    height     	54
sl@0
  2085
				    orientation 	0))
sl@0
  2086
			    (object RoleView "$UNNAMED$24" @67
sl@0
  2087
				Parent_View 	@63
sl@0
  2088
				location   	(-440, 435)
sl@0
  2089
				quidu      	"3587E24C03C7"
sl@0
  2090
				client     	@63
sl@0
  2091
				supplier   	@50
sl@0
  2092
				line_style 	3
sl@0
  2093
				origin_attachment 	(888, 819)
sl@0
  2094
				terminal_attachment 	(1183, 819)
sl@0
  2095
				label      	(object SegLabel @68
sl@0
  2096
				    Parent_View 	@67
sl@0
  2097
				    location   	(1122, 875)
sl@0
  2098
				    anchor     	2
sl@0
  2099
				    anchor_loc 	1
sl@0
  2100
				    nlines     	1
sl@0
  2101
				    max_width  	15
sl@0
  2102
				    justify    	0
sl@0
  2103
				    label      	"1..1"
sl@0
  2104
				    pctDist    	0.794212
sl@0
  2105
				    height     	56
sl@0
  2106
				    orientation 	1))))
sl@0
  2107
		    (object AssociationViewNew "iSchedules" @69
sl@0
  2108
			location   	(888, 644)
sl@0
  2109
			label      	(object SegLabel @70
sl@0
  2110
			    Parent_View 	@69
sl@0
  2111
			    location   	(886, 620)
sl@0
  2112
			    font       	(object Font
sl@0
  2113
				size       	10
sl@0
  2114
				face       	"Arial"
sl@0
  2115
				bold       	FALSE
sl@0
  2116
				italics    	TRUE
sl@0
  2117
				underline  	FALSE
sl@0
  2118
				strike     	FALSE
sl@0
  2119
				color      	0
sl@0
  2120
				default_color 	TRUE)
sl@0
  2121
			    anchor     	1
sl@0
  2122
			    anchor_loc 	1
sl@0
  2123
			    nlines     	1
sl@0
  2124
			    max_width  	600
sl@0
  2125
			    justify    	0
sl@0
  2126
			    label      	"iSchedules"
sl@0
  2127
			    pctDist    	0.483333
sl@0
  2128
			    height     	25
sl@0
  2129
			    orientation 	0)
sl@0
  2130
			quidu      	"3587E2510297"
sl@0
  2131
			roleview_list 	(list RoleViews
sl@0
  2132
			    (object RoleView "$UNNAMED$25" @71
sl@0
  2133
				Parent_View 	@69
sl@0
  2134
				location   	(360, -940)
sl@0
  2135
				quidu      	"3587E2520357"
sl@0
  2136
				client     	@69
sl@0
  2137
				supplier   	@50
sl@0
  2138
				line_style 	3
sl@0
  2139
				origin_attachment 	(888, 644)
sl@0
  2140
				terminal_attachment 	(1183, 644)
sl@0
  2141
				label      	(object SegLabel @72
sl@0
  2142
				    Parent_View 	@71
sl@0
  2143
				    location   	(1137, 697)
sl@0
  2144
				    anchor     	2
sl@0
  2145
				    anchor_loc 	1
sl@0
  2146
				    nlines     	1
sl@0
  2147
				    max_width  	15
sl@0
  2148
				    justify    	0
sl@0
  2149
				    label      	"1..1"
sl@0
  2150
				    pctDist    	0.842444
sl@0
  2151
				    height     	53
sl@0
  2152
				    orientation 	1))
sl@0
  2153
			    (object RoleView "$UNNAMED$26" @73
sl@0
  2154
				Parent_View 	@69
sl@0
  2155
				location   	(360, -940)
sl@0
  2156
				quidu      	"3587E25203B1"
sl@0
  2157
				client     	@69
sl@0
  2158
				supplier   	@32
sl@0
  2159
				line_style 	3
sl@0
  2160
				origin_attachment 	(888, 644)
sl@0
  2161
				terminal_attachment 	(594, 644)
sl@0
  2162
				label      	(object SegLabel @74
sl@0
  2163
				    Parent_View 	@73
sl@0
  2164
				    location   	(623, 698)
sl@0
  2165
				    anchor     	2
sl@0
  2166
				    anchor_loc 	1
sl@0
  2167
				    nlines     	1
sl@0
  2168
				    max_width  	15
sl@0
  2169
				    justify    	0
sl@0
  2170
				    label      	"0..*"
sl@0
  2171
				    pctDist    	0.900000
sl@0
  2172
				    height     	54
sl@0
  2173
				    orientation 	0))))
sl@0
  2174
		    (object AssociationViewNew "iTaskScheduler" @75
sl@0
  2175
			location   	(1616, 144)
sl@0
  2176
			label      	(object SegLabel @76
sl@0
  2177
			    Parent_View 	@75
sl@0
  2178
			    location   	(1647, 147)
sl@0
  2179
			    font       	(object Font
sl@0
  2180
				size       	10
sl@0
  2181
				face       	"Arial"
sl@0
  2182
				bold       	FALSE
sl@0
  2183
				italics    	TRUE
sl@0
  2184
				underline  	FALSE
sl@0
  2185
				strike     	FALSE
sl@0
  2186
				color      	0
sl@0
  2187
				default_color 	TRUE)
sl@0
  2188
			    anchor     	1
sl@0
  2189
			    anchor_loc 	1
sl@0
  2190
			    nlines     	1
sl@0
  2191
			    max_width  	288
sl@0
  2192
			    justify    	0
sl@0
  2193
			    label      	"iTaskScheduler"
sl@0
  2194
			    pctDist    	1.016667
sl@0
  2195
			    height     	3
sl@0
  2196
			    orientation 	1)
sl@0
  2197
			quidu      	"3587E7BA027B"
sl@0
  2198
			roleview_list 	(list RoleViews
sl@0
  2199
			    (object RoleView "$UNNAMED$38" @77
sl@0
  2200
				Parent_View 	@75
sl@0
  2201
				location   	(160, -320)
sl@0
  2202
				quidu      	"3587E7BC004D"
sl@0
  2203
				client     	@75
sl@0
  2204
				supplier   	@45
sl@0
  2205
				line_style 	3
sl@0
  2206
				origin_attachment 	(1616, 144)
sl@0
  2207
				terminal_attachment 	(1959, 144)
sl@0
  2208
				label      	(object SegLabel @78
sl@0
  2209
				    Parent_View 	@77
sl@0
  2210
				    location   	(1924, 198)
sl@0
  2211
				    anchor     	2
sl@0
  2212
				    anchor_loc 	1
sl@0
  2213
				    nlines     	1
sl@0
  2214
				    max_width  	15
sl@0
  2215
				    justify    	0
sl@0
  2216
				    label      	"1..1"
sl@0
  2217
				    pctDist    	0.900000
sl@0
  2218
				    height     	54
sl@0
  2219
				    orientation 	1))
sl@0
  2220
			    (object RoleView "$UNNAMED$39" @79
sl@0
  2221
				Parent_View 	@75
sl@0
  2222
				location   	(160, -320)
sl@0
  2223
				quidu      	"3587E7BC004E"
sl@0
  2224
				client     	@75
sl@0
  2225
				supplier   	@50
sl@0
  2226
				vertices   	(list Points
sl@0
  2227
				    (1616, 144)
sl@0
  2228
				    (1556, 144)
sl@0
  2229
				    (1556, 505))
sl@0
  2230
				line_style 	3
sl@0
  2231
				origin_attachment 	(1616, 144)
sl@0
  2232
				terminal_attachment 	(1536, 505)
sl@0
  2233
				label      	(object SegLabel @80
sl@0
  2234
				    Parent_View 	@79
sl@0
  2235
				    location   	(1610, 423)
sl@0
  2236
				    anchor     	2
sl@0
  2237
				    anchor_loc 	1
sl@0
  2238
				    nlines     	1
sl@0
  2239
				    max_width  	15
sl@0
  2240
				    justify    	0
sl@0
  2241
				    label      	"1..1"
sl@0
  2242
				    pctDist    	0.806452
sl@0
  2243
				    height     	54
sl@0
  2244
				    orientation 	0))))
sl@0
  2245
		    (object AssociationViewNew "iTaskScheduler" @81
sl@0
  2246
			location   	(1349, 156)
sl@0
  2247
			label      	(object SegLabel @82
sl@0
  2248
			    Parent_View 	@81
sl@0
  2249
			    location   	(1304, 156)
sl@0
  2250
			    font       	(object Font
sl@0
  2251
				size       	10
sl@0
  2252
				face       	"Arial"
sl@0
  2253
				bold       	FALSE
sl@0
  2254
				italics    	TRUE
sl@0
  2255
				underline  	FALSE
sl@0
  2256
				strike     	FALSE
sl@0
  2257
				color      	0
sl@0
  2258
				default_color 	TRUE)
sl@0
  2259
			    anchor     	1
sl@0
  2260
			    anchor_loc 	1
sl@0
  2261
			    nlines     	1
sl@0
  2262
			    max_width  	600
sl@0
  2263
			    justify    	0
sl@0
  2264
			    label      	"iTaskScheduler"
sl@0
  2265
			    pctDist    	-0.250000
sl@0
  2266
			    height     	0
sl@0
  2267
			    orientation 	1)
sl@0
  2268
			quidu      	"3587E34000D8"
sl@0
  2269
			roleview_list 	(list RoleViews
sl@0
  2270
			    (object RoleView "$UNNAMED$28" @83
sl@0
  2271
				Parent_View 	@81
sl@0
  2272
				location   	(-347, -692)
sl@0
  2273
				quidu      	"3587E341036F"
sl@0
  2274
				client     	@81
sl@0
  2275
				supplier   	@49
sl@0
  2276
				line_style 	3
sl@0
  2277
				origin_attachment 	(1349, 156)
sl@0
  2278
				terminal_attachment 	(1024, 156)
sl@0
  2279
				label      	(object SegLabel @84
sl@0
  2280
				    Parent_View 	@83
sl@0
  2281
				    location   	(1058, 210)
sl@0
  2282
				    anchor     	2
sl@0
  2283
				    anchor_loc 	1
sl@0
  2284
				    nlines     	1
sl@0
  2285
				    max_width  	15
sl@0
  2286
				    justify    	0
sl@0
  2287
				    label      	"1..1"
sl@0
  2288
				    pctDist    	0.900000
sl@0
  2289
				    height     	54
sl@0
  2290
				    orientation 	0))
sl@0
  2291
			    (object RoleView "$UNNAMED$27" @85
sl@0
  2292
				Parent_View 	@81
sl@0
  2293
				location   	(-347, -692)
sl@0
  2294
				quidu      	"3587E341030B"
sl@0
  2295
				client     	@81
sl@0
  2296
				supplier   	@50
sl@0
  2297
				vertices   	(list Points
sl@0
  2298
				    (1349, 156)
sl@0
  2299
				    (1409, 156)
sl@0
  2300
				    (1409, 505))
sl@0
  2301
				line_style 	3
sl@0
  2302
				origin_attachment 	(1349, 156)
sl@0
  2303
				terminal_attachment 	(1536, 505)
sl@0
  2304
				label      	(object SegLabel @86
sl@0
  2305
				    Parent_View 	@85
sl@0
  2306
				    location   	(1463, 464)
sl@0
  2307
				    anchor     	2
sl@0
  2308
				    anchor_loc 	1
sl@0
  2309
				    nlines     	1
sl@0
  2310
				    max_width  	15
sl@0
  2311
				    justify    	0
sl@0
  2312
				    label      	"1..1"
sl@0
  2313
				    pctDist    	0.900000
sl@0
  2314
				    height     	54
sl@0
  2315
				    orientation 	0))))
sl@0
  2316
		    (object AssociationViewNew "iTimer" @87
sl@0
  2317
			location   	(944, 509)
sl@0
  2318
			label      	(object SegLabel @88
sl@0
  2319
			    Parent_View 	@87
sl@0
  2320
			    location   	(895, 466)
sl@0
  2321
			    font       	(object Font
sl@0
  2322
				size       	10
sl@0
  2323
				face       	"Arial"
sl@0
  2324
				bold       	FALSE
sl@0
  2325
				italics    	TRUE
sl@0
  2326
				underline  	FALSE
sl@0
  2327
				strike     	FALSE
sl@0
  2328
				color      	0
sl@0
  2329
				default_color 	TRUE)
sl@0
  2330
			    anchor     	1
sl@0
  2331
			    anchor_loc 	1
sl@0
  2332
			    nlines     	1
sl@0
  2333
			    max_width  	600
sl@0
  2334
			    justify    	0
sl@0
  2335
			    label      	"iTimer"
sl@0
  2336
			    pctDist    	-0.333333
sl@0
  2337
			    height     	44
sl@0
  2338
			    orientation 	0)
sl@0
  2339
			quidu      	"3587E356021A"
sl@0
  2340
			roleview_list 	(list RoleViews
sl@0
  2341
			    (object RoleView "$UNNAMED$30" @89
sl@0
  2342
				Parent_View 	@87
sl@0
  2343
				location   	(-752, -339)
sl@0
  2344
				quidu      	"3587E3570172"
sl@0
  2345
				client     	@87
sl@0
  2346
				supplier   	@49
sl@0
  2347
				vertices   	(list Points
sl@0
  2348
				    (944, 509)
sl@0
  2349
				    (884, 509)
sl@0
  2350
				    (884, 237))
sl@0
  2351
				line_style 	3
sl@0
  2352
				origin_attachment 	(944, 509)
sl@0
  2353
				terminal_attachment 	(884, 237)
sl@0
  2354
				label      	(object SegLabel @90
sl@0
  2355
				    Parent_View 	@89
sl@0
  2356
				    location   	(831, 270)
sl@0
  2357
				    anchor     	2
sl@0
  2358
				    anchor_loc 	1
sl@0
  2359
				    nlines     	1
sl@0
  2360
				    max_width  	15
sl@0
  2361
				    justify    	0
sl@0
  2362
				    label      	"1..1"
sl@0
  2363
				    pctDist    	0.900000
sl@0
  2364
				    height     	54
sl@0
  2365
				    orientation 	0))
sl@0
  2366
			    (object RoleView "$UNNAMED$29" @91
sl@0
  2367
				Parent_View 	@87
sl@0
  2368
				location   	(-752, -339)
sl@0
  2369
				quidu      	"3587E3570104"
sl@0
  2370
				client     	@87
sl@0
  2371
				supplier   	@50
sl@0
  2372
				line_style 	3
sl@0
  2373
				origin_attachment 	(944, 509)
sl@0
  2374
				terminal_attachment 	(1183, 509)
sl@0
  2375
				label      	(object SegLabel @92
sl@0
  2376
				    Parent_View 	@91
sl@0
  2377
				    location   	(1166, 567)
sl@0
  2378
				    anchor     	2
sl@0
  2379
				    anchor_loc 	1
sl@0
  2380
				    nlines     	1
sl@0
  2381
				    max_width  	15
sl@0
  2382
				    justify    	0
sl@0
  2383
				    label      	"1..1"
sl@0
  2384
				    pctDist    	0.935096
sl@0
  2385
				    height     	58
sl@0
  2386
				    orientation 	1))))
sl@0
  2387
		    (object UsesView "" @93
sl@0
  2388
			quidu      	"3587DC1100C0"
sl@0
  2389
			client     	@13
sl@0
  2390
			supplier   	@1
sl@0
  2391
			line_style 	3
sl@0
  2392
			origin_attachment 	(2240, 1500)
sl@0
  2393
			terminal_attachment 	(2335, 1500))
sl@0
  2394
		    (object InheritView "" @94
sl@0
  2395
			quidu      	"3587E0D20247"
sl@0
  2396
			client     	@1
sl@0
  2397
			supplier   	@2
sl@0
  2398
			line_style 	3
sl@0
  2399
			origin_attachment 	(2621, 1304)
sl@0
  2400
			terminal_attachment 	(2621, 957))))
sl@0
  2401
	    (object ClassDiagram "Backing Up"
sl@0
  2402
		quid       	"3588EB33023D"
sl@0
  2403
		title      	"Backing Up"
sl@0
  2404
		zoom       	100
sl@0
  2405
		max_height 	28350
sl@0
  2406
		max_width  	21600
sl@0
  2407
		origin_x   	0
sl@0
  2408
		origin_y   	0
sl@0
  2409
		items      	(list diagram_item_list
sl@0
  2410
		    (object ClassView "Class" "CSchedule" @95
sl@0
  2411
			location   	(560, 1408)
sl@0
  2412
			label      	(object ItemLabel
sl@0
  2413
			    Parent_View 	@95
sl@0
  2414
			    location   	(336, 1327)
sl@0
  2415
			    nlines     	1
sl@0
  2416
			    max_width  	447
sl@0
  2417
			    justify    	0
sl@0
  2418
			    label      	"CSchedule")
sl@0
  2419
			quidu      	"34D1CB1C0073"
sl@0
  2420
			compartment 	(object Compartment
sl@0
  2421
			    Parent_View 	@95
sl@0
  2422
			    location   	(327, 1387)
sl@0
  2423
			    anchor     	2
sl@0
  2424
			    nlines     	2
sl@0
  2425
			    max_width  	472
sl@0
  2426
			    compartmentItems 	(list Compartment
sl@0
  2427
				"iEntries : TScheduleEntry"))
sl@0
  2428
			width      	484
sl@0
  2429
			height     	186
sl@0
  2430
			autoResize 	TRUE)
sl@0
  2431
		    (object ClassView "Class" "TScheduleBackup" @96
sl@0
  2432
			IncludeOperation 	TRUE
sl@0
  2433
			location   	(2048, 400)
sl@0
  2434
			label      	(object ItemLabel
sl@0
  2435
			    Parent_View 	@96
sl@0
  2436
			    location   	(1813, 69)
sl@0
  2437
			    nlines     	1
sl@0
  2438
			    max_width  	468
sl@0
  2439
			    justify    	0
sl@0
  2440
			    label      	"TScheduleBackup")
sl@0
  2441
			quidu      	"3587DC9303DE"
sl@0
  2442
			compartment 	(object Compartment
sl@0
  2443
			    Parent_View 	@96
sl@0
  2444
			    location   	(1804, 129)
sl@0
  2445
			    anchor     	2
sl@0
  2446
			    nlines     	12
sl@0
  2447
			    max_width  	484
sl@0
  2448
			    compartmentItems 	(list Compartment
sl@0
  2449
				"iChangesToStore : TInt"))
sl@0
  2450
			width      	506
sl@0
  2451
			height     	686
sl@0
  2452
			autoResize 	TRUE)
sl@0
  2453
		    (object ClassView "Class" "CTaskScheduler" @97
sl@0
  2454
			location   	(2432, 1184)
sl@0
  2455
			label      	(object ItemLabel
sl@0
  2456
			    Parent_View 	@97
sl@0
  2457
			    location   	(2185, 1103)
sl@0
  2458
			    nlines     	1
sl@0
  2459
			    max_width  	493
sl@0
  2460
			    justify    	0
sl@0
  2461
			    label      	"CTaskScheduler")
sl@0
  2462
			quidu      	"34D1C70C0186"
sl@0
  2463
			compartment 	(object Compartment
sl@0
  2464
			    Parent_View 	@97
sl@0
  2465
			    location   	(2174, 1163)
sl@0
  2466
			    anchor     	2
sl@0
  2467
			    nlines     	2
sl@0
  2468
			    max_width  	512
sl@0
  2469
			    compartmentItems 	(list Compartment
sl@0
  2470
				"iBackup : TScheduleBackup"))
sl@0
  2471
			width      	534
sl@0
  2472
			height     	186
sl@0
  2473
			autoResize 	TRUE)
sl@0
  2474
		    (object AssociationViewNew "iSchedules" @98
sl@0
  2475
			location   	(1715, 1472)
sl@0
  2476
			label      	(object SegLabel @99
sl@0
  2477
			    Parent_View 	@98
sl@0
  2478
			    location   	(1746, 1432)
sl@0
  2479
			    font       	(object Font
sl@0
  2480
				size       	10
sl@0
  2481
				face       	"Arial"
sl@0
  2482
				bold       	FALSE
sl@0
  2483
				italics    	TRUE
sl@0
  2484
				underline  	FALSE
sl@0
  2485
				strike     	FALSE
sl@0
  2486
				color      	0
sl@0
  2487
				default_color 	TRUE)
sl@0
  2488
			    anchor     	1
sl@0
  2489
			    anchor_loc 	1
sl@0
  2490
			    nlines     	1
sl@0
  2491
			    max_width  	600
sl@0
  2492
			    justify    	0
sl@0
  2493
			    label      	"iSchedules"
sl@0
  2494
			    pctDist    	1.033333
sl@0
  2495
			    height     	41
sl@0
  2496
			    orientation 	0)
sl@0
  2497
			quidu      	"3587E2510297"
sl@0
  2498
			roleview_list 	(list RoleViews
sl@0
  2499
			    (object RoleView "$UNNAMED$25" @100
sl@0
  2500
				Parent_View 	@98
sl@0
  2501
				location   	(1187, -112)
sl@0
  2502
				quidu      	"3587E2520357"
sl@0
  2503
				client     	@98
sl@0
  2504
				supplier   	@97
sl@0
  2505
				vertices   	(list Points
sl@0
  2506
				    (1715, 1472)
sl@0
  2507
				    (2434, 1472)
sl@0
  2508
				    (2434, 1277))
sl@0
  2509
				line_style 	3
sl@0
  2510
				origin_attachment 	(1715, 1472)
sl@0
  2511
				terminal_attachment 	(2434, 1277)
sl@0
  2512
				label      	(object SegLabel @101
sl@0
  2513
				    Parent_View 	@100
sl@0
  2514
				    location   	(2487, 1421)
sl@0
  2515
				    anchor     	2
sl@0
  2516
				    anchor_loc 	1
sl@0
  2517
				    nlines     	1
sl@0
  2518
				    max_width  	15
sl@0
  2519
				    justify    	0
sl@0
  2520
				    label      	"1..1"
sl@0
  2521
				    pctDist    	0.842444
sl@0
  2522
				    height     	53
sl@0
  2523
				    orientation 	1))
sl@0
  2524
			    (object RoleView "$UNNAMED$26" @102
sl@0
  2525
				Parent_View 	@98
sl@0
  2526
				location   	(1187, -112)
sl@0
  2527
				quidu      	"3587E25203B1"
sl@0
  2528
				client     	@98
sl@0
  2529
				supplier   	@95
sl@0
  2530
				line_style 	3
sl@0
  2531
				origin_attachment 	(1715, 1472)
sl@0
  2532
				terminal_attachment 	(802, 1472)
sl@0
  2533
				label      	(object SegLabel @103
sl@0
  2534
				    Parent_View 	@102
sl@0
  2535
				    location   	(954, 1525)
sl@0
  2536
				    anchor     	2
sl@0
  2537
				    anchor_loc 	1
sl@0
  2538
				    nlines     	1
sl@0
  2539
				    max_width  	15
sl@0
  2540
				    justify    	0
sl@0
  2541
				    label      	"0..*"
sl@0
  2542
				    pctDist    	0.833333
sl@0
  2543
				    height     	53
sl@0
  2544
				    orientation 	0))))
sl@0
  2545
		    (object AssociationViewNew "iBackup" @104
sl@0
  2546
			location   	(2262, 917)
sl@0
  2547
			label      	(object SegLabel @105
sl@0
  2548
			    Parent_View 	@104
sl@0
  2549
			    location   	(2262, 891)
sl@0
  2550
			    font       	(object Font
sl@0
  2551
				size       	10
sl@0
  2552
				face       	"Arial"
sl@0
  2553
				bold       	FALSE
sl@0
  2554
				italics    	TRUE
sl@0
  2555
				underline  	FALSE
sl@0
  2556
				strike     	FALSE
sl@0
  2557
				color      	0
sl@0
  2558
				default_color 	TRUE)
sl@0
  2559
			    anchor     	1
sl@0
  2560
			    anchor_loc 	1
sl@0
  2561
			    nlines     	1
sl@0
  2562
			    max_width  	600
sl@0
  2563
			    justify    	0
sl@0
  2564
			    label      	"iBackup"
sl@0
  2565
			    pctDist    	0.500000
sl@0
  2566
			    height     	27
sl@0
  2567
			    orientation 	0)
sl@0
  2568
			quidu      	"3587DCB40377"
sl@0
  2569
			roleview_list 	(list RoleViews
sl@0
  2570
			    (object RoleView "$UNNAMED$20" @106
sl@0
  2571
				Parent_View 	@104
sl@0
  2572
				location   	(166, 197)
sl@0
  2573
				quidu      	"3587DCB6019A"
sl@0
  2574
				client     	@104
sl@0
  2575
				supplier   	@96
sl@0
  2576
				line_style 	3
sl@0
  2577
				origin_attachment 	(2262, 917)
sl@0
  2578
				terminal_attachment 	(2262, 743)
sl@0
  2579
				label      	(object SegLabel @107
sl@0
  2580
				    Parent_View 	@106
sl@0
  2581
				    location   	(2212, 799)
sl@0
  2582
				    anchor     	2
sl@0
  2583
				    anchor_loc 	1
sl@0
  2584
				    nlines     	1
sl@0
  2585
				    max_width  	15
sl@0
  2586
				    justify    	0
sl@0
  2587
				    label      	"1..1"
sl@0
  2588
				    pctDist    	0.682119
sl@0
  2589
				    height     	51
sl@0
  2590
				    orientation 	0))
sl@0
  2591
			    (object RoleView "$UNNAMED$19" @108
sl@0
  2592
				Parent_View 	@104
sl@0
  2593
				location   	(166, 197)
sl@0
  2594
				quidu      	"3587DCB60149"
sl@0
  2595
				client     	@104
sl@0
  2596
				supplier   	@97
sl@0
  2597
				line_style 	3
sl@0
  2598
				origin_attachment 	(2262, 917)
sl@0
  2599
				terminal_attachment 	(2262, 1091)
sl@0
  2600
				label      	(object SegLabel @109
sl@0
  2601
				    Parent_View 	@108
sl@0
  2602
				    location   	(2317, 1059)
sl@0
  2603
				    anchor     	2
sl@0
  2604
				    anchor_loc 	1
sl@0
  2605
				    nlines     	1
sl@0
  2606
				    max_width  	15
sl@0
  2607
				    justify    	0
sl@0
  2608
				    label      	"1..1"
sl@0
  2609
				    pctDist    	0.816092
sl@0
  2610
				    height     	55
sl@0
  2611
				    orientation 	0))))
sl@0
  2612
		    (object ClassView "Class" "CScheduleIndex" @110
sl@0
  2613
			IncludeAttribute 	TRUE
sl@0
  2614
			IncludeOperation 	TRUE
sl@0
  2615
			location   	(656, 784)
sl@0
  2616
			label      	(object ItemLabel
sl@0
  2617
			    Parent_View 	@110
sl@0
  2618
			    location   	(213, 653)
sl@0
  2619
			    nlines     	1
sl@0
  2620
			    max_width  	884
sl@0
  2621
			    justify    	0
sl@0
  2622
			    label      	"CScheduleIndex")
sl@0
  2623
			quidu      	"3587DC95028C"
sl@0
  2624
			compartment 	(object Compartment
sl@0
  2625
			    Parent_View 	@110
sl@0
  2626
			    location   	(187, 713)
sl@0
  2627
			    anchor     	2
sl@0
  2628
			    nlines     	4
sl@0
  2629
			    max_width  	294)
sl@0
  2630
			width      	956
sl@0
  2631
			height     	286
sl@0
  2632
			autoResize 	TRUE)
sl@0
  2633
		    (object ClassView "Class" "TScheduleIndexEntry" @111
sl@0
  2634
			location   	(560, 224)
sl@0
  2635
			label      	(object ItemLabel
sl@0
  2636
			    Parent_View 	@111
sl@0
  2637
			    location   	(350, 68)
sl@0
  2638
			    nlines     	1
sl@0
  2639
			    max_width  	418
sl@0
  2640
			    justify    	0
sl@0
  2641
			    label      	"TScheduleIndexEntry")
sl@0
  2642
			quidu      	"3588F2210143"
sl@0
  2643
			compartment 	(object Compartment
sl@0
  2644
			    Parent_View 	@111
sl@0
  2645
			    location   	(343, 128)
sl@0
  2646
			    anchor     	2
sl@0
  2647
			    nlines     	5
sl@0
  2648
			    max_width  	403
sl@0
  2649
			    compartmentItems 	(list Compartment
sl@0
  2650
				"ExternalizeL( )"
sl@0
  2651
				"InternalizeL( )"
sl@0
  2652
				"iStreamId : TStreamId"
sl@0
  2653
				"iScheduleId : TInt"))
sl@0
  2654
			width      	452
sl@0
  2655
			height     	336
sl@0
  2656
			autoResize 	TRUE)
sl@0
  2657
		    (object AssociationViewNew "iEntries" @112
sl@0
  2658
			location   	(537, 516)
sl@0
  2659
			label      	(object SegLabel @113
sl@0
  2660
			    Parent_View 	@112
sl@0
  2661
			    location   	(533, 488)
sl@0
  2662
			    font       	(object Font
sl@0
  2663
				size       	10
sl@0
  2664
				face       	"Arial"
sl@0
  2665
				bold       	FALSE
sl@0
  2666
				italics    	TRUE
sl@0
  2667
				underline  	FALSE
sl@0
  2668
				strike     	FALSE
sl@0
  2669
				color      	0
sl@0
  2670
				default_color 	TRUE)
sl@0
  2671
			    anchor     	1
sl@0
  2672
			    anchor_loc 	1
sl@0
  2673
			    nlines     	1
sl@0
  2674
			    max_width  	600
sl@0
  2675
			    justify    	0
sl@0
  2676
			    label      	"iEntries"
sl@0
  2677
			    pctDist    	0.450000
sl@0
  2678
			    height     	29
sl@0
  2679
			    orientation 	0)
sl@0
  2680
			quidu      	"3588F2700223"
sl@0
  2681
			roleview_list 	(list RoleViews
sl@0
  2682
			    (object RoleView "$UNNAMED$44" @114
sl@0
  2683
				Parent_View 	@112
sl@0
  2684
				location   	(9, 292)
sl@0
  2685
				quidu      	"3588F27003E6"
sl@0
  2686
				client     	@112
sl@0
  2687
				supplier   	@110
sl@0
  2688
				line_style 	3
sl@0
  2689
				origin_attachment 	(537, 516)
sl@0
  2690
				terminal_attachment 	(537, 641)
sl@0
  2691
				label      	(object SegLabel @115
sl@0
  2692
				    Parent_View 	@114
sl@0
  2693
				    location   	(592, 614)
sl@0
  2694
				    anchor     	2
sl@0
  2695
				    anchor_loc 	1
sl@0
  2696
				    nlines     	1
sl@0
  2697
				    max_width  	15
sl@0
  2698
				    justify    	0
sl@0
  2699
				    label      	"1..1"
sl@0
  2700
				    pctDist    	0.795620
sl@0
  2701
				    height     	55
sl@0
  2702
				    orientation 	0))
sl@0
  2703
			    (object RoleView "$UNNAMED$45" @116
sl@0
  2704
				Parent_View 	@112
sl@0
  2705
				location   	(9, 292)
sl@0
  2706
				quidu      	"3588F271003A"
sl@0
  2707
				client     	@112
sl@0
  2708
				supplier   	@111
sl@0
  2709
				line_style 	3
sl@0
  2710
				origin_attachment 	(537, 516)
sl@0
  2711
				terminal_attachment 	(537, 392)
sl@0
  2712
				label      	(object SegLabel @117
sl@0
  2713
				    Parent_View 	@116
sl@0
  2714
				    location   	(606, 422)
sl@0
  2715
				    anchor     	2
sl@0
  2716
				    anchor_loc 	1
sl@0
  2717
				    nlines     	1
sl@0
  2718
				    max_width  	15
sl@0
  2719
				    justify    	0
sl@0
  2720
				    label      	"0..*"
sl@0
  2721
				    pctDist    	0.758065
sl@0
  2722
				    height     	69
sl@0
  2723
				    orientation 	1))))
sl@0
  2724
		    (object UsesView "" @118
sl@0
  2725
			quidu      	"3587E067001C"
sl@0
  2726
			client     	@110
sl@0
  2727
			supplier   	@95
sl@0
  2728
			line_style 	3
sl@0
  2729
			origin_attachment 	(362, 927)
sl@0
  2730
			terminal_attachment 	(362, 1315))
sl@0
  2731
		    (object UsesView "" @119
sl@0
  2732
			quidu      	"3587E1C4008C"
sl@0
  2733
			client     	@96
sl@0
  2734
			supplier   	@95
sl@0
  2735
			vertices   	(list Points
sl@0
  2736
			    (1981, 743)
sl@0
  2737
			    (1981, 1072)
sl@0
  2738
			    (631, 1072)
sl@0
  2739
			    (631, 1315))
sl@0
  2740
			line_style 	3
sl@0
  2741
			origin_attachment 	(1981, 743)
sl@0
  2742
			terminal_attachment 	(631, 1315))
sl@0
  2743
		    (object UsesView "" @120
sl@0
  2744
			quidu      	"3587E061038E"
sl@0
  2745
			client     	@96
sl@0
  2746
			supplier   	@110
sl@0
  2747
			line_style 	3
sl@0
  2748
			origin_attachment 	(1795, 687)
sl@0
  2749
			terminal_attachment 	(1134, 687))
sl@0
  2750
		    (object UsesView "" @121
sl@0
  2751
			quidu      	"3588F2E200FB"
sl@0
  2752
			client     	@96
sl@0
  2753
			supplier   	@111
sl@0
  2754
			line_style 	3
sl@0
  2755
			origin_attachment 	(1795, 353)
sl@0
  2756
			terminal_attachment 	(786, 353))))
sl@0
  2757
	    (object ClassDiagram "Client-side"
sl@0
  2758
		quid       	"3588FA630175"
sl@0
  2759
		title      	"Client-side"
sl@0
  2760
		zoom       	100
sl@0
  2761
		max_height 	28350
sl@0
  2762
		max_width  	21600
sl@0
  2763
		origin_x   	0
sl@0
  2764
		origin_y   	0
sl@0
  2765
		items      	(list diagram_item_list
sl@0
  2766
		    (object ClassView "Class" "RScheduler" @122
sl@0
  2767
			location   	(800, 672)
sl@0
  2768
			label      	(object ItemLabel
sl@0
  2769
			    Parent_View 	@122
sl@0
  2770
			    location   	(554, 291)
sl@0
  2771
			    nlines     	1
sl@0
  2772
			    max_width  	490
sl@0
  2773
			    justify    	0
sl@0
  2774
			    label      	"RScheduler")
sl@0
  2775
			quidu      	"3588FA6800AA"
sl@0
  2776
			compartment 	(object Compartment
sl@0
  2777
			    Parent_View 	@122
sl@0
  2778
			    location   	(544, 351)
sl@0
  2779
			    anchor     	2
sl@0
  2780
			    nlines     	14
sl@0
  2781
			    max_width  	519
sl@0
  2782
			    compartmentItems 	(list Compartment
sl@0
  2783
				"Register( )"
sl@0
  2784
				"CreatePersistentSchedule( )"
sl@0
  2785
				"DeleteSchedule( )"
sl@0
  2786
				"DisableSchedule( )"
sl@0
  2787
				"EnableSchedule( )"
sl@0
  2788
				"EditSchedule( )"
sl@0
  2789
				"ScheduleTask( )"
sl@0
  2790
				"DeleteTask( )"
sl@0
  2791
				"GetScheduleRefsL( )"
sl@0
  2792
				"GetScheduleL( )"
sl@0
  2793
				"GetTaskRefsL( )"
sl@0
  2794
				"GetTaskInfoL( )"
sl@0
  2795
				"GetTaskDataSize( )"))
sl@0
  2796
			width      	530
sl@0
  2797
			height     	786
sl@0
  2798
			autoResize 	TRUE)
sl@0
  2799
		    (object ClassView "Class" "TScheduleEntryInfo" @123
sl@0
  2800
			location   	(1792, 976)
sl@0
  2801
			label      	(object ItemLabel
sl@0
  2802
			    Parent_View 	@123
sl@0
  2803
			    location   	(1470, 820)
sl@0
  2804
			    nlines     	1
sl@0
  2805
			    max_width  	643
sl@0
  2806
			    justify    	0
sl@0
  2807
			    label      	"TScheduleEntryInfo")
sl@0
  2808
			quidu      	"3588FA7702BE"
sl@0
  2809
			compartment 	(object Compartment
sl@0
  2810
			    Parent_View 	@123
sl@0
  2811
			    location   	(1453, 880)
sl@0
  2812
			    anchor     	2
sl@0
  2813
			    nlines     	5
sl@0
  2814
			    max_width  	684
sl@0
  2815
			    compartmentItems 	(list Compartment
sl@0
  2816
				"iIntervalType : TIntervalType"
sl@0
  2817
				"iInterval : TInterval"
sl@0
  2818
				"iStartTime : TTime"
sl@0
  2819
				"iValidityPeriod : TTimeIntervalMinutes"))
sl@0
  2820
			width      	696
sl@0
  2821
			height     	336
sl@0
  2822
			autoResize 	TRUE)
sl@0
  2823
		    (object ClassView "Class" "TTaskInfo" @124
sl@0
  2824
			location   	(1600, 1408)
sl@0
  2825
			label      	(object ItemLabel
sl@0
  2826
			    Parent_View 	@124
sl@0
  2827
			    location   	(1460, 1252)
sl@0
  2828
			    nlines     	1
sl@0
  2829
			    max_width  	279
sl@0
  2830
			    justify    	0
sl@0
  2831
			    label      	"TTaskInfo")
sl@0
  2832
			quidu      	"3587DA760264"
sl@0
  2833
			compartment 	(object Compartment
sl@0
  2834
			    Parent_View 	@124
sl@0
  2835
			    location   	(1458, 1312)
sl@0
  2836
			    anchor     	2
sl@0
  2837
			    nlines     	5
sl@0
  2838
			    max_width  	281
sl@0
  2839
			    compartmentItems 	(list Compartment
sl@0
  2840
				"iRepeat : TInt"
sl@0
  2841
				"iName : TName"
sl@0
  2842
				"iTaskId : TInt"
sl@0
  2843
				"iPriority : TInt"))
sl@0
  2844
			width      	302
sl@0
  2845
			height     	336
sl@0
  2846
			autoResize 	TRUE)
sl@0
  2847
		    (object UsesView "" @125
sl@0
  2848
			quidu      	"3588FB460095"
sl@0
  2849
			client     	@122
sl@0
  2850
			supplier   	@123
sl@0
  2851
			line_style 	3
sl@0
  2852
			origin_attachment 	(1065, 956)
sl@0
  2853
			terminal_attachment 	(1444, 956))
sl@0
  2854
		    (object UsesView "" @126
sl@0
  2855
			quidu      	"3588FB490220"
sl@0
  2856
			client     	@122
sl@0
  2857
			supplier   	@124
sl@0
  2858
			vertices   	(list Points
sl@0
  2859
			    (819, 1065)
sl@0
  2860
			    (819, 1424)
sl@0
  2861
			    (1449, 1424))
sl@0
  2862
			line_style 	3
sl@0
  2863
			origin_attachment 	(800, 1065)
sl@0
  2864
			terminal_attachment 	(1449, 1408))
sl@0
  2865
		    (object NoteView @127
sl@0
  2866
			location   	(480, 1296)
sl@0
  2867
			label      	(object ItemLabel
sl@0
  2868
			    Parent_View 	@127
sl@0
  2869
			    location   	(258, 1118)
sl@0
  2870
			    nlines     	7
sl@0
  2871
			    max_width  	409
sl@0
  2872
			    label      	
sl@0
  2873
|This diagram shows the classes 
sl@0
  2874
|which are visible to clients: that is, they make up part of the interface
sl@0
  2875
			    )
sl@0
  2876
			width      	469
sl@0
  2877
			height     	369)
sl@0
  2878
		    (object ClassView "Class" "TScheduleState" @128
sl@0
  2879
			IncludeAttribute 	TRUE
sl@0
  2880
			location   	(1632, 560)
sl@0
  2881
			label      	(object ItemLabel
sl@0
  2882
			    Parent_View 	@128
sl@0
  2883
			    location   	(1471, 404)
sl@0
  2884
			    nlines     	1
sl@0
  2885
			    max_width  	320
sl@0
  2886
			    justify    	0
sl@0
  2887
			    label      	"TScheduleState")
sl@0
  2888
			quidu      	"358FA35103AF"
sl@0
  2889
			width      	346
sl@0
  2890
			height     	336
sl@0
  2891
			autoResize 	TRUE)
sl@0
  2892
		    (object UsesView "" @129
sl@0
  2893
			quidu      	"358FA3AB02BE"
sl@0
  2894
			client     	@122
sl@0
  2895
			supplier   	@128
sl@0
  2896
			line_style 	3
sl@0
  2897
			origin_attachment 	(1065, 659)
sl@0
  2898
			terminal_attachment 	(1459, 659))
sl@0
  2899
		    (object ClassView "Class" "TSchedulerItemRef" @130
sl@0
  2900
			location   	(1648, 208)
sl@0
  2901
			label      	(object ItemLabel
sl@0
  2902
			    Parent_View 	@130
sl@0
  2903
			    location   	(1463, 102)
sl@0
  2904
			    nlines     	1
sl@0
  2905
			    max_width  	368
sl@0
  2906
			    justify    	0
sl@0
  2907
			    label      	"TSchedulerItemRef")
sl@0
  2908
			quidu      	"358FAACE01FD"
sl@0
  2909
			compartment 	(object Compartment
sl@0
  2910
			    Parent_View 	@130
sl@0
  2911
			    location   	(1458, 162)
sl@0
  2912
			    anchor     	2
sl@0
  2913
			    nlines     	3
sl@0
  2914
			    max_width  	291
sl@0
  2915
			    compartmentItems 	(list Compartment
sl@0
  2916
				"iName : TName"
sl@0
  2917
				"iHandle : TInt"))
sl@0
  2918
			width      	398
sl@0
  2919
			height     	236
sl@0
  2920
			autoResize 	TRUE)
sl@0
  2921
		    (object UsesView "" @131
sl@0
  2922
			quidu      	"358FAB050351"
sl@0
  2923
			client     	@122
sl@0
  2924
			supplier   	@130
sl@0
  2925
			vertices   	(list Points
sl@0
  2926
			    (1022, 279)
sl@0
  2927
			    (1022, 222)
sl@0
  2928
			    (1449, 222))
sl@0
  2929
			line_style 	3
sl@0
  2930
			origin_attachment 	(1065, 302)
sl@0
  2931
			terminal_attachment 	(1449, 302))))
sl@0
  2932
	    (object ClassDiagram "Main"
sl@0
  2933
		quid       	"358F97CC011B"
sl@0
  2934
		title      	"Main"
sl@0
  2935
		zoom       	100
sl@0
  2936
		max_height 	28350
sl@0
  2937
		max_width  	21600
sl@0
  2938
		origin_x   	0
sl@0
  2939
		origin_y   	0
sl@0
  2940
		items      	(list diagram_item_list))))
sl@0
  2941
    root_subsystem 	(object SubSystem "Component View"
sl@0
  2942
	quid       	"34B4B32D038C"
sl@0
  2943
	physical_models 	(list unit_reference_list)
sl@0
  2944
	physical_presentations 	(list unit_reference_list
sl@0
  2945
	    (object Module_Diagram "Main"
sl@0
  2946
		quid       	"358F97CC012E"
sl@0
  2947
		title      	"Main"
sl@0
  2948
		zoom       	100
sl@0
  2949
		max_height 	28350
sl@0
  2950
		max_width  	21600
sl@0
  2951
		origin_x   	0
sl@0
  2952
		origin_y   	0
sl@0
  2953
		items      	(list diagram_item_list))))
sl@0
  2954
    process_structure 	(object Processes
sl@0
  2955
	quid       	"34B4B32D038D"
sl@0
  2956
	ProcsNDevs 	(list
sl@0
  2957
	    (object Process_Diagram "Deployment View"
sl@0
  2958
		quid       	"358F97CC011A"
sl@0
  2959
		title      	"Deployment View"
sl@0
  2960
		zoom       	100
sl@0
  2961
		max_height 	28350
sl@0
  2962
		max_width  	21600
sl@0
  2963
		origin_x   	0
sl@0
  2964
		origin_y   	0
sl@0
  2965
		items      	(list diagram_item_list))))
sl@0
  2966
    properties 	(object Properties
sl@0
  2967
	attributes 	(list Attribute_Set
sl@0
  2968
	    (object Attribute
sl@0
  2969
		tool       	"cg"
sl@0
  2970
		name       	"roseId"
sl@0
  2971
		value      	"753117540")
sl@0
  2972
	    (object Attribute
sl@0
  2973
		tool       	"cg"
sl@0
  2974
		name       	"propertyId"
sl@0
  2975
		value      	"809135966")
sl@0
  2976
	    (object Attribute
sl@0
  2977
		tool       	"cg"
sl@0
  2978
		name       	"default__Project"
sl@0
  2979
		value      	(list Attribute_Set
sl@0
  2980
		    (object Attribute
sl@0
  2981
			tool       	"cg"
sl@0
  2982
			name       	"project"
sl@0
  2983
			value      	" "))))
sl@0
  2984
	quid       	"34B4B32D038E"))