Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/24/14 16:46:06 (9 years ago)
Author:
mkommend
Message:

#2268: Corrected access modifiers in SymbolicExpressionGrammarBase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Grammars/SymbolicExpressionGrammarBase.cs

    r11494 r11495  
    6464
    6565    private bool suppressEvents;
    66     protected internal Dictionary<string, ISymbol> symbols;
    67     protected internal Dictionary<string, Tuple<int, int>> symbolSubtreeCount;
    68     protected internal Dictionary<string, List<string>> allowedChildSymbols;
    69     protected internal Dictionary<Tuple<string, int>, List<string>> allowedChildSymbolsPerIndex;
     66    protected Dictionary<string, ISymbol> symbols;
     67    protected Dictionary<string, Tuple<int, int>> symbolSubtreeCount;
     68    protected Dictionary<string, List<string>> allowedChildSymbols;
     69    protected Dictionary<Tuple<string, int>, List<string>> allowedChildSymbolsPerIndex;
    7070
    7171    public override bool CanChangeName {
Note: See TracChangeset for help on using the changeset viewer.