A B C D E F G H I J K L M N O P Q R S T U V X

A

ADDXSB - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
AND - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
ASCII_UCodeESC_CharStream - class org.semanticweb.utilities.ASCII_UCodeESC_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream(InputStream, int, int) - Constructor for class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Constructor for the ASCII_UCodeESC_CharStream object
ASCII_UCodeESC_CharStream(InputStream, int, int, int) - Constructor for class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Constructor for the ASCII_UCodeESC_CharStream object
ASCII_UCodeESC_CharStream(Reader, int, int) - Constructor for class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Constructor for the ASCII_UCodeESC_CharStream object
ASCII_UCodeESC_CharStream(Reader, int, int, int) - Constructor for class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Constructor for the ASCII_UCodeESC_CharStream object
ASSIGN - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
AT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
AdjustBuffSize() - Method in class org.semanticweb.triple.application.JavaCharStream
 
AdjustBuffSize() - Method in class org.semanticweb.triple.client.JavaCharStream
 
AdjustBuffSize() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
And - class org.semanticweb.triple.language.And.
 
And() - Constructor for class org.semanticweb.triple.language.And
 
ArgList() - Method in class org.semanticweb.triple.parser.LTermParser
 
Atom - class org.semanticweb.triple.language.Atom.
 
Atom() - Constructor for class org.semanticweb.triple.language.Atom
 
add(URL) - Method in interface org.semanticweb.triple.application.TripleService
Add statements or rules in RDF/XML, N3, or TRIPLE syntax, according to the mime type of the URI that contains the data.
add(URL) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Add statements or rules in RDF/XML, N3, or TRIPLE syntax, according to the content type of the URI that contains the data.
addElement(Term) - Method in class org.semanticweb.triple.language.PathExpression
 
