AIMA.Core.Logic.FOL.Unifier.op C# (CSharp) Method

op() private method

private op ( FOLNode x ) : String
x FOLNode
return String
        private String op(FOLNode x)
        {
            return x.getSymbolicName();
        }