AIMA.Core.Logic.FOL.Unifier.isCompound C# (CSharp) 메소드

isCompound() 개인적인 메소드

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