addEscapes(String) - Static method in class org.semanticweb.triple.application.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in class org.semanticweb.triple.client.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in class org.semanticweb.triple.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addN3File(String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the N3 definitions provided by the file and adds the content incrementally to the into XSB.
addN3File(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the N3 definitions provided by the file and adds the content incrementally to the into XSB.
addN3Stream(InputStream) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the RDF definitions provided by the InputStream and adds the content temporarily to the internal Knowledge Base into the RDF model whose URI is constructed out of the provided namespace and localname.
addN3Stream(InputStream) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the RDF definitions provided by the InputStream and adds the content temporarily to the internal Knowledge Base into the RDF model whose URI is constructed out of the provided namespace and localname.
addN3String(String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the N3 definitions provided by the file and adds the content incrementally to the into XSB.
addN3String(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the N3 definitions provided by the file and adds the content incrementally to the into XSB.
addOMMExcluded(String) - Method in class org.semanticweb.triple.application.ResultSet
The strings that are added here are excluded from the result.
addRDFFile(String, String, String) - Method in class org.semanticweb.triple.application.PCallback
 
addRDFFile(String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the RDF definitions provided by the file and adds the content incrementally to the into the RDF model whose URI is constructed out of the provided namespace and localname.
addRDFFile(String, String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
 
addRDFFile(String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the RDF definitions provided by the file and adds the content incrementally to the into the RDF model whose URI is constructed out of the provided namespace and localname.
addRDFFile(String, String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
 
addRDFStream(InputStream, String, String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the RDF definitions provided by the InputStream and adds the content temporarily to the internal Knowledge Base into the RDF model whose URI is constructed out of the provided namespace and localname.
addRDFStream(InputStream, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the RDF definitions provided by the InputStream and adds the content temporarily to the internal Knowledge Base into the RDF model whose URI is constructed out of the provided namespace and localname.
addRDFString(String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the RDF definitions provided by the String and adds the content incrementally to the into the RDF model whose URI is constructed out of the provided namespace and localname.
addRDFString(String, String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
 
addRDFString(String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the RDF definitions provided by the String and adds the content incrementally to the into the RDF model whose URI is constructed out of the provided namespace and localname.
addRDFString(String, String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
 
addStatement(Statement) - Method in class org.semanticweb.triple.application.ExternalPrologCallback
 
addStatement(Statement) - Method in class org.semanticweb.triple.application.RDFRemove
This method is called by the RDF parser for every statement that is loaded.
addTripleFile(String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the Triple definitions contained in the file and adds the content incrementally to the internal Knowledge Base.
addTripleFile(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the Triple definitions contained in the file and adds the content incrementally to the internal Knowledge Base.
addTripleStream(InputStream) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the Triple definitions provided by the InputStream and adds the content incrementally to the internal Knowledge Base.
addTripleStream(InputStream) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the Triple definitions provided by the InputStream and adds the content incrementally to the internal Knowledge Base.
addTripleString(String) - Method in interface org.semanticweb.triple.application.TripleService
Compiles the Triple definitions contained in the string and adds the content incrementally to the internal Knowledge Base.
addTripleString(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Compiles the Triple definitions contained in the string and adds the content incrementally to the internal Knowledge Base.
addVariables(ArrayList, HashMap) - Static method in class org.semanticweb.triple.parser.Context
 
addXSBFile(String) - Method in interface org.semanticweb.triple.application.TripleService
Add XSB commands directly (suggested by Jose Luis).
addXSBFile(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Add XSB commands directly (suggested by Jose Luis).
addXSBStream(InputStream) - Method in interface org.semanticweb.triple.application.TripleService
Add XSB commands directly (suggested by Jose Luis).
addXSBStream(InputStream) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Add XSB commands directly (suggested by Jose Luis).
addXSBString(String) - Method in interface org.semanticweb.triple.application.TripleService
Add XSB commands directly (suggested by Jose Luis).
addXSBString(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Add XSB commands directly (suggested by Jose Luis).
add_escapes(String) - Method in class org.semanticweb.triple.application.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in class org.semanticweb.triple.client.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in class org.semanticweb.triple.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
adjustBeginLineColumn(int, int) - Method in class org.semanticweb.triple.application.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.semanticweb.triple.client.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.semanticweb.triple.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Method to adjust line and column numbers for the start of a token.
appendModel(Syntax, StringBuffer) - Method in class org.semanticweb.triple.language.TripleExpression
 
appendModel(Syntax, StringBuffer, boolean) - Method in class org.semanticweb.triple.language.TripleExpression
 
appendPathModel(Syntax, String) - Method in class org.semanticweb.triple.language.PathExpression
 
askTripleQueryFile(String) - Method in interface org.semanticweb.triple.application.TripleService
Ask a query that's stored in a file.
askTripleQueryFile(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Ask a query that's stored in a file.
askTripleQueryStream(InputStream) - Method in interface org.semanticweb.triple.application.TripleService
Ask a query that's in a stream.
askTripleQueryStream(InputStream) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Ask a query that's in a stream.
askTripleQueryString(String) - Method in interface org.semanticweb.triple.application.TripleService
Ask a query that's stored in a string.
askTripleQueryString(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Ask a query that's stored in a string.

B

BY - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
BeginToken() - Method in class org.semanticweb.triple.application.JavaCharStream
 
BeginToken() - Method in class org.semanticweb.triple.client.JavaCharStream
 
BeginToken() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
BeginToken() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
BinSearch - class org.semanticweb.utilities.BinSearch.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
BinSearch() - Constructor for class org.semanticweb.utilities.BinSearch
 
BinaryFormula - class org.semanticweb.triple.language.BinaryFormula.
 
BinaryFormula() - Constructor for class org.semanticweb.triple.language.BinaryFormula
 
Binop1000() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop1100() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop1200() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop400() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop500() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop661() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop680() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop700() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop900() - Method in class org.semanticweb.triple.parser.LTermParser
 
Binop900Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
backup(int) - Method in class org.semanticweb.triple.application.JavaCharStream
 
backup(int) - Method in class org.semanticweb.triple.client.JavaCharStream
 
backup(int) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
backup(int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
beginColumn - Variable in class org.semanticweb.triple.application.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.semanticweb.triple.client.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.semanticweb.triple.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.semanticweb.triple.application.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.semanticweb.triple.client.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.semanticweb.triple.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
binarySearch(Object[], Object, Comparator) - Static method in class org.semanticweb.utilities.BinSearch
Description of the Method
binarySearch(Vector, Object, Comparator) - Static method in class org.semanticweb.utilities.BinSearch
Description of the Method
bufcolumn - Variable in class org.semanticweb.triple.application.JavaCharStream
 
bufcolumn - Variable in class org.semanticweb.triple.client.JavaCharStream
 
bufcolumn - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
buffer - Variable in class org.semanticweb.triple.application.JavaCharStream
 
buffer - Variable in class org.semanticweb.triple.client.JavaCharStream
 
buffer - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
bufline - Variable in class org.semanticweb.triple.application.JavaCharStream
 
bufline - Variable in class org.semanticweb.triple.client.JavaCharStream
 
bufline - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
bufpos - Variable in class org.semanticweb.triple.application.JavaCharStream
 
bufpos - Variable in class org.semanticweb.triple.client.JavaCharStream
 
bufpos - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
bufpos - Variable in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Field
builtinToGLPFormula(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.HornAtom
 

C

COLON - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
COMMA - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
Callback - interface org.semanticweb.triple.parser.Callback.
Interface that implements what? AH
Clause - class org.semanticweb.triple.language.Clause.
 
Clause() - Constructor for class org.semanticweb.triple.language.Clause
 
Clause(Context) - Method in class org.semanticweb.triple.parser.LTermParser
 
ClauseBlock(Context) - Method in class org.semanticweb.triple.parser.LTermParser
 
ClauseSeq(Context) - Method in class org.semanticweb.triple.parser.LTermParser
 
Comparator - interface org.semanticweb.utilities.Comparator.
Description of the Interface
ConstTerm - class org.semanticweb.lp.ConstTerm.
Description of the Class
ConstTerm(String) - Constructor for class org.semanticweb.lp.ConstTerm
Constructor for the ConstTerm object
Context - class org.semanticweb.triple.parser.Context.
Context is used to store and build the parse tree.
Context(Callback) - Constructor for class org.semanticweb.triple.parser.Context
Creates new Context
call(ProgramClause) - Method in interface org.semanticweb.lp.LPParserCallBack
Description of the Method
call_builtin(Term) - Method in interface org.semanticweb.xsb.XSBBuiltin
Description of the Method
clone(ArrayList, LTerm) - Method in class org.semanticweb.triple.parser.Context
 
close() - Method in class org.semanticweb.triple.application.TripleFilterReader
Close reader (not always called).
closeTriple() - Method in interface org.semanticweb.triple.application.TripleService
Cleanup.
closeTriple() - Method in class org.semanticweb.triple.application.TripleServiceImpl
Cleanup
column - Variable in class org.semanticweb.triple.application.JavaCharStream
 
column - Variable in class org.semanticweb.triple.client.JavaCharStream
 
column - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
compare(Object, Object) - Method in class org.semanticweb.triple.application.RankComparator
Compare two numbers.
compare(Object, Object) - Method in interface org.semanticweb.utilities.Comparator
Compare two Objects with respect to ordering.
compare(Object, Object) - Method in class org.semanticweb.utilities.DoubleComparator
Description of the Method
contextDestroyed(ServletContextEvent) - Method in class org.semanticweb.triple.service.Listener
Servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in class org.semanticweb.triple.service.Listener
The "main method", starting point for the web application.
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPAnd
 
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPAtom
Description of the Method
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPEquiv
 
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPExists
Description of the Method
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPForall
Description of the Method
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPImpliedBy
 
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPImplies
 
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPNot
Description of the Method
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLPOr
 
copyFormula(HashMap) - Method in class org.semanticweb.glp.GLogicFormula
Description of the Method
copyTerm(HashMap) - Method in class org.semanticweb.glp.GLPTerm
Description of the Method
copyTerm() - Method in class org.semanticweb.glp.GLPTerm
Description of the Method
copyTerm() - Method in class org.semanticweb.glp.GLPTermConstant
Description of the Method
copyTerm(HashMap) - Method in class org.semanticweb.glp.GLPTermConstant
Description of the Method
copyTerm() - Method in class org.semanticweb.glp.GLPTermDouble
Description of the Method
copyTerm(HashMap) - Method in class org.semanticweb.glp.GLPTermDouble
Description of the Method
copyTerm() - Method in class org.semanticweb.glp.GLPTermFunction
Description of the Method
copyTerm(HashMap) - Method in class org.semanticweb.glp.GLPTermFunction
Description of the Method
copyTerm() - Method in class org.semanticweb.glp.GLPTermInteger
Description of the Method
copyTerm(HashMap) - Method in class org.semanticweb.glp.GLPTermInteger
Description of the Method
copyTerm() - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
copyTerm(HashMap) - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
counter - Static variable in class org.semanticweb.triple.language.Variable
 
curChar - Variable in class org.semanticweb.triple.client.ParserTokenManager
 
curChar - Variable in class org.semanticweb.triple.parser.LTermParserTokenManager
 
currentToken - Variable in class org.semanticweb.triple.application.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in class org.semanticweb.triple.client.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in class org.semanticweb.triple.parser.ParseException
This is the last token that has been consumed successfully.

D

DECIMAL_LITERAL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
DEFAULT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
DEFAULT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
DELETE - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
DIFF - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
DIGIT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
DIGIT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
DOT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
DQ_SYMBOL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
DeleteServlet - class org.semanticweb.triple.service.DeleteServlet.
Servlet to remove things from the Triple knowledge base.
DeleteServlet() - Constructor for class org.semanticweb.triple.service.DeleteServlet
 
Done() - Method in class org.semanticweb.triple.application.JavaCharStream
 
Done() - Method in class org.semanticweb.triple.client.JavaCharStream
 
Done() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
Done() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
Double() - Method in class org.semanticweb.triple.parser.LTermParser
 
DoubleComparator - class org.semanticweb.utilities.DoubleComparator.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
DoubleComparator() - Constructor for class org.semanticweb.utilities.DoubleComparator
 
DoubleTerm - class org.semanticweb.lp.DoubleTerm.
Description of the Class
DoubleTerm(double) - Constructor for class org.semanticweb.lp.DoubleTerm
Constructor for the DoubleTerm object
DoubleTerm - class org.semanticweb.triple.language.DoubleTerm.
 
DoubleTerm() - Constructor for class org.semanticweb.triple.language.DoubleTerm
 
DoubleTerm(double) - Constructor for class org.semanticweb.triple.language.DoubleTerm
 
debugStream - Variable in class org.semanticweb.triple.client.ParserTokenManager
 
debugStream - Variable in class org.semanticweb.triple.parser.LTermParserTokenManager
 
delete(String, String, String) - Static method in class org.semanticweb.triple.client.TripleClient
Remove a model via HTTP DELETE.
directive(int, antlr.collections.AST, antlr.collections.AST[], String) - Method in class org.semanticweb.triple.application.N3Import
??
directive(int, antlr.collections.AST, antlr.collections.AST[], String) - Method in class org.semanticweb.triple.application.N3Remove
??
disable_tracing() - Method in class org.semanticweb.triple.parser.LTermParser
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.semanticweb.triple.service.DeleteServlet
Respond to a DELETE request for the content produced by this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.semanticweb.triple.service.ImportServlet
Respond to a GET request for the content produced by this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.semanticweb.triple.service.QueryServlet
Respond to a GET request for the content produced by this servlet.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.semanticweb.triple.service.ImportServlet
Respond to a PUT request for the content produced by this servlet.

E

ELSE - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
EOC - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
EOF - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
EOF - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
EQUALS - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
EQUIV - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
EXISTS - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
EXIT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
EXPONENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
EXTERNAL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
Equiv - class org.semanticweb.triple.language.Equiv.
<-> formula.
Equiv() - Constructor for class org.semanticweb.triple.language.Equiv
 
ExistsFormula - class org.semanticweb.triple.language.ExistsFormula.
 
ExistsFormula() - Constructor for class org.semanticweb.triple.language.ExistsFormula
 
ExpandBuff(boolean) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ExpandBuff(boolean) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ExpandBuff(boolean) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ExternalPrologCallback - class org.semanticweb.triple.application.ExternalPrologCallback.
Implementation of Callback to generate output usable for external Prologs like XSB.
ExternalPrologCallback() - Constructor for class org.semanticweb.triple.application.ExternalPrologCallback
 
ExternalPrologCallback(PrintWriter) - Constructor for class org.semanticweb.triple.application.ExternalPrologCallback
 
enable_tracing() - Method in class org.semanticweb.triple.parser.LTermParser
 
endColumn - Variable in class org.semanticweb.triple.application.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.semanticweb.triple.client.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.semanticweb.triple.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDocument() - Method in class org.semanticweb.triple.application.N3Import
??
endDocument() - Method in class org.semanticweb.triple.application.N3Remove
??
endFormula(int, String) - Method in class org.semanticweb.triple.application.N3Import
???
endFormula(int, String) - Method in class org.semanticweb.triple.application.N3Remove
???
endLine - Variable in class org.semanticweb.triple.application.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.semanticweb.triple.client.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.semanticweb.triple.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endModel() - Method in class org.semanticweb.triple.application.ExternalPrologCallback
end is called when parsing of data is ended
endModel() - Method in class org.semanticweb.triple.application.RDFRemove
end is called when parsing of data is ended
eol - Variable in class org.semanticweb.triple.application.ParseException
The end of line string for this machine.
eol - Variable in class org.semanticweb.triple.client.ParseException
The end of line string for this machine.
eol - Variable in class org.semanticweb.triple.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
equals(Object) - Method in class org.semanticweb.triple.parser.LSymbol
only works for symbol != null
equals(Object) - Method in class org.semanticweb.triple.parser.LVariable
Check for equality.
error(Exception, String) - Method in class org.semanticweb.triple.application.N3Import
??
error(Exception, String) - Method in class org.semanticweb.triple.application.N3Remove
??
expectedTokenSequences - Variable in class org.semanticweb.triple.application.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in class org.semanticweb.triple.client.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in class org.semanticweb.triple.parser.ParseException
Each entry in this array is an array of integers.

F

FLOATING_POINT_LITERAL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
FORALL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
FORMAL_COMMENT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
FORMAL_COMMENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
FillBuff() - Method in class org.semanticweb.triple.application.JavaCharStream
 
FillBuff() - Method in class org.semanticweb.triple.client.JavaCharStream
 
FillBuff() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ForallFormula - class org.semanticweb.triple.language.ForallFormula.
 
ForallFormula() - Constructor for class org.semanticweb.triple.language.ForallFormula
 
ForallQuantifier() - Method in class org.semanticweb.triple.parser.LTermParser
 
Formula - class org.semanticweb.triple.language.Formula.
 
Formula() - Constructor for class org.semanticweb.triple.language.Formula
 
FormulaObject - class org.semanticweb.lp.FormulaObject.
Description of the Class
FormulaObject() - Constructor for class org.semanticweb.lp.FormulaObject
Constructor for the FormulaObject object
FunctorTerm - class org.semanticweb.lp.FunctorTerm.
Description of the Class
FunctorTerm(String, ArrayList) - Constructor for class org.semanticweb.lp.FunctorTerm
Constructor for the FunctorTerm object
FunctorTerm(String, Term[]) - Constructor for class org.semanticweb.lp.FunctorTerm
 
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPAtom
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPBinaryOperator
 
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPQuantifiedFormula
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPTerm
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPTermConstant
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPTermDouble
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPTermFunction
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPTermInteger
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLPUnaryOperator
Description of the Method
freeBoundVariables(HashSet, HashSet) - Method in class org.semanticweb.glp.GLogicFormula
Description of the Method

G

GEQ - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
GLPAnd - class org.semanticweb.glp.GLPAnd.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPAnd(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPAnd
Constructor for the GLPAnd object
GLPAtom - class org.semanticweb.glp.GLPAtom.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPAtom(String, ArrayList) - Constructor for class org.semanticweb.glp.GLPAtom
Constructor for the GLPAtom object
GLPBinaryOperator - class org.semanticweb.glp.GLPBinaryOperator.
Title: Triple
GLPBinaryOperator(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPBinaryOperator
 
GLPClause - class org.semanticweb.glp.GLPClause.
A GLP clause (which a rule is a sublcass of).
GLPClause() - Constructor for class org.semanticweb.glp.GLPClause
Constructor for the GLPClause object
GLPEquiv - class org.semanticweb.glp.GLPEquiv.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPEquiv(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPEquiv
Constructor for the GLPEquiv object
GLPExists - class org.semanticweb.glp.GLPExists.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPExists(ArrayList, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPExists
Constructor for the GLPExists object
GLPExpression - class org.semanticweb.glp.GLPExpression.
This is the superclass of all GLP language elements
GLPExpression() - Constructor for class org.semanticweb.glp.GLPExpression
 
GLPForall - class org.semanticweb.glp.GLPForall.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPForall(ArrayList, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPForall
Constructor for the GLPForall object
GLPImpliedBy - class org.semanticweb.glp.GLPImpliedBy.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPImpliedBy(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPImpliedBy
Constructor for the GLPImpliedBy object
GLPImplies - class org.semanticweb.glp.GLPImplies.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPImplies(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPImplies
Constructor for the GLPImplies object
GLPLloydToporTransform - class org.semanticweb.glp.GLPLloydToporTransform.
Title: Triple
GLPLloydToporTransform() - Constructor for class org.semanticweb.glp.GLPLloydToporTransform
 
GLPNot - class org.semanticweb.glp.GLPNot.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPNot(GLogicFormula) - Constructor for class org.semanticweb.glp.GLPNot
Constructor for the GLPNot object
GLPOr - class org.semanticweb.glp.GLPOr.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPOr(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPOr
Constructor for the GLPOr object
GLPQuantifiedFormula - class org.semanticweb.glp.GLPQuantifiedFormula.
Title: Triple
GLPQuantifiedFormula(ArrayList, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPQuantifiedFormula
Constructor for the GLPQuantifiedFormula object
GLPRule - class org.semanticweb.glp.GLPRule.
A rule has a head and a body.
GLPRule(ArrayList, GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPRule
Constructor for the GLPRule object
GLPRule(GLogicFormula, GLogicFormula) - Constructor for class org.semanticweb.glp.GLPRule
Constructor for the GLPRule object
GLPTerm - class org.semanticweb.glp.GLPTerm.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPTerm() - Constructor for class org.semanticweb.glp.GLPTerm
 
GLPTermConstant - class org.semanticweb.glp.GLPTermConstant.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPTermConstant(String) - Constructor for class org.semanticweb.glp.GLPTermConstant
Constructor for the GLPTermConstant object
GLPTermDouble - class org.semanticweb.glp.GLPTermDouble.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPTermDouble(Double) - Constructor for class org.semanticweb.glp.GLPTermDouble
Constructor for the GLPTermDouble object
GLPTermFunction - class org.semanticweb.glp.GLPTermFunction.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPTermFunction(String, ArrayList) - Constructor for class org.semanticweb.glp.GLPTermFunction
Constructor for the GLPTermFunction object
GLPTermInteger - class org.semanticweb.glp.GLPTermInteger.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPTermInteger(Integer) - Constructor for class org.semanticweb.glp.GLPTermInteger
Constructor for the GLPTermInteger object
GLPTermVariable - class org.semanticweb.glp.GLPTermVariable.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLPTermVariable() - Constructor for class org.semanticweb.glp.GLPTermVariable
create anonymous GLPTermVariable [MS]
GLPTermVariable(String) - Constructor for class org.semanticweb.glp.GLPTermVariable
Constructor for the GLPTermVariable object
GLPUnaryOperator - class org.semanticweb.glp.GLPUnaryOperator.
 
GLPUnaryOperator(GLogicFormula) - Constructor for class org.semanticweb.glp.GLPUnaryOperator
 
GLogicFormula - class org.semanticweb.glp.GLogicFormula.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
GLogicFormula() - Constructor for class org.semanticweb.glp.GLogicFormula
Constructor for the GLogicFormula object
GREATER - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
GetImage() - Method in class org.semanticweb.triple.application.JavaCharStream
 
GetImage() - Method in class org.semanticweb.triple.client.JavaCharStream
 
GetImage() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
GetImage() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
GetSuffix(int) - Method in class org.semanticweb.triple.application.JavaCharStream
 
GetSuffix(int) - Method in class org.semanticweb.triple.client.JavaCharStream
 
GetSuffix(int) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
GetSuffix(int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
generateParseException() - Method in class org.semanticweb.triple.parser.LTermParser
 
generateRuleHead(GLogicFormula, ArrayList) - Method in class org.semanticweb.glp.GLPLloydToporTransform
Description of the Method
generateRuleHead(GLogicFormula) - Method in class org.semanticweb.glp.GLPLloydToporTransform
Description of the Method
get(String, String, String) - Static method in class org.semanticweb.triple.client.TripleClient
Issue a query using HTTP GET.
getAbbreviations() - Method in class org.semanticweb.triple.parser.Context
 
getAnd() - Method in class org.semanticweb.triple.language.PrologSyntax
 
getAnd() - Method in interface org.semanticweb.triple.language.Syntax
 
getAnd() - Method in class org.semanticweb.triple.language.TripleSyntax
 
getAnswerVars() - Method in class org.semanticweb.triple.application.XSBCallback
Get variables of current (== last issued) query.
getArgs() - Method in class org.semanticweb.lp.FunctorTerm
Gets the args attribute of the FunctorTerm object
getArgs() - Method in class org.semanticweb.lp.Literal
Gets the args attribute of the Literal object
getArgs() - Method in class org.semanticweb.triple.language.HornAtom
 
getArgs() - Method in class org.semanticweb.triple.language.Structure
 
getArgs() - Method in class org.semanticweb.triple.parser.LStruct
 
getArity() - Method in class org.semanticweb.lp.FunctorTerm
Gets the arity attribute of the FunctorTerm object
getArity() - Method in class org.semanticweb.lp.Literal
Gets the arity attribute of the Literal object
getBeginColumn() - Method in class org.semanticweb.triple.application.JavaCharStream
 
getBeginColumn() - Method in class org.semanticweb.triple.client.JavaCharStream
 
getBeginColumn() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
getBeginColumn() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Gets the beginColumn attribute of the ASCII_UCodeESC_CharStream object
getBeginLine() - Method in class org.semanticweb.triple.application.JavaCharStream
 
getBeginLine() - Method in class org.semanticweb.triple.client.JavaCharStream
 
getBeginLine() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
getBeginLine() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Gets the beginLine attribute of the ASCII_UCodeESC_CharStream object
getBody() - Method in class org.semanticweb.glp.GLPRule
 
getBody() - Method in class org.semanticweb.lp.ProgramClause
Gets the body attribute of the ProgramClause object
getBody() - Method in class org.semanticweb.triple.language.Clause
 
getColumn() - Method in class org.semanticweb.triple.application.JavaCharStream
Deprecated.  
getColumn() - Method in class org.semanticweb.triple.client.JavaCharStream
Deprecated.  
getColumn() - Method in class org.semanticweb.triple.parser.JavaCharStream
Deprecated.  
getColumn() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Deprecated.  
getContent() - Method in class org.semanticweb.lp.StringTerm
Gets the content attribute of the StringTerm object
getDetails(String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
Returns the details of an RDF file.
getDetails(String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Get the RDF/XML data back that has been added before.
getDouble() - Method in class org.semanticweb.triple.parser.LDouble
 
getEndColumn() - Method in class org.semanticweb.triple.application.JavaCharStream
 
getEndColumn() - Method in class org.semanticweb.triple.client.JavaCharStream
 
getEndColumn() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
getEndColumn() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Gets the endColumn attribute of the ASCII_UCodeESC_CharStream object
getEndLine() - Method in class org.semanticweb.triple.application.JavaCharStream
 
getEndLine() - Method in class org.semanticweb.triple.client.JavaCharStream
 
getEndLine() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
getEndLine() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Gets the endLine attribute of the ASCII_UCodeESC_CharStream object
getFirstFormula() - Method in class org.semanticweb.triple.language.BinaryFormula
 
getFormula() - Method in class org.semanticweb.glp.GLPQuantifiedFormula
Gets the left attribute of the GLPQuantifiedFormula object
getFormula() - Method in class org.semanticweb.glp.GLPUnaryOperator
 
getFormula() - Method in class org.semanticweb.triple.language.QuantifierFormula
 
getFormula() - Method in class org.semanticweb.triple.language.UnaryFormula
 
getFunctor() - Method in class org.semanticweb.lp.ConstTerm
Gets the functor attribute of the ConstTerm object
getFunctor() - Method in class org.semanticweb.lp.FunctorTerm
Gets the functor attribute of the FunctorTerm object
getFunctor() - Method in class org.semanticweb.triple.language.Structure
 
getFunctor() - Method in class org.semanticweb.triple.parser.LStruct
 
getHead() - Method in class org.semanticweb.glp.GLPRule
 
getHead() - Method in class org.semanticweb.lp.NonEmptyListTerm
Gets the head attribute of the NonEmptyListTerm object
getHead() - Method in class org.semanticweb.lp.ProgramClause
Gets the head attribute of the ProgramClause object
getHead() - Method in class org.semanticweb.triple.language.Clause
 
getIf() - Method in class org.semanticweb.triple.language.PrologSyntax
 
getIf() - Method in interface org.semanticweb.triple.language.Syntax
 
getIf() - Method in class org.semanticweb.triple.language.TripleSyntax
 
getInteger() - Method in class org.semanticweb.triple.parser.LInteger
 
getLabel() - Method in class org.semanticweb.triple.language.Variable
 
getLeft() - Method in class org.semanticweb.glp.GLPBinaryOperator
 
getLine() - Method in class org.semanticweb.triple.application.JavaCharStream
Deprecated.  
getLine() - Method in class org.semanticweb.triple.client.JavaCharStream
Deprecated.  
getLine() - Method in class org.semanticweb.triple.parser.JavaCharStream
Deprecated.  
getLine() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Deprecated.  
getLocalName() - Method in class org.semanticweb.triple.language.Resource
 
getMessage() - Method in class org.semanticweb.triple.application.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.semanticweb.triple.application.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.semanticweb.triple.client.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.semanticweb.triple.client.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.semanticweb.triple.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.semanticweb.triple.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getModel() - Method in class org.semanticweb.triple.language.Clause
 
getModel() - Method in class org.semanticweb.triple.language.TripleExpression
 
getModel() - Method in class org.semanticweb.triple.parser.Context
 
getModelVariables() - Method in class org.semanticweb.triple.language.Clause
 
getName() - Method in class org.semanticweb.triple.language.Literal
 
getNamespace() - Method in class org.semanticweb.triple.language.Resource
 
getNewVariable() - Static method in class org.semanticweb.triple.language.Variable
 
getNextToken() - Method in class org.semanticweb.triple.client.ParserTokenManager
 
getNextToken() - Method in class org.semanticweb.triple.parser.LTermParser
 
getNextToken() - Method in class org.semanticweb.triple.parser.LTermParserTokenManager
 
getNodeFactory() - Method in class org.semanticweb.triple.application.ExternalPrologCallback
node factory to be used by the parser for creating resources and literals passed to addStatement
getNodeFactory() - Method in class org.semanticweb.triple.application.RDFImport
node factory to be used by the parser for creating resources and literals passed to addStatement
getNodeFactory() - Method in class org.semanticweb.triple.application.RDFRemove
node factory to be used by the parser for creating resources and literals passed to addStatement
getObject() - Method in class org.semanticweb.triple.language.Triple
 
getOr() - Method in class org.semanticweb.triple.language.PrologSyntax
 
getOr() - Method in interface org.semanticweb.triple.language.Syntax
 
getOr() - Method in class org.semanticweb.triple.language.TripleSyntax
 
getPolarity() - Method in class org.semanticweb.lp.Literal
Gets the polarity attribute of the Literal object
getPredicate() - Method in class org.semanticweb.triple.language.Triple
 
getPredicateSymbol() - Method in class org.semanticweb.lp.Literal
Gets the predicateSymbol attribute of the Literal object
getPredicateSymbol() - Method in class org.semanticweb.triple.language.HornAtom
 
getQueryIf() - Method in class org.semanticweb.triple.language.PrologSyntax
 
getQueryIf() - Method in interface org.semanticweb.triple.language.Syntax
 
getQueryIf() - Method in class org.semanticweb.triple.language.TripleSyntax
 
getRest() - Method in class org.semanticweb.lp.NonEmptyListTerm
Gets the rest attribute of the NonEmptyListTerm object
getRight() - Method in class org.semanticweb.glp.GLPBinaryOperator
 
getSecondFormula() - Method in class org.semanticweb.triple.language.BinaryFormula
 
getStore() - Method in class org.semanticweb.triple.application.ObjectWrapper
 
getSubject() - Method in class org.semanticweb.triple.language.Triple
 
getSymbol(String) - Method in class org.semanticweb.triple.language.PrologSyntax
 
getSymbol(String) - Method in interface org.semanticweb.triple.language.Syntax
 
getSymbol(String) - Method in class org.semanticweb.triple.language.TripleSyntax
 
getSymbol() - Method in class org.semanticweb.triple.parser.LSymbol
 
getTerm() - Method in class org.semanticweb.triple.application.TripleSubstitution
returns the term of the substitution *@return the term of the substitution
getToken(int) - Method in class org.semanticweb.triple.parser.LTermParser
 
getTriple() - Method in class org.semanticweb.triple.language.ReifiedTriple
 
getURI() - Method in class org.semanticweb.triple.language.Variable
 
getValue() - Method in class org.semanticweb.lp.DoubleTerm
Gets the value attribute of the DoubleTerm object
getValue() - Method in class org.semanticweb.lp.IntegerTerm
Gets the value attribute of the IntegerTerm object
getValue() - Method in class org.semanticweb.triple.language.DoubleTerm
 
getValue() - Method in class org.semanticweb.triple.language.IntegerTerm
 
getVariable() - Static method in class org.semanticweb.glp.VariableGenerator
Gets the variable attribute of the VariableGenerator class
getVariable(GLPTermVariable) - Static method in class org.semanticweb.glp.VariableGenerator
 
getVariable() - Method in class org.semanticweb.lp.VariableTerm
Gets the variable attribute of the VariableTerm object
getVariable() - Method in class org.semanticweb.triple.application.TripleSubstitution
returns the term of the substitution *@return the term of the substitution
getVariable(String) - Method in class org.semanticweb.triple.language.PrologSyntax
 
getVariable(String) - Method in interface org.semanticweb.triple.language.Syntax
 
getVariable(String) - Method in class org.semanticweb.triple.language.TripleSyntax
 
getVariable() - Method in class org.semanticweb.triple.parser.LVariable
 
getVariables() - Method in class org.semanticweb.glp.GLPQuantifiedFormula
Gets the variables attribute of the GLPQuantifiedFormula object
getVariables() - Method in class org.semanticweb.glp.GLPRule
 
getVariables() - Method in class org.semanticweb.glp.GLogicFormula
 
getVariables() - Method in class org.semanticweb.triple.application.ResultSet
Return a list with variable substitutions.
getVariables() - Method in class org.semanticweb.triple.language.Clause
 
getVariables() - Method in class org.semanticweb.triple.language.QuantifierFormula
 

H

HELP - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
HEX_LITERAL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
HornAtom - class org.semanticweb.triple.language.HornAtom.
 
HornAtom() - Constructor for class org.semanticweb.triple.language.HornAtom
 
hasNext() - Method in class org.semanticweb.triple.application.ResultSet
Returns true if the iteration has more elements.
hashCode() - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method

I

IMPLIEDBY - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IMPLIES - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IMPORTN3 - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
IMPORTRDF - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
IMPORTTRIPLE - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
INIT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
INTEGER_LITERAL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
INTERSECT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IN_FORMAL_COMMENT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
IN_FORMAL_COMMENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IN_MULTI_LINE_COMMENT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
IN_MULTI_LINE_COMMENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IN_SINGLE_LINE_COMMENT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
IN_SINGLE_LINE_COMMENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IS - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
IdTerm() - Method in class org.semanticweb.triple.parser.LTermParser
 
IdTermSeq() - Method in class org.semanticweb.triple.parser.LTermParser
 
ImpliedBy - class org.semanticweb.triple.language.ImpliedBy.
<- formula.
ImpliedBy() - Constructor for class org.semanticweb.triple.language.ImpliedBy
 
Implies - class org.semanticweb.triple.language.Implies.
-> formula.
Implies() - Constructor for class org.semanticweb.triple.language.Implies
 
ImportServlet - class org.semanticweb.triple.service.ImportServlet.
Servlet to add things to the Triple knowledge base.
ImportServlet() - Constructor for class org.semanticweb.triple.service.ImportServlet
 
Integer() - Method in class org.semanticweb.triple.parser.LTermParser
 
IntegerTerm - class org.semanticweb.lp.IntegerTerm.
Description of the Class
IntegerTerm(int) - Constructor for class org.semanticweb.lp.IntegerTerm
Constructor for the IntegerTerm object
IntegerTerm - class org.semanticweb.triple.language.IntegerTerm.
 
IntegerTerm() - Constructor for class org.semanticweb.triple.language.IntegerTerm
 
IntegerTerm(int) - Constructor for class org.semanticweb.triple.language.IntegerTerm
 
image - Variable in class org.semanticweb.triple.application.Token
The string image of the token.
image - Variable in class org.semanticweb.triple.client.Token
The string image of the token.
image - Variable in class org.semanticweb.triple.parser.Token
The string image of the token.
inBuf - Variable in class org.semanticweb.triple.application.JavaCharStream
 
inBuf - Variable in class org.semanticweb.triple.client.JavaCharStream
 
inBuf - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
initTriple(String) - Method in interface org.semanticweb.triple.application.TripleService
Init.
initTriple(String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Init.
inputStream - Variable in class org.semanticweb.triple.application.JavaCharStream
 
inputStream - Variable in class org.semanticweb.triple.client.JavaCharStream
 
inputStream - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
input_stream - Variable in class org.semanticweb.triple.client.ParserTokenManager
 
input_stream - Variable in class org.semanticweb.triple.parser.LTermParserTokenManager
 
isAnonymous() - Method in class org.semanticweb.triple.language.Variable
 
isAnonymous() - Method in class org.semanticweb.triple.parser.LVariable
 
isAtom() - Method in class org.semanticweb.lp.Literal
Gets the atom attribute of the Literal object
isBuiltin(String, int) - Static method in class org.semanticweb.triple.language.TripleSyntax
 
isLiteral() - Method in class org.semanticweb.glp.GLPNot
Gets the literal attribute of the GLPNot object
isOMMExcluded(String) - Method in class org.semanticweb.triple.application.ResultSet
Check whether result is excluded
isQuery() - Method in class org.semanticweb.lp.ProgramClause
Gets the query attribute of the ProgramClause object

J

JavaCharStream - class org.semanticweb.triple.application.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.semanticweb.triple.application.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.semanticweb.triple.application.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.semanticweb.triple.application.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.semanticweb.triple.application.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.semanticweb.triple.application.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.semanticweb.triple.application.JavaCharStream
 
JavaCharStream - class org.semanticweb.triple.client.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.semanticweb.triple.client.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.semanticweb.triple.client.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.semanticweb.triple.client.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.semanticweb.triple.client.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.semanticweb.triple.client.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.semanticweb.triple.client.JavaCharStream
 
JavaCharStream - class org.semanticweb.triple.parser.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.semanticweb.triple.parser.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.semanticweb.triple.parser.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.semanticweb.triple.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.semanticweb.triple.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.semanticweb.triple.parser.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.semanticweb.triple.parser.JavaCharStream
 
jjFillToken() - Method in class org.semanticweb.triple.client.ParserTokenManager
 
jjFillToken() - Method in class org.semanticweb.triple.parser.LTermParserTokenManager
 
jj_nt - Variable in class org.semanticweb.triple.parser.LTermParser
 
jjnewLexState - Static variable in class org.semanticweb.triple.client.ParserTokenManager
 
jjnewLexState - Static variable in class org.semanticweb.triple.parser.LTermParserTokenManager
 
jjstrLiteralImages - Static variable in class org.semanticweb.triple.client.ParserTokenManager
 
jjstrLiteralImages - Static variable in class org.semanticweb.triple.parser.LTermParserTokenManager
 

K

kind - Variable in class org.semanticweb.triple.application.Token
An integer that describes the kind of this token.
kind - Variable in class org.semanticweb.triple.client.Token
An integer that describes the kind of this token.
kind - Variable in class org.semanticweb.triple.parser.Token
An integer that describes the kind of this token.

L

LBRACE - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
LBRACKET - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
LDouble - class org.semanticweb.triple.parser.LDouble.
 
LDouble() - Constructor for class org.semanticweb.triple.parser.LDouble
 
LDouble(String) - Constructor for class org.semanticweb.triple.parser.LDouble
 
LEQ - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
LESSER - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
LETTER - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
LETTER - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
LInteger - class org.semanticweb.triple.parser.LInteger.
An integer from the parser.
LInteger() - Constructor for class org.semanticweb.triple.parser.LInteger
 
LInteger(String) - Constructor for class org.semanticweb.triple.parser.LInteger
 
LOAD - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
LPAREN - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
LPParseException - exception org.semanticweb.lp.LPParseException.
Copyright ? Juergen Angele and Stefan Decker, Institut AIFB, University of Karlsruhe.
LPParseException(String) - Constructor for class org.semanticweb.lp.LPParseException
Constructor for the SimpleParseException object
LPParser - class org.semanticweb.lp.LPParser.
Description of the Class
LPParser(InputStream, LPParserCallBack) - Constructor for class org.semanticweb.lp.LPParser
Constructor for the SimpleParser object
LPParserCallBack - interface org.semanticweb.lp.LPParserCallBack.
Title: Triple
LStruct - class org.semanticweb.triple.parser.LStruct.
Class has a functor (which can be FORALL or just any other name) and arguments associated with it.
LStruct() - Constructor for class org.semanticweb.triple.parser.LStruct
 
LStruct(LTerm, ArrayList) - Constructor for class org.semanticweb.triple.parser.LStruct
 
LStruct(String, ArrayList) - Constructor for class org.semanticweb.triple.parser.LStruct
 
LStruct(LTerm, LTerm) - Constructor for class org.semanticweb.triple.parser.LStruct
 
LStruct(String, LTerm) - Constructor for class org.semanticweb.triple.parser.LStruct
 
LStruct(String, LTerm, LTerm) - Constructor for class org.semanticweb.triple.parser.LStruct
 
LSymbol - class org.semanticweb.triple.parser.LSymbol.
A symbol is virtually everything: FORALL, <-, [], a and b in X[a->b], etc.
LSymbol() - Constructor for class org.semanticweb.triple.parser.LSymbol
 
LSymbol(String) - Constructor for class org.semanticweb.triple.parser.LSymbol
 
LTerm - class org.semanticweb.triple.parser.LTerm.
The abstract class all others extend.
LTerm() - Constructor for class org.semanticweb.triple.parser.LTerm
 
LTermParser - class org.semanticweb.triple.parser.LTermParser.
 
LTermParser(InputStream) - Constructor for class org.semanticweb.triple.parser.LTermParser
 
LTermParser(Reader) - Constructor for class org.semanticweb.triple.parser.LTermParser
 
LTermParser(LTermParserTokenManager) - Constructor for class org.semanticweb.triple.parser.LTermParser
 
LTermParserConstants - interface org.semanticweb.triple.parser.LTermParserConstants.
 
LTermParserTokenManager - class org.semanticweb.triple.parser.LTermParserTokenManager.
 
LTermParserTokenManager(JavaCharStream) - Constructor for class org.semanticweb.triple.parser.LTermParserTokenManager
 
LTermParserTokenManager(JavaCharStream, int) - Constructor for class org.semanticweb.triple.parser.LTermParserTokenManager
 
LVariable - class org.semanticweb.triple.parser.LVariable.
Everything that is uppercase is a variable.
LVariable() - Constructor for class org.semanticweb.triple.parser.LVariable
 
LVariable(String) - Constructor for class org.semanticweb.triple.parser.LVariable
 
LexicalError(boolean, int, int, int, String, char) - Static method in class org.semanticweb.triple.application.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in class org.semanticweb.triple.client.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in class org.semanticweb.triple.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
ListTerm - class org.semanticweb.lp.ListTerm.
Description of the Class
ListTerm() - Constructor for class org.semanticweb.lp.ListTerm
Constructor for the ListTerm object
Listener - class org.semanticweb.triple.service.Listener.
This is the main routine, the entry and exit point of the web application.
Listener() - Constructor for class org.semanticweb.triple.service.Listener
 
Literal - class org.semanticweb.lp.Literal.
Description of the Class
Literal(boolean, String, ArrayList) - Constructor for class org.semanticweb.lp.Literal
Constructor for the Literal object
Literal(boolean, String, Term[]) - Constructor for class org.semanticweb.lp.Literal
 
Literal(String, ArrayList) - Constructor for class org.semanticweb.lp.Literal
Constructor for the Literal object
Literal(String, Term[]) - Constructor for class org.semanticweb.lp.Literal
 
Literal - class org.semanticweb.triple.language.Literal.
 
Literal() - Constructor for class org.semanticweb.triple.language.Literal
 
Literal(String) - Constructor for class org.semanticweb.triple.language.Literal
 
lexStateNames - Static variable in class org.semanticweb.triple.client.ParserTokenManager
 
lexStateNames - Static variable in class org.semanticweb.triple.parser.LTermParserTokenManager
 
line - Variable in class org.semanticweb.triple.application.JavaCharStream
 
line - Variable in class org.semanticweb.triple.client.JavaCharStream
 
line - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
lookingAhead - Variable in class org.semanticweb.triple.parser.LTermParser
 

M

MINUS - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
MULTI_LINE_COMMENT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
MULTI_LINE_COMMENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
Molecule - class org.semanticweb.triple.language.Molecule.
Note: cannot be used in TRIPLE0, i.e., in RDF version!
Molecule() - Constructor for class org.semanticweb.triple.language.Molecule
 
MoleculeTerm - class org.semanticweb.triple.language.MoleculeTerm.
A MoleculeTerm is a molecule at term position.
MoleculeTerm() - Constructor for class org.semanticweb.triple.language.MoleculeTerm
 
main(String[]) - Static method in class org.semanticweb.glp.GLPLloydToporTransform
The main program for the GLPLloydToporTransform class
main(String[]) - Static method in class org.semanticweb.lp.LPParser
Description of the Method
main(String[]) - Static method in class org.semanticweb.triple.client.TripleClient
Main.
main(String[]) - Static method in class org.semanticweb.triple.parser.LTermParser
 
main(String[]) - Static method in class org.semanticweb.utilities.QSort
The main program for the QSort class
main(String[]) - Static method in class org.semanticweb.xsb.XSBClient
 
main(String[]) - Static method in class org.semanticweb.xsb.XSBCoreWrapper
Main method.
main(String[]) - Static method in class org.semanticweb.xsb.XSBHello
 
makeGLPConjunction(ArrayList) - Static method in class org.semanticweb.triple.language.And
 
makeGLPConjunction(ArrayList, GLogicFormula) - Static method in class org.semanticweb.triple.language.And
 
maxNextCharInd - Variable in class org.semanticweb.triple.application.JavaCharStream
 
maxNextCharInd - Variable in class org.semanticweb.triple.client.JavaCharStream
 
maxNextCharInd - Variable in class org.semanticweb.triple.parser.JavaCharStream
 

N

N3Import - class org.semanticweb.triple.application.N3Import.
Implementation of Callback to invoke XSB directly via JNI for RDF files.
N3Import(XSBCoreIntf) - Constructor for class org.semanticweb.triple.application.N3Import
Constructor.
N3Remove - class org.semanticweb.triple.application.N3Remove.
Implementation of Callback to invoke XSB directly via JNI for RDF files.
N3Remove(XSBCoreIntf) - Constructor for class org.semanticweb.triple.application.N3Remove
Constructor.
NEG - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
NOT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
Neg - class org.semanticweb.triple.language.Neg.
 
Neg() - Constructor for class org.semanticweb.triple.language.Neg
 
Negation - class org.semanticweb.triple.language.Negation.
 
Negation() - Constructor for class org.semanticweb.triple.language.Negation
 
NilTerm - class org.semanticweb.lp.NilTerm.
Description of the Class
NilTerm() - Constructor for class org.semanticweb.lp.NilTerm
Constructor for the NilTerm object
NonEmptyListTerm - class org.semanticweb.lp.NonEmptyListTerm.
Description of the Class
NonEmptyListTerm() - Constructor for class org.semanticweb.lp.NonEmptyListTerm
Constructor for the NonEmptyListTerm object
NonEmptyListTerm(Term, Term) - Constructor for class org.semanticweb.lp.NonEmptyListTerm
Constructor for the NonEmptyListTerm object
Not - class org.semanticweb.triple.language.Not.
 
Not() - Constructor for class org.semanticweb.triple.language.Not
 
newToken(int) - Static method in class org.semanticweb.triple.application.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.semanticweb.triple.client.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.semanticweb.triple.parser.Token
Returns a new Token object, by default.
next() - Method in class org.semanticweb.triple.application.ResultSet
Return the next element in the iteration.
next - Variable in class org.semanticweb.triple.application.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.semanticweb.triple.client.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.semanticweb.triple.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - Variable in class org.semanticweb.triple.application.JavaCharStream
 
nextCharBuf - Variable in class org.semanticweb.triple.client.JavaCharStream
 
nextCharBuf - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
nextCharInd - Variable in class org.semanticweb.triple.application.JavaCharStream
 
nextCharInd - Variable in class org.semanticweb.triple.client.JavaCharStream
 
nextCharInd - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
nextClause(LTerm, Context) - Method in class org.semanticweb.triple.application.ExternalPrologCallback
 
nextClause(LTerm, Context) - Method in class org.semanticweb.triple.application.XSBCallback
This is called by the parser every time a triple clause is finished.
nextClause(LTerm, Context) - Method in interface org.semanticweb.triple.parser.Callback
 
nextClause(LTerm) - Method in class org.semanticweb.triple.parser.Context
 
nextClause(LTerm, Context) - Method in class org.semanticweb.triple.parser.PrintCallback
 
normalize(HashMap) - Method in class org.semanticweb.triple.parser.LStruct
Normalize variables and abbreviations.
normalize(HashMap) - Method in class org.semanticweb.triple.parser.LSymbol
 
normalize(HashMap) - Method in class org.semanticweb.triple.parser.LTerm
Normalize variables and abbreviations

O

OCTAL_LITERAL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
OR - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
ObjectWrapper - class org.semanticweb.triple.application.ObjectWrapper.
 
Op1000Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op1100Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op1200Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op400Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op500Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op661Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op680Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op700Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Op900Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
Or - class org.semanticweb.triple.language.Or.
 
Or() - Constructor for class org.semanticweb.triple.language.Or
 
occurs(LSymbol, LTerm) - Method in class org.semanticweb.triple.parser.Context
 
org.semanticweb.glp - package org.semanticweb.glp
 
org.semanticweb.lp - package org.semanticweb.lp
 
org.semanticweb.triple.application - package org.semanticweb.triple.application
 
org.semanticweb.triple.client - package org.semanticweb.triple.client
 
org.semanticweb.triple.language - package org.semanticweb.triple.language
 
org.semanticweb.triple.parser - package org.semanticweb.triple.parser
 
org.semanticweb.triple.service - package org.semanticweb.triple.service
 
org.semanticweb.utilities - package org.semanticweb.utilities
 
org.semanticweb.xsb - package org.semanticweb.xsb
 

P

PCallback - class org.semanticweb.triple.application.PCallback.
 
PCallback() - Constructor for class org.semanticweb.triple.application.PCallback
 
PLUS - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
ParseException - exception org.semanticweb.triple.application.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.semanticweb.triple.application.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.semanticweb.triple.application.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.semanticweb.triple.application.ParseException
 
ParseException - exception org.semanticweb.triple.client.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.semanticweb.triple.client.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.semanticweb.triple.client.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.semanticweb.triple.client.ParseException
 
ParseException - exception org.semanticweb.triple.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.semanticweb.triple.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.semanticweb.triple.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.semanticweb.triple.parser.ParseException
 
ParserConstants - interface org.semanticweb.triple.client.ParserConstants.
 
ParserTokenManager - class org.semanticweb.triple.client.ParserTokenManager.
 
ParserTokenManager(JavaCharStream) - Constructor for class org.semanticweb.triple.client.ParserTokenManager
 
ParserTokenManager(JavaCharStream, int) - Constructor for class org.semanticweb.triple.client.ParserTokenManager
 
PathExpression - class org.semanticweb.triple.language.PathExpression.
A MoleculeTerm is a molecule at term position.
PathExpression(Term, Term, Term) - Constructor for class org.semanticweb.triple.language.PathExpression
 
PathExpression(Term, Term) - Constructor for class org.semanticweb.triple.language.PathExpression
 
PathExpression() - Method in class org.semanticweb.triple.parser.LTermParser
 
PrintCallback - class org.semanticweb.triple.parser.PrintCallback.
Debugging implementation of Callback.
PrintCallback() - Constructor for class org.semanticweb.triple.parser.PrintCallback
 
PrintCallback(PrintWriter) - Constructor for class org.semanticweb.triple.parser.PrintCallback
 
ProgramClause - class org.semanticweb.lp.ProgramClause.
Description of the Class
ProgramClause(Literal[], Literal[]) - Constructor for class org.semanticweb.lp.ProgramClause
Constructor for the ProgramClause object
ProgramClause(ArrayList, ArrayList) - Constructor for class org.semanticweb.lp.ProgramClause
Constructor for the ProgramClause object
ProgramClause(Literal[]) - Constructor for class org.semanticweb.lp.ProgramClause
Constructor for the ProgramClause object
PrologSyntax - class org.semanticweb.triple.language.PrologSyntax.
 
PrologSyntax() - Constructor for class org.semanticweb.triple.language.PrologSyntax
 
parse() - Method in class org.semanticweb.lp.LPParser
Description of the Method
parse(Context) - Method in class org.semanticweb.triple.parser.LTermParser
THE LTerm LANGUAGE GRAMMAR STARTS HERE *
prevCharIsCR - Variable in class org.semanticweb.triple.application.JavaCharStream
 
prevCharIsCR - Variable in class org.semanticweb.triple.client.JavaCharStream
 
prevCharIsCR - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
prevCharIsLF - Variable in class org.semanticweb.triple.application.JavaCharStream
 
prevCharIsLF - Variable in class org.semanticweb.triple.client.JavaCharStream
 
prevCharIsLF - Variable in class org.semanticweb.triple.parser.JavaCharStream
 
prologVariable(String) - Static method in class org.semanticweb.utilities.SyntaxHelper
 
put(String, String, String, String, String) - Static method in class org.semanticweb.triple.client.TripleClient
Upload data (an N3/NTriple file) into the repository using a HTTP PUT.
putArgs(Term) - Method in class org.semanticweb.triple.language.HornAtom
 
putArgs(String) - Method in class org.semanticweb.triple.language.HornAtom
 
putArgs(Term) - Method in class org.semanticweb.triple.language.Structure
 
putArgs(String) - Method in class org.semanticweb.triple.language.Structure
 
putArgs(LTerm) - Method in class org.semanticweb.triple.parser.LStruct
 
putBody(Formula) - Method in class org.semanticweb.triple.language.Clause
 
putDouble(String) - Method in class org.semanticweb.triple.parser.LDouble
 
putFirstFormula(Formula) - Method in class org.semanticweb.triple.language.BinaryFormula
 
putFormula(Formula) - Method in class org.semanticweb.triple.language.QuantifierFormula
 
putFormula(Formula) - Method in class org.semanticweb.triple.language.UnaryFormula
 
putFunctor(String) - Method in class org.semanticweb.triple.language.Structure
 
putFunctor(LTerm) - Method in class org.semanticweb.triple.parser.LStruct
 
putHead(Formula) - Method in class org.semanticweb.triple.language.Clause
 
putInteger(String) - Method in class org.semanticweb.triple.parser.LInteger
 
putLabel(String) - Method in class org.semanticweb.triple.language.Variable
 
putLocalName(Term) - Method in class org.semanticweb.triple.language.Resource
 
putModel(Term) - Method in class org.semanticweb.triple.language.Clause
 
putModel(Term) - Method in class org.semanticweb.triple.language.TripleExpression
 
putModelVariables(Term) - Method in class org.semanticweb.triple.language.Clause
 
putName(String) - Method in class org.semanticweb.triple.language.Literal
 
putNamespace(Term) - Method in class org.semanticweb.triple.language.Resource
 
putObject(Term) - Method in class org.semanticweb.triple.language.Triple
 
putObject(String) - Method in class org.semanticweb.triple.language.Triple
 
putPredicate(Term) - Method in class org.semanticweb.triple.language.Triple
 
putPredicateAndObject(Term, Term) - Method in class org.semanticweb.triple.language.Molecule
 
putPredicateAndObject(Term, Term) - Method in class org.semanticweb.triple.language.MoleculeTerm
 
putPredicateSymbol(String) - Method in class org.semanticweb.triple.language.HornAtom
 
putSecondFormula(Formula) - Method in class org.semanticweb.triple.language.BinaryFormula
 
putSubject(Term) - Method in class org.semanticweb.triple.language.Molecule
 
putSubject(Term) - Method in class org.semanticweb.triple.language.MoleculeTerm
 
putSubject(Term) - Method in class org.semanticweb.triple.language.Triple
 
putSymbol(String) - Method in class org.semanticweb.triple.parser.LSymbol
 
putTriple(Triple) - Method in class org.semanticweb.triple.language.ReifiedTriple
 
putURI(String) - Method in class org.semanticweb.triple.language.Variable
 
putVariable(String) - Method in class org.semanticweb.triple.parser.LVariable
 
putVariables(Term) - Method in class org.semanticweb.triple.language.Clause
 
putVariables(Term) - Method in class org.semanticweb.triple.language.QuantifierFormula
 

Q

QSort - class org.semanticweb.utilities.QSort.
Description of the Class
QSort() - Constructor for class org.semanticweb.utilities.QSort
 
QUERY - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
QUERYN3 - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
QUERYNT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
QUERYRDF - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
QUERYXML - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
Q_SYMBOL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
QuantifierFormula - class org.semanticweb.triple.language.QuantifierFormula.
 
QuantifierFormula() - Constructor for class org.semanticweb.triple.language.QuantifierFormula
 
Quantop900() - Method in class org.semanticweb.triple.parser.LTermParser
 
QueryServlet - class org.semanticweb.triple.service.QueryServlet.
Servlet to query the Triple knowledge base.
QueryServlet() - Constructor for class org.semanticweb.triple.service.QueryServlet
 
quad(int, antlr.collections.AST, antlr.collections.AST, antlr.collections.AST, String) - Method in class org.semanticweb.triple.application.N3Import
add triples to XSB here
quad(int, antlr.collections.AST, antlr.collections.AST, antlr.collections.AST, String) - Method in class org.semanticweb.triple.application.N3Remove
add triples to XSB here
query(URL) - Method in interface org.semanticweb.triple.application.TripleService
Ask a query in TRIPLE syntax according to the content type of the URI that contains the query.
query(URL) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Ask a query in TRIPLE syntax according to the content type of the URI that contains the query.
quickSort(Object[], int, int, Comparator) - Static method in class org.semanticweb.utilities.QSort
An implementation of Quicksort using medians of 3 for partitions.
quickSort(Vector, int, int, Comparator) - Static method in class org.semanticweb.utilities.QSort
Description of the Method

R

RBRACE - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
RBRACKET - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
RDFImport - class org.semanticweb.triple.application.RDFImport.
Implementation of Callback to invoke XSB directly via JNI for RDF files.
RDFImport(XSBCoreIntf, String) - Constructor for class org.semanticweb.triple.application.RDFImport
Constructor.
RDFRemove - class org.semanticweb.triple.application.RDFRemove.
Implementation of Callback to invoke XSB directly via JNI for RDF files.
RDFRemove(XSBCoreIntf) - Constructor for class org.semanticweb.triple.application.RDFRemove
Constructor.
RPAREN - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
RankComparator - class org.semanticweb.triple.application.RankComparator.
Sorts a list of numbers according to rank (second field in result list).
RankComparator() - Constructor for class org.semanticweb.triple.application.RankComparator
 
ReInit(Reader, int, int, int) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReInit(Reader, int, int) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReInit(Reader) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReInit(InputStream) - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReInit(Reader, int, int, int) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReInit(Reader, int, int) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReInit(Reader) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReInit(InputStream) - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReInit(JavaCharStream) - Method in class org.semanticweb.triple.client.ParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class org.semanticweb.triple.client.ParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReInit(Reader, int, int) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReInit(Reader) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.semanticweb.triple.parser.LTermParser
 
ReInit(Reader) - Method in class org.semanticweb.triple.parser.LTermParser
 
ReInit(LTermParserTokenManager) - Method in class org.semanticweb.triple.parser.LTermParser
 
ReInit(JavaCharStream) - Method in class org.semanticweb.triple.parser.LTermParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class org.semanticweb.triple.parser.LTermParserTokenManager
 
ReInit(InputStream, int, int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
ReInit(InputStream, int, int, int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
ReInit(Reader, int, int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
ReInit(Reader, int, int, int) - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
ReadByte() - Method in class org.semanticweb.triple.application.JavaCharStream
 
ReadByte() - Method in class org.semanticweb.triple.client.JavaCharStream
 
ReadByte() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
ReifiedTriple - class org.semanticweb.triple.language.ReifiedTriple.
 
ReifiedTriple() - Constructor for class org.semanticweb.triple.language.ReifiedTriple
 
Resource - class org.semanticweb.triple.language.Resource.
 
Resource() - Constructor for class org.semanticweb.triple.language.Resource
 
ResultSet - class org.semanticweb.triple.application.ResultSet.
Results returned by a triple query are stored here.
ResultSet(XSBCoreIntf, ArrayList) - Constructor for class org.semanticweb.triple.application.ResultSet
Constructor.
reInit(InputStream) - Method in class org.semanticweb.lp.LPParser
Description of the Method
read(Reader) - Method in class org.semanticweb.triple.application.N3Import
Read a n3 files.
read(Reader) - Method in class org.semanticweb.triple.application.N3Remove
Read a n3 files.
read() - Method in class org.semanticweb.triple.application.TripleFilterReader
Read one character
read(char[], int, int) - Method in class org.semanticweb.triple.application.TripleFilterReader
Read multiple characters.
readChar() - Method in class org.semanticweb.triple.application.JavaCharStream
 
readChar() - Method in class org.semanticweb.triple.client.JavaCharStream
 
readChar() - Method in class org.semanticweb.triple.parser.JavaCharStream
 
readChar() - Method in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Method
remove() - Method in class org.semanticweb.triple.application.ResultSet
Not supported
removeModel(String, String) - Method in interface org.semanticweb.triple.application.TripleService
Deletes the content of the RDF model who's ID is given by the namespace and the localname.
removeModel(String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Deletes the content of the RDF model who's ID is given by the namespace and the localname.
removeN3File(String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
 
removeN3File(String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Remove an RDF file.
removeRDFFile(String, String, String) - Method in interface org.semanticweb.triple.application.TripleService
 
removeRDFFile(String, String, String) - Method in class org.semanticweb.triple.application.TripleServiceImpl
Remove an RDF file.
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPAtom
Description of the Method
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPBinaryOperator
 
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPExpression
 
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPQuantifiedFormula
 
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPRule
 
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPTermConstant
Description of the Method
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPTermDouble
Description of the Method
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPTermFunction
 
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPTermInteger
Description of the Method
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLPUnaryOperator
 
renameVariables(HashMap) - Method in class org.semanticweb.glp.GLogicFormula
 
reset() - Static method in class org.semanticweb.glp.VariableGenerator
Description of the Method

S

SBArgList() - Method in class org.semanticweb.triple.parser.LTermParser
 
SEMICOLON - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
SHUTDOWN - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
SINGLE_LINE_COMMENT - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
SINGLE_LINE_COMMENT - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
STRUCTEQUALS - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
SWIPE - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
SYMBOL - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
SYMBOL - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
SimpleClauseBlock(Context) - Method in class org.semanticweb.triple.parser.LTermParser
 
StringTerm - class org.semanticweb.lp.StringTerm.
Description of the Class
StringTerm(String) - Constructor for class org.semanticweb.lp.StringTerm
Constructor for the StringTerm object
StructTerm() - Method in class org.semanticweb.triple.parser.LTermParser
 
Structure - class org.semanticweb.triple.language.Structure.
 
Structure() - Constructor for class org.semanticweb.triple.language.Structure
 
SwitchTo(int) - Method in class org.semanticweb.triple.client.ParserTokenManager
 
SwitchTo(int) - Method in class org.semanticweb.triple.parser.LTermParserTokenManager
 
Symbol() - Method in class org.semanticweb.triple.parser.LTermParser
 
Syntax - interface org.semanticweb.triple.language.Syntax.
Interface for different Triple syntaxes (e.g., PROLOG, native Triple)
SyntaxHelper - class org.semanticweb.utilities.SyntaxHelper.
Some static auxiliary functions for PROLOG-like syntaxes.
SyntaxHelper() - Constructor for class org.semanticweb.utilities.SyntaxHelper
 
setDebugStream(PrintStream) - Method in class org.semanticweb.triple.client.ParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.semanticweb.triple.parser.LTermParserTokenManager
 
setHead(Term) - Method in class org.semanticweb.lp.NonEmptyListTerm
Sets the head attribute of the NonEmptyListTerm object
setJava(boolean) - Method in class org.semanticweb.triple.application.ResultSet
Determine whether to return Java or org.semanticweb.triple.language objects.
setLeft(Term) - Method in class org.semanticweb.triple.language.PathExpression
 
setRDFNamespace(Resource) - Method in class org.semanticweb.triple.application.ExternalPrologCallback
 
setRDFNamespace(String, String) - Method in class org.semanticweb.triple.application.N3Import
Set rdf namespace.
setRDFNamespace(String, String) - Method in class org.semanticweb.triple.application.N3Remove
Set rdf namespace.
setRDFNamespace(String, String) - Method in class org.semanticweb.triple.application.RDFImport
Set rdf namespace.
setRDFNamespace(Resource) - Method in class org.semanticweb.triple.application.RDFImport
Set rdf namespace.
setRDFNamespace(String, String) - Method in class org.semanticweb.triple.application.RDFRemove
Set rdf namespace.
setRDFNamespace(Resource) - Method in class org.semanticweb.triple.application.RDFRemove
Set rdf namespace.
setRest(Term) - Method in class org.semanticweb.lp.NonEmptyListTerm
Sets the rest attribute of the NonEmptyListTerm object
setRight(Term) - Method in class org.semanticweb.triple.language.PathExpression
 
setStore(Object) - Method in class org.semanticweb.triple.application.ObjectWrapper
 
setTerm(Term) - Method in class org.semanticweb.triple.application.TripleSubstitution
sets the term of the substitution
setVariable(Variable) - Method in class org.semanticweb.triple.application.TripleSubstitution
sets the variable of the substitution
setWriter(FileWriter) - Method in class org.semanticweb.triple.application.RDFImport
 
specialConstructor - Variable in class org.semanticweb.triple.application.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in class org.semanticweb.triple.client.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in class org.semanticweb.triple.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.semanticweb.triple.application.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.semanticweb.triple.client.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.semanticweb.triple.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
startDocument() - Method in class org.semanticweb.triple.application.N3Import
 
startDocument() - Method in class org.semanticweb.triple.application.N3Remove
 
startFormula(int, String) - Method in class org.semanticweb.triple.application.N3Import
???
startFormula(int, String) - Method in class org.semanticweb.triple.application.N3Remove
???
startModel() - Method in class org.semanticweb.triple.application.ExternalPrologCallback
start is called when parsing of data is started
startModel() - Method in class org.semanticweb.triple.application.RDFRemove
start is called when parsing of data is started
statement(AResource, AResource, ALiteral) - Method in class org.semanticweb.triple.application.RDFImport
ARP callback
statement(AResource, AResource, ALiteral) - Method in class org.semanticweb.triple.application.RDFRemove
ARP callback
staticFlag - Static variable in class org.semanticweb.triple.application.JavaCharStream
 
staticFlag - Static variable in class org.semanticweb.triple.client.JavaCharStream
 
staticFlag - Static variable in class org.semanticweb.triple.parser.JavaCharStream
 
staticFlag - Static variable in class org.semanticweb.utilities.ASCII_UCodeESC_CharStream
Description of the Field
symbol(String, boolean) - Static method in class org.semanticweb.utilities.SyntaxHelper
 

T

TIMES - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
Term - class org.semanticweb.lp.Term.
Description of the Class
Term() - Constructor for class org.semanticweb.lp.Term
Constructor for the Term object
Term - class org.semanticweb.triple.language.Term.
 
Term() - Constructor for class org.semanticweb.triple.language.Term
 
Term() - Method in class org.semanticweb.triple.parser.LTermParser
 
TermSeq() - Method in class org.semanticweb.triple.parser.LTermParser
 
Token - class org.semanticweb.triple.application.Token.
Describes the input token stream.
Token() - Constructor for class org.semanticweb.triple.application.Token
 
Token - class org.semanticweb.triple.client.Token.
Describes the input token stream.
Token() - Constructor for class org.semanticweb.triple.client.Token
 
Token - class org.semanticweb.triple.parser.Token.
Describes the input token stream.
Token() - Constructor for class org.semanticweb.triple.parser.Token
 
TokenMgrError - error org.semanticweb.triple.application.TokenMgrError.
 
TokenMgrError() - Constructor for class org.semanticweb.triple.application.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.semanticweb.triple.application.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.semanticweb.triple.application.TokenMgrError
 
TokenMgrError - error org.semanticweb.triple.client.TokenMgrError.
 
TokenMgrError() - Constructor for class org.semanticweb.triple.client.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.semanticweb.triple.client.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.semanticweb.triple.client.TokenMgrError
 
TokenMgrError - error org.semanticweb.triple.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.semanticweb.triple.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.semanticweb.triple.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.semanticweb.triple.parser.TokenMgrError
 
Triple - class org.semanticweb.triple.language.Triple.
 
Triple() - Constructor for class org.semanticweb.triple.language.Triple
 
TripleClient - class org.semanticweb.triple.client.TripleClient.
Test case for YARS HTTP interface.
TripleClient() - Constructor for class org.semanticweb.triple.client.TripleClient
Constructor.
TripleExpression - class org.semanticweb.triple.language.TripleExpression.
The root of all TRIPLE language expressions.
TripleExpression() - Constructor for class org.semanticweb.triple.language.TripleExpression
 
TripleFilterReader - class org.semanticweb.triple.application.TripleFilterReader.
This is an input stream filter to store the content of whatever is passed to addRDF into a file for later access.
TripleFilterReader(Reader, String) - Constructor for class org.semanticweb.triple.application.TripleFilterReader
 
TripleService - interface org.semanticweb.triple.application.TripleService.
TRIPLE Service API
TripleServiceException - exception org.semanticweb.triple.application.TripleServiceException.
Thrown when there are problems with invoking XSB.
TripleServiceException(String) - Constructor for class org.semanticweb.triple.application.TripleServiceException
 
TripleServiceImpl - class org.semanticweb.triple.application.TripleServiceImpl.
TRIPLE Service API
TripleServiceImpl() - Constructor for class org.semanticweb.triple.application.TripleServiceImpl
 
TripleSubstitution - class org.semanticweb.triple.application.TripleSubstitution.
Copyright ? Juergen Angele and Stefan Decker, Institut AIFB, University of Karlsruhe.
TripleSubstitution(Variable, Term) - Constructor for class org.semanticweb.triple.application.TripleSubstitution
Constructor for the Substitution object
TripleSyntax - class org.semanticweb.triple.language.TripleSyntax.
A "native" TRIPLE syntax.
TripleSyntax() - Constructor for class org.semanticweb.triple.language.TripleSyntax
 
TripleTransform - class org.semanticweb.triple.parser.TripleTransform.
Translates LTerm program into a Triple program, on a clause-by-clause basis to allow streaming Triple program is org.semanicweb.triple.language
TripleTransform() - Constructor for class org.semanticweb.triple.parser.TripleTransform
 
timemeasure - Static variable in class org.semanticweb.lp.ProgramClause
 
toArrayList() - Method in class org.semanticweb.triple.application.ResultSet
Return an ArrayList of the result values.
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.And
 
toGLP() - Method in class org.semanticweb.triple.language.Clause
Transformation to a general logic program
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.DoubleTerm
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Equiv
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.ExistsFormula
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.ForallFormula
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Formula
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.HornAtom
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.ImpliedBy
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Implies
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.IntegerTerm
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.Literal
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Molecule
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.MoleculeTerm
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Neg
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Not
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Or
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.PathExpression
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.ReifiedTriple
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.Resource
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.Structure
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.Term
 
toGLP(GLPTerm) - Method in class org.semanticweb.triple.language.Triple
 
toGLP(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.Variable
 
toGLPExternalFormula(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.HornAtom
 
toGLPTrueFormula(GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.HornAtom
 
toGLPVariables(ArrayList) - Static method in class org.semanticweb.triple.language.Variable
 
toInnerGLP(GLPTerm, GLPTerm, ArrayList) - Method in class org.semanticweb.triple.language.PathExpression
 
toLPLiteral(boolean) - Method in class org.semanticweb.glp.GLPAtom
Description of the Method
toLPLiteral() - Method in class org.semanticweb.glp.GLPAtom
Description of the Method
toLPLiteral() - Method in class org.semanticweb.glp.GLPNot
Description of the Method
toLPTerm() - Method in class org.semanticweb.glp.GLPTerm
 
toLPTerm() - Method in class org.semanticweb.glp.GLPTermConstant
Description of the Method
toLPTerm() - Method in class org.semanticweb.glp.GLPTermDouble
Description of the Method
toLPTerm() - Method in class org.semanticweb.glp.GLPTermFunction
 
toLPTerm() - Method in class org.semanticweb.glp.GLPTermInteger
Description of the Method
toLPTerm() - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
toModel() - Method in class org.semanticweb.triple.application.ResultSet
Return the result set as RDF/XML.
toN3() - Method in class org.semanticweb.triple.application.ResultSet
Result in N3.
toN3() - Method in class org.semanticweb.triple.application.TripleSubstitution
print results
toOMMArrayList(int) - Method in class org.semanticweb.triple.application.ResultSet
Convert a ResultSet object to an ArrayList (sorted) and cuts of numberOfResults result items.
toOMMPrettyPrint(int) - Method in class org.semanticweb.triple.application.ResultSet
Return results in pretty-print format.
toOMMXML() - Method in class org.semanticweb.triple.application.ResultSet
Return results in XML format according to OMM requirements.
toPrologString(ArrayList) - Method in class org.semanticweb.lp.ProgramClause
 
toPrologString() - Method in class org.semanticweb.triple.language.TripleExpression
 
toRDF() - Method in class org.semanticweb.triple.application.ResultSet
Result in N3.
toString() - Method in class org.semanticweb.glp.GLPAnd
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPAtom
Description of the Method
toString(GLogicFormula, String, GLogicFormula) - Method in class org.semanticweb.glp.GLPBinaryOperator
 
toString() - Method in class org.semanticweb.glp.GLPEquiv
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPExists
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPForall
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPImpliedBy
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPImplies
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPNot
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPOr
Description of the Method
toString(String, ArrayList, GLogicFormula) - Method in class org.semanticweb.glp.GLPQuantifiedFormula
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPRule
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPTermConstant
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPTermDouble
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPTermFunction
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPTermInteger
Description of the Method
toString() - Method in class org.semanticweb.glp.GLPTermVariable
Description of the Method
toString(String, GLogicFormula) - Method in class org.semanticweb.glp.GLPUnaryOperator
 
toString() - Method in class org.semanticweb.lp.ConstTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.DoubleTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.FunctorTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.IntegerTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.Literal
Description of the Method
toString() - Method in class org.semanticweb.lp.NilTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.NonEmptyListTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.ProgramClause
Description of the Method
toString() - Method in class org.semanticweb.lp.StringTerm
Description of the Method
toString() - Method in class org.semanticweb.lp.VariableTerm
Description of the Method
toString() - Method in class org.semanticweb.triple.application.ResultSet
Used for debugging.
toString() - Method in class org.semanticweb.triple.application.Token
Returns the image.
toString() - Method in class org.semanticweb.triple.application.TripleSubstitution
print results
toString() - Method in class org.semanticweb.triple.client.Token
Returns the image.
toString(Syntax) - Method in class org.semanticweb.triple.language.And
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Clause
 
toString(Syntax, boolean) - Method in class org.semanticweb.triple.language.Clause
 
toString(Syntax) - Method in class org.semanticweb.triple.language.DoubleTerm
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Equiv
 
toString(Syntax) - Method in class org.semanticweb.triple.language.ExistsFormula
 
toString(Syntax) - Method in class org.semanticweb.triple.language.ForallFormula
 
toString(Syntax) - Method in class org.semanticweb.triple.language.HornAtom
 
toString(Syntax) - Method in class org.semanticweb.triple.language.ImpliedBy
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Implies
 
toString(Syntax) - Method in class org.semanticweb.triple.language.IntegerTerm
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Literal
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Molecule
 
toString(Syntax) - Method in class org.semanticweb.triple.language.MoleculeTerm
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Neg
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Not
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Or
 
toString(Syntax) - Method in class org.semanticweb.triple.language.PathExpression
 
toString(String, Syntax) - Method in class org.semanticweb.triple.language.QuantifierFormula
 
toString(Syntax) - Method in class org.semanticweb.triple.language.ReifiedTriple
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Resource
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Structure
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Triple
 
toString(Syntax) - Method in class org.semanticweb.triple.language.TripleExpression
 
toString() - Method in class org.semanticweb.triple.language.TripleExpression
 
toString(Syntax) - Method in class org.semanticweb.triple.language.Variable
 
toString() - Method in class org.semanticweb.triple.parser.LDouble
 
toString() - Method in class org.semanticweb.triple.parser.LInteger
 
toString() - Method in class org.semanticweb.triple.parser.LStruct
Print string for this object.
toString() - Method in class org.semanticweb.triple.parser.LSymbol
 
toString() - Method in class org.semanticweb.triple.parser.LVariable
 
toString() - Method in class org.semanticweb.triple.parser.Token
Returns the image.
toString1() - Method in class org.semanticweb.lp.NonEmptyListTerm
Description of the Method
toTripleString(boolean) - Method in class org.semanticweb.triple.language.Clause
 
toTripleString() - Method in class org.semanticweb.triple.language.TripleExpression
 
token - Variable in class org.semanticweb.triple.parser.LTermParser
 
tokenImage - Variable in class org.semanticweb.triple.application.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in class org.semanticweb.triple.client.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.semanticweb.triple.client.ParserConstants
 
tokenImage - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
tokenImage - Variable in class org.semanticweb.triple.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
token_source - Variable in class org.semanticweb.triple.parser.LTermParser
 
transformClause(LTerm, LTerm) - Static method in class org.semanticweb.triple.parser.TripleTransform
 
transformClause(ArrayList, LTerm, ArrayList, LTerm) - Static method in class org.semanticweb.triple.parser.TripleTransform
 
transformFormula(LTerm, boolean) - Static method in class org.semanticweb.triple.parser.TripleTransform
 
transformHornAtom(LTerm, boolean) - Static method in class org.semanticweb.triple.parser.TripleTransform
 
transformTerm(LTerm, boolean) - Static method in class org.semanticweb.triple.parser.TripleTransform
 
translateFormula(GLPRule) - Method in class org.semanticweb.glp.GLPLloydToporTransform
Description of the Method
translateFormula(GLPRule, ArrayList) - Method in class org.semanticweb.glp.GLPLloydToporTransform
Description of the Method

U

UNDERSCORE - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
UNION - Static variable in interface org.semanticweb.triple.parser.LTermParserConstants
 
UnaryFormula - class org.semanticweb.triple.language.UnaryFormula.
 
UnaryFormula() - Constructor for class org.semanticweb.triple.language.UnaryFormula
 
UnitTerm() - Method in class org.semanticweb.triple.parser.LTermParser
 
Unop1200() - Method in class org.semanticweb.triple.parser.LTermParser
 
Unop500() - Method in class org.semanticweb.triple.parser.LTermParser
 
Unop900() - Method in class org.semanticweb.triple.parser.LTermParser
 
UpdateLineColumn(char) - Method in class org.semanticweb.triple.application.JavaCharStream
 
UpdateLineColumn(char) - Method in class org.semanticweb.triple.client.JavaCharStream
 
UpdateLineColumn(char) - Method in class org.semanticweb.triple.parser.JavaCharStream
 

V

Variable - class org.semanticweb.triple.language.Variable.
 
Variable() - Constructor for class org.semanticweb.triple.language.Variable
 
Variable(String) - Constructor for class org.semanticweb.triple.language.Variable
 
Variable() - Method in class org.semanticweb.triple.parser.LTermParser
 
VariableGenerator - class org.semanticweb.glp.VariableGenerator.
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
VariableGenerator() - Constructor for class org.semanticweb.glp.VariableGenerator
 
VariableTerm - class org.semanticweb.lp.VariableTerm.
Description of the Class
VariableTerm(String) - Constructor for class org.semanticweb.lp.VariableTerm
Constructor for the VariableTerm object
v - Variable in class org.semanticweb.glp.GLPTermVariable
Description of the Field

X

XSBBuiltin - interface org.semanticweb.xsb.XSBBuiltin.
Classes that want to act as builtins have to implement this interface.
XSBCallback - class org.semanticweb.triple.application.XSBCallback.
Implementation of Callback to invoke XSB directly via JNI.
XSBCallback(XSBCoreIntf) - Constructor for class org.semanticweb.triple.application.XSBCallback
Constructor.
XSBClient - class org.semanticweb.xsb.XSBClient.
 
XSBClient() - Constructor for class org.semanticweb.xsb.XSBClient
 
XSBCore - class org.semanticweb.xsb.XSBCore.
Description of the Class
XSBCore() - Constructor for class org.semanticweb.xsb.XSBCore
Constructor.
XSBCoreIntf - interface org.semanticweb.xsb.XSBCoreIntf.
Description of the Class
XSBCoreWrapper - class org.semanticweb.xsb.XSBCoreWrapper.
Wrapper for XSBCore to intercept calls and store the prolog source that go through XSBCore.
XSBCoreWrapper() - Constructor for class org.semanticweb.xsb.XSBCoreWrapper
Constructor.
XSBException - exception org.semanticweb.triple.application.XSBException.
Thrown when there are problems with invoking XSB.
XSBException(String) - Constructor for class org.semanticweb.triple.application.XSBException
 
XSBHello - class org.semanticweb.xsb.XSBHello.
 
XSBHello() - Constructor for class org.semanticweb.xsb.XSBHello
 
xsb_answer_string(String) - Method in class org.semanticweb.xsb.XSBCore
xsb_answer_string returns an answer substitution as a string, the single answers separated by sep.
xsb_answer_string(String) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_answer_string(String) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_assert_fact(Literal) - Method in class org.semanticweb.xsb.XSBCore
Asserts a Java representation of a fact
xsb_assert_fact(Literal) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_assert_fact(Literal) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_assert_rule(ProgramClause) - Method in class org.semanticweb.xsb.XSBCore
Asserts a Java representation of a program clause
xsb_assert_rule(ProgramClause) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_assert_rule(ProgramClause) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_close() - Method in class org.semanticweb.xsb.XSBCore
xsb_close() is currently just a noop, since it doesn't clean anything up, to allow a re-init.
xsb_close() - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_close() - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_close_query() - Method in class org.semanticweb.xsb.XSBCore
xsb_close_query() closes the current query, so that no more answers will be returned, and another query can be opened.
xsb_close_query() - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_close_query() - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_command() - Method in class org.semanticweb.xsb.XSBCore
xsb_command() passes the command (i.e.
xsb_command() - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_command_string(String) - Method in class org.semanticweb.xsb.XSBCore
xsb_command_string(char *goal) passes the command (e.g.
xsb_command_string(String) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_command_string(String) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_command_term(Term) - Method in class org.semanticweb.xsb.XSBCore
xsb_command_term(Term t) passes the command represented as a Java Term to xsb and executes it.
xsb_command_term(Term) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_command_term(Term) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_get_answer_substitution() - Method in class org.semanticweb.xsb.XSBCore
xsb_get_answer_substitution() returns an array of answer substitution, each variable corresponds to one position in the array.
xsb_get_answer_substitution() - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_init(String[]) - Method in class org.semanticweb.xsb.XSBCore
xsb_init(String[] args) initializes the XSB engines.
xsb_init(String[]) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_next() - Method in class org.semanticweb.xsb.XSBCore
xsb_next() causes xsb to return the next answer.
xsb_next() - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_query() - Method in class org.semanticweb.xsb.XSBCore
xsb_query() passes the query to xsb.
xsb_query() - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_query_java(ProgramClause) - Method in class org.semanticweb.xsb.XSBCore
Poses a query in a Java representation
xsb_query_java(ProgramClause) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_query_java(ProgramClause) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_query_string(String) - Method in class org.semanticweb.xsb.XSBCore
xsb_query_string(String command) submits a query to xsb.
xsb_query_string(String) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_query_string(String) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_query_term(Term) - Method in class org.semanticweb.xsb.XSBCore
xsb_query_term(Term t) passes the query represented as a Java term to xsb.
xsb_query_term(Term) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_query_term(Term) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_retract_fact(Literal) - Method in class org.semanticweb.xsb.XSBCore
Retracts a Java representation of a fact
xsb_retract_fact(Literal) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_retract_fact(Literal) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 
xsb_retract_rule(ProgramClause) - Method in class org.semanticweb.xsb.XSBCore
Retract the Java Representation of a Rule
xsb_retract_rule(ProgramClause) - Method in interface org.semanticweb.xsb.XSBCoreIntf
 
xsb_retract_rule(ProgramClause) - Method in class org.semanticweb.xsb.XSBCoreWrapper
 

A B C D E F G H I J K L M N O P Q R S T U V X