Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/documentation/struct.txt @ 6041

Last change on this file since 6041 was 4598, checked in by cneumuel, 14 years ago

worked on implementation new data layer and server components (#1233)

File size: 740 bytes
Line 
1HeuristicLab.Hive
2 // general plugin, which needs to be included when working with hive
3 # IJob.cs
4
5HeuristicLab.Clients.Hive
6 + ServiceClients
7 # HiveClient.cs // abstracts all the service calls
8 # HiveExperiment.cs
9 
10HeuristicLab.Clients.Hive.Views
11 # HiveExperimentView.cs
12
13HeuristicLab.Clients.Hive.Slave
14 // all the slave logic
15 # Slave
16 
17HeuristicLab.Clients.Hive.Slave.Views
18 + WindowsService
19 + HL.Application
20 
21HeuristicLab.Services.Hive
22 // This is hive server, it implements the service
23 
24 
25HeuristicLab.Services.Hive.Common
26 // Common plugin also referenced by the client
27 + ServiceContracts
28   # IHiveService.cs
29 + DataTransfer
30
31HeuristicLab.Services.Hive.DataAccess
32 // defines LinqToSql mapping
Note: See TracBrowser for help on using the repository browser.