Uses of Class
ubc.cs.JLog.Foundation.jPrologServiceThread

Packages that use jPrologServiceThread
ubc.cs.JLog.Foundation   
 

Uses of jPrologServiceThread in ubc.cs.JLog.Foundation
 

Subclasses of jPrologServiceThread in ubc.cs.JLog.Foundation
 class jAPIConsultThread
          This class implements consulting of a prolog source text, throwing exceptions for encountered errors.
 class jAPIQueryThread
          This class is the thread that attempts to prove a query.
 class jConsultAndQueryThread
          This class implements a prolog consult, followed by a query.
 class jConsultSourceThread
          This class implements consulting of a prolog source text.
 class jResetDatabaseThread
           
 class jRetryQueryThread
          This abstract class specifies the methods needed for jPrologServiceThread based classes which support user queries.
 class jUserQueryThread
          This class is the thread that attempts to prove a user query.
 

Fields in ubc.cs.JLog.Foundation declared as jPrologServiceThread
protected  jPrologServiceThread jThreadStoppedEvent.thread
           
protected  jPrologServiceThread jPrologServices.thread
           
 

Methods in ubc.cs.JLog.Foundation that return jPrologServiceThread
 jPrologServiceThread jThreadStoppedEvent.getThread()
           
 

Methods in ubc.cs.JLog.Foundation with parameters of type jPrologServiceThread
 boolean jPrologServices.start(jPrologServiceThread t)
          Starts a prolog services of a given type.
 

Constructors in ubc.cs.JLog.Foundation with parameters of type jPrologServiceThread
jThreadStoppedEvent(jPrologServiceThread t)
           
 



Copyright © 2011. All Rights Reserved.