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

isCompound() private method

private isCompound ( FOLNode x ) : bool
x FOLNode
return bool
        private bool isCompound(FOLNode x)
        {
            return x.isCompound();
        }