AIMA.Core.Logic.FOL.StandardizeApartResult.getReverseSubstitution C# (CSharp) Method

getReverseSubstitution() public method

public getReverseSubstitution ( ) : Term>.Dictionary
return Term>.Dictionary
        public Dictionary<Variable, Term> getReverseSubstitution()
        {
            return reverseSubstitution;
        }
    }