Closed DavidPiringer closed 2 years ago
Adds the following clear methods in ISymbolicExpressionGrammarBase to clear allowed child symbols:
ISymbolicExpressionGrammarBase
ClearAllowedChildSymbols(ISymbol parent)
ClearAllAllowedChildSymbols()
The methods are implemented/overwritten in:
SymbolicExpressionGrammarBase
SymbolicExpressionGrammar
EmptySymbolicExpressionTreeGrammar
Adds the following clear methods in
ISymbolicExpressionGrammarBase
to clear allowed child symbols:ClearAllowedChildSymbols(ISymbol parent)
: clears all allowed child symbols for a specific parent symbolClearAllAllowedChildSymbols()
: clears all allowed childs symbols for all symbolsThe methods are implemented/overwritten in:
SymbolicExpressionGrammarBase
SymbolicExpressionGrammar
EmptySymbolicExpressionTreeGrammar