Table of Contents

Class DNF

Namespace
RandomizerCore.StringLogic
Assembly
RandomizerCore.dll

Utility methods for dealing with logic in DNF form.

public static class DNF
Inheritance
DNF
Inherited Members

Methods

ToInfix(List<TermToken>)

public static string ToInfix(List<TermToken> conjunction)

Parameters

conjunction List<TermToken>

Returns

string

ToInfix(List<List<TermToken>>)

public static string ToInfix(List<List<TermToken>> dnf)

Parameters

dnf List<List<TermToken>>

Returns

string