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 | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using HeuristicLab.PluginInfrastructure;
|
---|
5 |
|
---|
6 | namespace 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.