Last change
on this file since 15821 was
15821,
checked in by lkammere, 7 years ago
|
#2886 Move code for visualization and logging of sentences to separate classes.
|
File size:
284 bytes
|
Rev | Line | |
---|
[15821] | 1 | using HeuristicLab.Core;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration {
|
---|
| 4 | public interface IGrammarEnumerationAnalyzer : IItem {
|
---|
| 5 | void Register(GrammarEnumerationAlgorithm g);
|
---|
| 6 | void Deregister(GrammarEnumerationAlgorithm algorithm);
|
---|
| 7 | }
|
---|
| 8 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.