AIMA.Core.Logic.FOL.Parsing.AST.Constant.getArgs C# (CSharp) Method

getArgs() public method

public getArgs ( ) : List
return List
        public List<FOLNode> getArgs()
        {
            // Is not Compound, therefore should
            // return null for its arguments
            return null;
        }