Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration/Analysis/IGrammarEnumerationAnalyzer.cs @ 15861

Last change on this file since 15861 was 15821, checked in by lkammere, 6 years ago

#2886 Move code for visualization and logging of sentences to separate classes.

File size: 284 bytes
Line 
1using HeuristicLab.Core;
2
3namespace 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.