C D E F G I L M N P Q R S T V

C

cast(IDatatype, IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
Cast a value
CL_ASK - Static variable in interface fr.inria.acacia.corese.api.IResults
Query with a ASK clause
CL_CONSTRUCT - Static variable in interface fr.inria.acacia.corese.api.IResults
Query with a CONSTRUCT clause
CL_DESCRIBE - Static variable in interface fr.inria.acacia.corese.api.IResults
Query with a DESCRIBE clause
CL_SELECT - Static variable in interface fr.inria.acacia.corese.api.IResults
Query with a SELECT clause
compareTo(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
Compare 2 datatypes
contains(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
test if this.getLowerCaseLabel() contains iod.getLowerCaseLabel()

D

DATAPATH - Static variable in class fr.inria.acacia.corese.api.EngineFactory
datapath = the path to resolve the resource paths (RDF(S), properties, icon, etc), same syntax as CLASSPATH; the path is relative to the directory where Corese has been launched
DatatypeFactory - Class in fr.inria.acacia.corese.api
This interface create an instance of a CoreseDatatype
It can be used when creating an external function.
DatatypeFactory.CoreseType - Enum in fr.inria.acacia.corese.api
 
datatypeHM - Static variable in class fr.inria.acacia.corese.api.DatatypeFactory
 
div(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 

E

emptyResult(IResults) - Method in interface fr.inria.acacia.corese.api.IEngine
Print an empty result in the SPARQL result format
ENGINE_DATA - Static variable in class fr.inria.acacia.corese.api.EngineFactory
Annotations to load
Example: "annot/data annot/data2 annot/testrdf.rdf"
ENGINE_DEBUG - Static variable in interface fr.inria.acacia.corese.api.IEngine
If true, prints a maximum of information about the inferences it is making
Values: true or false
ENGINE_GUI_NAMESPACE - Static variable in interface fr.inria.acacia.corese.api.IEngine
Predefined prefix associated with a namespace
Example: "a http://www.inria.fr/acacia# i http://www.inria.fr#"
ENGINE_LOG4J - Static variable in class fr.inria.acacia.corese.api.EngineFactory
The path (absolute or relative) to indicate where to find the log4j configuration file
Example: "data/log4j.properties"
ENGINE_PROJECTION_MAX - Static variable in interface fr.inria.acacia.corese.api.IEngine
Maximum number of projections computed to answer a query
Values: Integer
ENGINE_RESULT_JOIN - Static variable in interface fr.inria.acacia.corese.api.IEngine
When this property is set to true, Corese groups projections that share the same first concept into one result.
ENGINE_RESULT_MAX - Static variable in interface fr.inria.acacia.corese.api.IEngine
Maximum number of result returned after possibly grouping projections
Values: Integer
ENGINE_RULE - Static variable in class fr.inria.acacia.corese.api.EngineFactory
Rules to load
Example: rule/testrule.rul
ENGINE_RULE_RUN - Static variable in class fr.inria.acacia.corese.api.EngineFactory
If we have to run the rule Engine
Values: true or false
ENGINE_SCHEMA - Static variable in class fr.inria.acacia.corese.api.EngineFactory
Ontologies to load
example: "ontology/humans.rdfs owlOntology.owl"
ENGINE_SHOW_MAX - Static variable in interface fr.inria.acacia.corese.api.IEngine
Maximum number of statements printed by the RDF pretty printer
Values: Integer
ENGINE_SOURCE_REGEX - Static variable in interface fr.inria.acacia.corese.api.IEngine
If a URL of a document that contains a graph matches a given pattern, this graph can be assigned a new source URI.
EngineException - Exception in fr.inria.acacia.corese.exceptions
This class gathers all the exceptions that can be thrown in Corese
EngineFactory - Class in fr.inria.acacia.corese.api
This interface create an instance of Corese.
EngineFactory() - Constructor for class fr.inria.acacia.corese.api.EngineFactory
 
EngineInitException - Exception in fr.inria.acacia.corese.exceptions
It deals with all the exceptions that can be thrown during the initialization part of Corese (when loading ontology, annotations or rules for example)

EngineInitException() - Constructor for exception fr.inria.acacia.corese.exceptions.EngineInitException
default empty constructor
EngineInitException(String) - Constructor for exception fr.inria.acacia.corese.exceptions.EngineInitException
 
EngineInitException(File, String) - Constructor for exception fr.inria.acacia.corese.exceptions.EngineInitException
 
equals(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
test the equality (by value) between two instances of datatype class

F

fr.inria.acacia.corese.api - package fr.inria.acacia.corese.api
 
fr.inria.acacia.corese.exceptions - package fr.inria.acacia.corese.exceptions
 

G

getClause() - Method in interface fr.inria.acacia.corese.api.IResults
Returns the clause of the query.
getDataLang() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getDatatype() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getDatatypeURI() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getDatatypeURI() - Method in interface fr.inria.acacia.corese.api.IResultValue
 
getDoubleValue() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getdValue() - Method in interface fr.inria.acacia.corese.api.IDatatype
Deprecated. use getDoubleValue instead
getFile() - Method in exception fr.inria.acacia.corese.exceptions.EngineInitException
 
getIntegerValue() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getiValue() - Method in interface fr.inria.acacia.corese.api.IDatatype
Deprecated. use getIntegerValue instead
getLabel() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getLang() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getLang() - Method in interface fr.inria.acacia.corese.api.IResultValue
 
getMessage() - Method in exception fr.inria.acacia.corese.exceptions.EngineInitException
 
getMessage() - Method in exception fr.inria.acacia.corese.exceptions.QuerySemanticException
 
getNormalizedLabel() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
getParameter(String) - Method in interface fr.inria.acacia.corese.api.IModel
Return the given parameter's value.
getParameterValues(String) - Method in interface fr.inria.acacia.corese.api.IModel
Return the given parameter's values.
getProperty(String) - Method in class fr.inria.acacia.corese.api.EngineFactory
Get the value of a corese property if it exists
getProperty(String) - Method in interface fr.inria.acacia.corese.api.IEngine
Get the value of a corese property if it exists
getResults() - Method in interface fr.inria.acacia.corese.api.IResults
 
getResultValue(String) - Method in interface fr.inria.acacia.corese.api.IResult
 
getResultValues(String) - Method in interface fr.inria.acacia.corese.api.IResult
 
getSimilarity() - Method in interface fr.inria.acacia.corese.api.IResult
 
getSPARQLValues(String) - Method in interface fr.inria.acacia.corese.api.IResult
 
getStringValue(String) - Method in interface fr.inria.acacia.corese.api.IResult
 
getStringValue() - Method in interface fr.inria.acacia.corese.api.IResultValue
 
getStringValues(String) - Method in interface fr.inria.acacia.corese.api.IResult
 
getSuccess() - Method in interface fr.inria.acacia.corese.api.IResults
 
getVariables() - Method in interface fr.inria.acacia.corese.api.IResults
 
greater(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 
greaterOrEqual(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 

I

IDatatype - Interface in fr.inria.acacia.corese.api
This is an interface for all xsd:datatypes: each has a normalized label and a lower case label, that are comparable with an other datatype(instance).
IEngine - Interface in fr.inria.acacia.corese.api
This class encapsulate the Corese class, which manages the Corese RDF engine
IModel - Interface in fr.inria.acacia.corese.api
This class is a model for given parameters; it allows us to to parameterize a query.
IResult - Interface in fr.inria.acacia.corese.api
This interface provides methods to handle results
IResults - Interface in fr.inria.acacia.corese.api
This interface wraps query results
With a query result, the most common and practical thing to do is to just print it.
IResultValue - Interface in fr.inria.acacia.corese.api
This interface provides methods to handle values of results
isBlank() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
isBlank() - Method in interface fr.inria.acacia.corese.api.IResultValue
 
isBound(String) - Method in interface fr.inria.acacia.corese.api.IResult
 
isLiteral() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
isLiteral() - Method in interface fr.inria.acacia.corese.api.IResultValue
 
isNumber() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
isNumber() - Method in interface fr.inria.acacia.corese.api.IResultValue
 
isURI() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
isURI() - Method in interface fr.inria.acacia.corese.api.IResultValue
 

L

less(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 
lessOrEqual(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 
load(String) - Method in interface fr.inria.acacia.corese.api.IEngine
Load RDF (.rdf), RDFS (.rdfs), OWL (.owl) or RULE (.rul) files into Corese
loadDir(String) - Method in interface fr.inria.acacia.corese.api.IEngine
Load a whole directory (that can contain RDF (.rdf), RDFS (.rdfs), OWL (.owl) or RULE (.rul) files) into Corese.

M

minus(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 
mult(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 

N

newInstance(String) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(boolean) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(double) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(float) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(int) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(long) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(Date) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(String, DatatypeFactory.CoreseType) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance(String, String) - Static method in class fr.inria.acacia.corese.api.DatatypeFactory
 
newInstance() - Method in class fr.inria.acacia.corese.api.EngineFactory
Create an empty engine

P

plus(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
 
PROPERTY_FILE - Static variable in class fr.inria.acacia.corese.api.EngineFactory
propertyFile = the name of a Corese properties file (with or without .properties))

Q

QueryLexicalException - Exception in fr.inria.acacia.corese.exceptions
This exception is used when errors are detected by the lexical analyser
QueryLexicalException() - Constructor for exception fr.inria.acacia.corese.exceptions.QueryLexicalException
 
QueryLexicalException(Error) - Constructor for exception fr.inria.acacia.corese.exceptions.QueryLexicalException
 
QuerySemanticException - Exception in fr.inria.acacia.corese.exceptions
This exception is used for semantic errors: (one exception is raised for all the semantic errors that may occur)
Undefined prefix Undefined property: in case of a triple of kind "A c:prop B", we check if the property "c:prop" exists Undefined class: in case of a triple of kind "A rdf:type B", we check if B is a defined class
QuerySemanticException() - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySemanticException
 
QuerySemanticException(Exception) - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySemanticException
 
QuerySolvingException - Exception in fr.inria.acacia.corese.exceptions
This class deals with exceptions that occured during the execution of the query (the projection)
QuerySolvingException() - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySolvingException
 
QuerySolvingException(Exception) - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySolvingException
 
QuerySolvingException(String) - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySolvingException
 
QuerySyntaxException - Exception in fr.inria.acacia.corese.exceptions
This exception is thrown when there is an error in the syntax of the query.
QuerySyntaxException() - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySyntaxException
 
QuerySyntaxException(Exception) - Constructor for exception fr.inria.acacia.corese.exceptions.QuerySyntaxException
 

R

runRuleEngine() - Method in interface fr.inria.acacia.corese.api.IEngine
Apply rule base on graph base
It should be called only when rules have been previously loaded

S

sameTerm(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
test the equality (by value) between two instances of datatype class
setMessage(String) - Method in exception fr.inria.acacia.corese.exceptions.EngineInitException
 
setMessage(String) - Method in exception fr.inria.acacia.corese.exceptions.QuerySemanticException
 
setProperty(String, String) - Method in class fr.inria.acacia.corese.api.EngineFactory
 
setProperty(String, String) - Method in interface fr.inria.acacia.corese.api.IEngine
Set the value of a corese property
Examples:
setProperty(ENGINE_DATA, "annot/data annot/data2 annot/testrdf.rdf")
setProperty(ENGINE_DEBUG, "false")
For more informations about corese properties, see http://www-sop.inria.fr/acacia/soft/corese/manual/#coreseproperties
setURIFromPath(String, String) - Method in class fr.inria.acacia.corese.api.EngineFactory
If a URL of a document that contains a graph matches a given pattern, this graph can be assigned a new source URI.
size() - Method in interface fr.inria.acacia.corese.api.IResults
 
SPARQLQuery(String) - Method in interface fr.inria.acacia.corese.api.IEngine
Query Corese in the SPARQL syntax
SPARQLQuery(String, IModel) - Method in interface fr.inria.acacia.corese.api.IEngine
Query Corese in the SPARQL syntax with a model
SPARQLValidate(String) - Method in interface fr.inria.acacia.corese.api.IEngine
Validate the query.
startsWith(IDatatype) - Method in interface fr.inria.acacia.corese.api.IDatatype
test if this.getLowerCaseLabel() starts with iod.getLowerCaseLabel()

T

toCoreseResult() - Method in interface fr.inria.acacia.corese.api.IResults
 
toSparql() - Method in interface fr.inria.acacia.corese.api.IDatatype
 
toSPARQLResult() - Method in interface fr.inria.acacia.corese.api.IResults
 

V

valueOf(String) - Static method in enum fr.inria.acacia.corese.api.DatatypeFactory.CoreseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.inria.acacia.corese.api.DatatypeFactory.CoreseType
Returns an array containing the constants of this enum type, in the order they're declared.

C D E F G I L M N P Q R S T V

COPYRIGHT INRIA © 2007 - Company: INRIA - Project: Acacia - ALL RIGHTS RESERVED.