Package stanfordlogic.prover

Examples of stanfordlogic.prover.TermFunction


   
    public void testFunctionVarMapping()
    {
        Fact f1 = makeFact("legal ?x");
       
        TermFunction tf = getTermFunction("mark ?y ?z");
       
        TermVariable varX = getVariable("?x");
        TermVariable varY = getVariable("?y");
        TermVariable varZ = getVariable("?z");
       
View Full Code Here

TOP

Related Classes of stanfordlogic.prover.TermFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.