Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.1/sources/HeuristicLab.Communication.Operators/HeuristicLabCommunicationOperatorsPlugin.cs @ 583

Last change on this file since 583 was 583, checked in by abeham, 16 years ago

Adding communication framework to branch 3.1 (ticket #278)

File size: 812 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using HeuristicLab.PluginInfrastructure;
5
6namespace HeuristicLab.Communication.Operators {
7  [ClassInfo(Name = "HeuristicLab.Communication.Operators")]
8  [PluginFile(Filename = "HeuristicLab.Communication.Operators.dll", Filetype = PluginFileType.Assembly)]
9  [Dependency(Dependency = "HeuristicLab.Core")]
10  [Dependency(Dependency = "HeuristicLab.Data")]
11  [Dependency(Dependency = "HeuristicLab.Operators")]
12  [Dependency(Dependency = "HeuristicLab.Operators.Programmable")]
13  [Dependency(Dependency = "HeuristicLab.Random")]
14  [Dependency(Dependency = "HeuristicLab.Communication.Data")]
15  [Dependency(Dependency = "HeuristicLab.Constraints")]
16  public class HeuristicLabCommunicationOperatorsPlugin : PluginBase {
17  }
18}
Note: See TracBrowser for help on using the repository browser.