Uses of Class
alice.tuprolog.Library

Packages that use Library
alice.tuprolog   
alice.tuprolog.lib   
 

Uses of Library in alice.tuprolog
 

Methods in alice.tuprolog that return Library
 Library Prolog.loadLibrary(java.lang.String className)
          Loads a library.
 Library Prolog.getLibrary(java.lang.String name)
          Gets the reference to a loaded library
 

Methods in alice.tuprolog with parameters of type Library
 void Prolog.loadLibrary(Library lib)
          Loads a specific instance of a library If a library with the same name is already present, a warning event is notified
 

Uses of Library in alice.tuprolog.lib
 

Subclasses of Library in alice.tuprolog.lib
 class BasicLibrary
          This class defines a set of basic built-in predicates for the tuProlog engine Library/Theory dependency: none
 class IOLibrary
          This class provides basic I/O predicates.
 class ISOLibrary
          This class represents a tuProlog library providing most of the built-ins predicates and functors defined by ISO standard.
 class JavaLibrary
          This class represents a tuProlog library enabling the interaction with the Java environment from tuProlog.
 



DEIS, Universita' di Bologna, Sede di Cesena