Lucene.Net.Util.Automaton Automaton.SetAllowMutate in C# (CSharp): 1 esempio trovato. Questo è il miglior esempio reale in C# (CSharp) per Lucene.Net.Util.Automaton.Automaton.SetAllowMutate, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Sets or resets allow mutate flag. If this flag is set, then all automata operations may modify automata given as input; otherwise, operations will always leave input automata languages unmodified. By default, the flag is not set.