A B C D E F G H I J L M N O P R S T U W

G

getArity() - Method in class com.ugos.JIProlog.engine.JIPFunctor
Returns the arity of this JIPFunctor object
getArity() - Method in class com.ugos.JIProlog.engine.JIPClausesDatabase
Returns the arity of the functor associated to this database
getBody() - Method in class com.ugos.JIProlog.engine.JIPClause
Returns the body of this JIPClause object
getCurrentInputStream() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets current InputStream
getCurrentInputStreamName() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets current InputStream Name
getCurrentOutputStream() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets current OutputStream
getCurrentOutputStreamName() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets current OutputStream Name
getDatabase() - Method in class com.ugos.JIProlog.engine.JIPClausesEnumeration
Gets the database associated to this enumeration
getDefinition() - Method in class com.ugos.JIProlog.engine.JIPFunctor
Returns the definition name of this JIPfunctor object - /
getEnvVariable(String) - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets the value of a custom environment variable.
getError() - Method in class com.ugos.JIProlog.engine.JIPErrorEvent
Gets the error message
getErrorNumber() - Method in class com.ugos.JIProlog.engine.JIPRuntimeException
Gets the error number
getErrorNumber() - Method in class com.ugos.JIProlog.engine.JIPErrorEvent
Gets the error number
getEventListeners() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets the list of JIPEventListeners
getException() - Method in class com.ugos.JIProlog.engine.JIPErrorEvent
Gets the error number
getFileName() - Method in class com.ugos.JIProlog.engine.JIPRuntimeException
Gets the file name where the exception was raised
getFileName() - Method in class com.ugos.JIProlog.engine.JIPErrorEvent
Gets the file name where the error was raised
getFunctorName() - Method in class com.ugos.JIProlog.engine.JIPClausesDatabase
Returns the name of the functor associated to this database
getHead() - Method in class com.ugos.JIProlog.engine.JIPList
Returns the head of this JIPList object
getHead() - Method in class com.ugos.JIProlog.engine.JIPCons
Returns the head of this JIPCons object
getHead() - Method in class com.ugos.JIProlog.engine.JIPClause
Returns the predicate in the head of this JIPClause object
getHeight() - Method in class com.ugos.JIProlog.engine.JIPCons
Returns the number of elements in this cons object.
getID() - Method in class com.ugos.JIProlog.engine.JIPEvent
Gets the ID of this JIPEvent object
getInfo() - Static method in class com.ugos.JIProlog.engine.JIPEngine
Returns JIProlog info
getInstantiatedVariables() - Method in class com.ugos.JIProlog.client.JIPSolution
Returns an hashtable containing all instantiated variables in the solution.
getJIPEngine() - Method in class com.ugos.JIProlog.engine.JIPXCall
Returns the current running JIPEngine object
getJIPEngine() - Method in class com.ugos.JIProlog.engine.JIPClausesDatabase
Returns the JIPEngine object attached to this database
getLevel() - Method in class com.ugos.JIProlog.engine.JIPTraceEvent
Gets the trace level
getLicenseInfo() - Static method in class com.ugos.JIProlog.engine.JIPEngine
Returns JIProlog license info
getLicenseType() - Static method in class com.ugos.JIProlog.engine.JIPEngine
Returns the license type or null if JIProlog is not registered
getLineNumber() - Method in class com.ugos.JIProlog.engine.JIPRuntimeException
Gets the line number where the exception was raised
getLineNumber() - Method in class com.ugos.JIProlog.engine.JIPErrorEvent
Gets the line number where the error was raised
getMainFrame() - Method in class com.ugos.JIProlog.engine.JIPEngine
Returns the Main Frame of this instance of JIPEngine.
getMessage() - Method in class com.ugos.JIProlog.engine.JIPRuntimeException
Gets the error message
getName() - Method in class com.ugos.JIProlog.engine.JIPVariable
Returns the name of the variable
getName() - Method in class com.ugos.JIProlog.engine.JIPFunctor
Returns the name of this JIPfunctor object
getName() - Method in class com.ugos.JIProlog.engine.JIPAtom
Returns a string rapresentation of this atom
getNth(int) - Method in class com.ugos.JIProlog.engine.JIPList
Returns the nth term in this list.
getNth(int) - Method in class com.ugos.JIProlog.engine.JIPCons
Returns the nth term in this cons.
getParams() - Method in class com.ugos.JIProlog.engine.JIPFunctor
Returns the list of parameters of this JIPFunctor object
getPosition() - Method in class com.ugos.JIProlog.engine.JIPRuntimeException
Gets the position where the exception was raised
getPosition() - Method in class com.ugos.JIProlog.engine.JIPErrorEvent
Gets the position where the error was raised
getPredicate() - Method in class com.ugos.JIProlog.engine.JIPXCall
Returns the functor of the predicate invoking this instance of JIPXCall class
getQueryHandle() - Method in class com.ugos.JIProlog.engine.JIPXCall
Returns the handle of the current running query
getQueryHandle() - Method in class com.ugos.JIProlog.engine.JIPEvent
Gets the handle of the query related to this JIPEvent object
getSearchPath() - Method in class com.ugos.JIProlog.engine.JIPEngine
returns the search path of this instance of JIPEngine.
getSolution() - Method in class com.ugos.JIProlog.client.JIPSolution
Returns a string representation of the solution.
getSource() - Method in class com.ugos.JIProlog.engine.JIPEvent
Gets the source of this JIPEvent object
getTail() - Method in class com.ugos.JIProlog.engine.JIPList
Returns the tail of this JIPList object
getTail() - Method in class com.ugos.JIProlog.engine.JIPCons
Returns the tail of this JIPCons object
getTerm() - Method in class com.ugos.JIProlog.engine.JIPSyntaxErrorException
Gets the error term associated to this exception
getTerm() - Method in class com.ugos.JIProlog.engine.JIPRuntimeException
Gets the eerror term associated to this exception
getTerm() - Method in class com.ugos.JIProlog.engine.JIPParameterUnboundedException
Gets the error term associated to this exception
getTerm() - Method in class com.ugos.JIProlog.engine.JIPParameterTypeException
Gets the error term associated to this exception
getTerm() - Method in class com.ugos.JIProlog.engine.JIPJVMException
Gets the error term associated to this exception
getTerm() - Method in class com.ugos.JIProlog.engine.JIPEvent
Gets the notified term
getTermParser() - Method in class com.ugos.JIProlog.engine.JIPEngine
Returns the instance of JIPTermParser attached to this JIPEngine object
Use JIPTermParser to parse prolog terms
getTrace() - Method in class com.ugos.JIProlog.engine.JIPEngine
Returns the trace flag.
getTraceListeners() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets the list of JIPTraceListener
getUserInputStream() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets user InputStream
getUserOutputStream() - Method in class com.ugos.JIProlog.engine.JIPEngine
Gets user OutputStream
getValue() - Method in class com.ugos.JIProlog.engine.JIPVariable
If the variable is bounded it returns the JIPTerm object bounded, otherwise it raises a JIPRuntimeException.
getValue() - Method in class com.ugos.JIProlog.engine.JIPString
Returns the string
getValue() - Method in class com.ugos.JIProlog.engine.JIPNumber
Returns the numeric value of this JIPNumber object
getVariables() - Method in class com.ugos.JIProlog.engine.JIPTerm
Gets an array of JIPVariable objects containing the variables in this JIPTerm object
getVariablesTable() - Method in class com.ugos.JIProlog.engine.JIPTerm
Gets an hashtable of JIPVariable objects containing the variables in this JIPTerm object.
getVersion() - Static method in class com.ugos.JIProlog.engine.JIPEngine
Returns the JIProlog version

A B C D E F G H I J L M N O P R S T U W