Deprecated API

Deprecated Fields
jpl.fli.Prolog.TERM
          use Prolog.COMPOUND 
 

Deprecated Methods
jpl.Compound.arg0(int)
            
jpl.Variable.args()
            
jpl.Term.args()
            
jpl.Query.args()
          Use .goal().args() instead. 
jpl.JVoid.args()
            
jpl.JRef.args()
            
jpl.JBoolean.args()
            
jpl.Integer.args()
            
jpl.Float.args()
            
jpl.Compound.args()
            
jpl.Variable.debugString()
            
jpl.Term.debugString()
            
jpl.Query.debugString()
            
jpl.JVoid.debugString()
            
jpl.JRef.debugString()
            
jpl.JBoolean.debugString()
            
jpl.Integer.debugString()
            
jpl.Float.debugString()
            
jpl.Compound.debugString()
            
jpl.Atom.debugString()
            
jpl.Term.debugString(Term[])
            
jpl.JPL.halt()
            
jpl.Query.name()
          Use .goal().name() instead. 
jpl.Query.query()
          Use .hasSolution() instead. JPL will attempt to call this Query's goal within the attached Prolog engine. 
jpl.Integer.value()
            
jpl.Float.value()
            
 

Deprecated Constructors
jpl.Variable()
          use Variable(String name) instead