AIMA.Core.Logic.FOL.Parsing.AST.Constant.getArgs C# (CSharp) 메소드

getArgs() 공개 메소드

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