Uses of Interface
ubc.cs.JLog.Foundation.iPrologFileServices

Packages that use iPrologFileServices
ubc.cs.JLog.Foundation   
 

Uses of iPrologFileServices in ubc.cs.JLog.Foundation
 

Classes in ubc.cs.JLog.Foundation that implement iPrologFileServices
 class jPrologFileServices
           
 

Fields in ubc.cs.JLog.Foundation declared as iPrologFileServices
protected  iPrologFileServices jPrologServices.fileservices
           
 

Methods in ubc.cs.JLog.Foundation that return iPrologFileServices
 iPrologFileServices jPrologServices.getFileServices()
          Gets the file services object.
 

Methods in ubc.cs.JLog.Foundation with parameters of type iPrologFileServices
 void jPrologServices.setFileServices(iPrologFileServices fs)
          Sets the file services object.
 

Constructors in ubc.cs.JLog.Foundation with parameters of type iPrologFileServices
jPrologAPI(InputStream source, iPrologFileServices fs, PrintWriter output, BufferedReader input, Object ae)
          Complete constructor instantiates a bare-bones Prolog engine, sets the external services to those provided, and consults the given source input stream.
jPrologAPI(String source, iPrologFileServices fs, PrintWriter output, BufferedReader input, Object ae)
          Complete constructor instantiates a bare-bones Prolog engine, sets the external services to those provided, and consults the given source string.
 



Copyright © 2011. All Rights Reserved.