Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
I
L
M
N
O
P
R
S
T
V
E
es.ucm.fdi.gaia.ontobridge
- package es.ucm.fdi.gaia.ontobridge
es.ucm.fdi.gaia.ontobridge.exceptions
- package es.ucm.fdi.gaia.ontobridge.exceptions
es.ucm.fdi.gaia.ontobridge.test
- package es.ucm.fdi.gaia.ontobridge.test
es.ucm.fdi.gaia.ontobridge.test.gui
- package es.ucm.fdi.gaia.ontobridge.test.gui
es.ucm.fdi.gaia.ontobridge.util
- package es.ucm.fdi.gaia.ontobridge.util
execAskQuery(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
SPARQL
Executes a SPARQL query of type ASK (boolean query).
execConstructQuery(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
SPARQL
Executes a SPARQL query of type CONSTRUCT and returns a new model with the results.
execDescribeQuery(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
SPARQL
Executes a SPARQL query of type DESCRIBE and returns a new model with the results.
execSelectQuery(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
SPARQL
Executes a SPARQL query of type SELECT and returns an iterator over the solutions.
execSelectQueryAndPrint(String, PrintStream)
- Method in class es.ucm.fdi.gaia.ontobridge.
SPARQL
Executes a SPARQL query of type SELECT and prints the result as a table in the specified stream (usually System.out)
existsClass(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
OntoBridge
Returns if a class exists
existsInstance(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
OntoBridge
Returns if an instance exists
existsInstance(String, String)
- Method in class es.ucm.fdi.gaia.ontobridge.
OntoBridge
Returns if an instance of a concrete class exists
existsProperty(String)
- Method in class es.ucm.fdi.gaia.ontobridge.
OntoBridge
Returns if a property exists
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
I
L
M
N
O
P
R
S
T
V