Class Interpreter


  • public class Interpreter
    extends java.lang.Object

    Title: Interpreter

    Copyright: Copyright (c) 2007

    Company: Clark & Parsia, LLC.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<PartialBinding> getBindings()  
      void reset()
      Remove all facts from the interpreter, leaving the rules intact.
      void restore​(int branch)
      Restore _abox to the given _branch
      void run()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Interpreter

        public Interpreter​(AlphaNetwork alphaNet)
    • Method Detail

      • reset

        public void reset()
        Remove all facts from the interpreter, leaving the rules intact.
      • restore

        public void restore​(int branch)
        Restore _abox to the given _branch
        Parameters:
        branch -
      • run

        public void run()
      • getBindings

        public java.util.Collection<PartialBinding> getBindings()