AIMA.Core.Logic.Propositional.Algorithms.PLFCEntails.HornClause.head C# (CSharp) Method

head() public method

public head ( ) : Symbol
return AIMA.Core.Logic.Propositional.Parsing.Ast.Symbol
            public Symbol head()
            {

                return _head;
            }