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

A

addListener(QueryControllerListener) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
addNewResult(Assertion) - Method in class it.unibz.inf.ontop.answering.resultset.impl.DefaultSimpleGraphResultSet
 
addQuery(String, String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Creates a new query and adds it to the vector QueryControllerEntity.
addQuery(String, String, String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Creates a new query into a group and adds it to the vector QueryControllerEntity
addQuery(QueryControllerQuery) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
Adds a new query into QueryControllerQuery's vector.

B

build() - Method in interface it.unibz.inf.ontop.injection.OntopSystemConfiguration.Builder
 
build() - Method in class it.unibz.inf.ontop.materialization.impl.MaterializationParamsImpl.DefaultBuilder
 
build() - Method in interface it.unibz.inf.ontop.materialization.MaterializationParams.Builder
 

C

cancel() - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
 
cancel() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
cancelExecution() - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
Cancel the processing of the target query.
canMaterializationBeIncomplete() - Method in class it.unibz.inf.ontop.materialization.impl.MaterializationParamsImpl
 
canMaterializationBeIncomplete() - Method in interface it.unibz.inf.ontop.materialization.MaterializationParams
If true, stops exceptions due to materialization issues for some RDF properties/classes.
close() - Method in interface it.unibz.inf.ontop.answering.connection.DBConnector
 
close() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
 
close() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
close() - Method in class it.unibz.inf.ontop.answering.impl.OntopQueryEngineImpl
 
close() - Method in interface it.unibz.inf.ontop.answering.OntopQueryEngine
 
close() - Method in class it.unibz.inf.ontop.answering.resultset.impl.DefaultSimpleGraphResultSet
 
close() - Method in class it.unibz.inf.ontop.answering.resultset.impl.PredefinedBooleanResultSet
 
commit() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
 
configure() - Method in class it.unibz.inf.ontop.injection.impl.OntopSystemModule
 
configure() - Method in class it.unibz.inf.ontop.injection.impl.OntopSystemPostModule
 
connect() - Method in interface it.unibz.inf.ontop.answering.connection.DBConnector
 
connect() - Method in class it.unibz.inf.ontop.answering.impl.OntopQueryEngineImpl
 
connect() - Method in interface it.unibz.inf.ontop.answering.OntopQueryEngine
Initialization method
create(QueryReformulator, DBMetadata) - Method in interface it.unibz.inf.ontop.injection.OntopSystemFactory
 
create(OBDASpecification, ExecutorRegistry) - Method in interface it.unibz.inf.ontop.injection.OntopSystemFactory
 
createGroup(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Creates a new group and adds it to the vector QueryControllerEntity
createStatement() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
 
createStatement() - Method in interface it.unibz.inf.ontop.answering.connection.OntopConnection
 

D

DBConnector - Interface in it.unibz.inf.ontop.answering.connection
High-level component in charge of abstracting the interaction with the DB.
DEFAULT_QUERY_TIMEOUT - Static variable in interface it.unibz.inf.ontop.injection.OntopSystemSettings
 
DefaultBuilder() - Constructor for class it.unibz.inf.ontop.materialization.impl.MaterializationParamsImpl.DefaultBuilder
 
defaultBuilder() - Static method in interface it.unibz.inf.ontop.materialization.MaterializationParams
 
defaultMaterializer(OntopSystemConfiguration, MaterializationParams) - Static method in interface it.unibz.inf.ontop.materialization.OntopRDFMaterializer
Default implementation
defaultMaterializer(OntopSystemConfiguration) - Static method in interface it.unibz.inf.ontop.materialization.OntopRDFMaterializer
Default implementation
DefaultOntopRDFMaterializer - Class in it.unibz.inf.ontop.materialization.impl
Allows you to materialize the virtual RDF graph of an OBDA specification.
DefaultOntopRDFMaterializer(OntopSystemConfiguration, MaterializationParams) - Constructor for class it.unibz.inf.ontop.materialization.impl.DefaultOntopRDFMaterializer
 
DefaultOntopSystemBuilderFragment<B extends OntopSystemConfiguration.Builder<B>> - Class in it.unibz.inf.ontop.injection.impl
 
DefaultSimpleGraphResultSet - Class in it.unibz.inf.ontop.answering.resultset.impl
 
DefaultSimpleGraphResultSet(TupleResultSet, ConstructTemplate, boolean, TermFactory, RDF) - Constructor for class it.unibz.inf.ontop.answering.resultset.impl.DefaultSimpleGraphResultSet
 

E

elementAdded(QueryControllerEntity) - Method in interface it.unibz.inf.ontop.utils.querymanager.QueryControllerListener
 
elementAdded(QueryControllerQuery, QueryControllerGroup) - Method in interface it.unibz.inf.ontop.utils.querymanager.QueryControllerListener
 
elementChanged(QueryControllerQuery) - Method in interface it.unibz.inf.ontop.utils.querymanager.QueryControllerListener
 
elementChanged(QueryControllerQuery, QueryControllerGroup) - Method in interface it.unibz.inf.ontop.utils.querymanager.QueryControllerListener
 
elementRemoved(QueryControllerEntity) - Method in interface it.unibz.inf.ontop.utils.querymanager.QueryControllerListener
 
elementRemoved(QueryControllerQuery, QueryControllerGroup) - Method in interface it.unibz.inf.ontop.utils.querymanager.QueryControllerListener
 
enableDBResultsStreaming(boolean) - Method in class it.unibz.inf.ontop.materialization.impl.MaterializationParamsImpl.DefaultBuilder
 
enableDBResultsStreaming(boolean) - Method in interface it.unibz.inf.ontop.materialization.MaterializationParams.Builder
 
enableIncompleteMaterialization(boolean) - Method in class it.unibz.inf.ontop.materialization.impl.MaterializationParamsImpl.DefaultBuilder
 
enableIncompleteMaterialization(boolean) - Method in interface it.unibz.inf.ontop.materialization.MaterializationParams.Builder
 
execute(InputQuery<R>) - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
Calls the necessary tuple or graph query execution Implements describe uri or var logic Returns the result set for the given query
execute(InputQuery<R>) - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
executeBooleanQuery(IQ) - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
 
executeGraphQuery(ConstructQuery, IQ, boolean) - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
TODO: refactor
executeSelectQuery(IQ) - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
 

F

fireElementAdded(QueryControllerEntity) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
fireElementAdded(QueryControllerQuery, QueryControllerGroup) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
fireElementChanged(QueryControllerQuery) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
fireElementChanged(QueryControllerQuery, QueryControllerGroup) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
fireElementRemoved(QueryControllerEntity) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
fireElementRemoved(QueryControllerQuery, QueryControllerGroup) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 

G

getAutoCommit() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
 
getClasses() - Method in class it.unibz.inf.ontop.materialization.impl.DefaultOntopRDFMaterializer
 
getClasses() - Method in interface it.unibz.inf.ontop.materialization.OntopRDFMaterializer
 
getConnection() - Method in interface it.unibz.inf.ontop.answering.connection.DBConnector
Gets a OntopConnection usually coming from a connection pool.
getConnection() - Method in class it.unibz.inf.ontop.answering.impl.OntopQueryEngineImpl
 
getConnection() - Method in interface it.unibz.inf.ontop.answering.OntopQueryEngine
Gets a OntopConnection usually coming from a connection pool.
getDefaultQueryTimeout() - Method in class it.unibz.inf.ontop.injection.impl.OntopSystemSettingsImpl
 
getDefaultQueryTimeout() - Method in interface it.unibz.inf.ontop.injection.OntopSystemSettings
Query EVALUATION timeout (executed on the DB engine) Has no effect if negative or equal to 0.
getElementPosition(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Returns the index of the element in the vector.
getElementPosition(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
 
getElements() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
getEventsDisabled() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
getExecutableQuery(InputQuery) - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
 
getExecutableQuery(InputQuery) - Method in interface it.unibz.inf.ontop.answering.connection.OntopStatement
 
getFetchSize() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
getFetchSize() - Method in class it.unibz.inf.ontop.answering.resultset.impl.DefaultSimpleGraphResultSet
 
getGroup(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Searches a group and returns the object else returns null
getGroups() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Returns all the groups added
getID() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerEntity
 
getID() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
 
getID() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerQuery
 
getInputQueryFactory() - Method in interface it.unibz.inf.ontop.answering.connection.OntopConnection
 
getMaxRows() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
getMoreResults() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
getNodeName() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerEntity
 
getNodeName() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
 
getNodeName() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerQuery
 
getPossiblyIncompleteRDFPropertiesAndClassesSoFar() - Method in interface it.unibz.inf.ontop.answering.resultset.MaterializedGraphResultSet
RDF properties/classes for which, so far, a problem occurred during the materialization of their triples.
getProperties() - Method in class it.unibz.inf.ontop.materialization.impl.DefaultOntopRDFMaterializer
 
getProperties() - Method in interface it.unibz.inf.ontop.materialization.OntopRDFMaterializer
 
getQueries() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
Return all queries of the vector QueryControllerQuery.
getQuery(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
Search a query with the given id and returns the object query else returns null.
getQuery() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerQuery
 
getQueryTimeout() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
getRewritingRendering(InputQuery) - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
 
getRewritingRendering(InputQuery) - Method in interface it.unibz.inf.ontop.answering.connection.OntopStatement
 
getSelectedVocabulary() - Method in interface it.unibz.inf.ontop.answering.resultset.MaterializedGraphResultSet
RDF predicates/classes that are considered for materialization.
getSettings() - Method in interface it.unibz.inf.ontop.injection.OntopSystemConfiguration
 
getTripleCountSoFar() - Method in interface it.unibz.inf.ontop.answering.resultset.MaterializedGraphResultSet
Number of RDF triples that have been materialized.
getTupleCount(InputQuery) - Method in interface it.unibz.inf.ontop.answering.connection.OntopStatement
 
getValue() - Method in class it.unibz.inf.ontop.answering.resultset.impl.PredefinedBooleanResultSet
 
getVersion() - Method in class it.unibz.inf.ontop.utils.VersionInfo
Gets a string that contains the version of this build.
getVersionInfo() - Static method in class it.unibz.inf.ontop.utils.VersionInfo
 

H

hasEncounteredProblemsSoFar() - Method in interface it.unibz.inf.ontop.answering.resultset.MaterializedGraphResultSet
Returns true if a problem has occurred so far.
hasNext() - Method in class it.unibz.inf.ontop.answering.resultset.impl.DefaultSimpleGraphResultSet
 

I

isCanceled() - Method in class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
Called to check whether the statement was cancelled on purpose
isClosed() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
 
isClosed() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
isDBResultStreamingEnabled() - Method in class it.unibz.inf.ontop.materialization.impl.MaterializationParamsImpl
 
isDBResultStreamingEnabled() - Method in interface it.unibz.inf.ontop.materialization.MaterializationParams
If true, configures the DB connection so as to enable streaming.
isPermanentDBConnectionEnabled() - Method in class it.unibz.inf.ontop.injection.impl.OntopSystemSettingsImpl
 
isPermanentDBConnectionEnabled() - Method in interface it.unibz.inf.ontop.injection.OntopSystemSettings
Needed by some in-memory DBs (e.g.
it.unibz.inf.ontop.answering - package it.unibz.inf.ontop.answering
 
it.unibz.inf.ontop.answering.connection - package it.unibz.inf.ontop.answering.connection
 
it.unibz.inf.ontop.answering.connection.impl - package it.unibz.inf.ontop.answering.connection.impl
 
it.unibz.inf.ontop.answering.impl - package it.unibz.inf.ontop.answering.impl
 
it.unibz.inf.ontop.answering.resultset - package it.unibz.inf.ontop.answering.resultset
 
it.unibz.inf.ontop.answering.resultset.impl - package it.unibz.inf.ontop.answering.resultset.impl
 
it.unibz.inf.ontop.exception - package it.unibz.inf.ontop.exception
 
it.unibz.inf.ontop.injection - package it.unibz.inf.ontop.injection
 
it.unibz.inf.ontop.injection.impl - package it.unibz.inf.ontop.injection.impl
 
it.unibz.inf.ontop.materialization - package it.unibz.inf.ontop.materialization
 
it.unibz.inf.ontop.materialization.impl - package it.unibz.inf.ontop.materialization.impl
 
it.unibz.inf.ontop.utils - package it.unibz.inf.ontop.utils
 
it.unibz.inf.ontop.utils.querymanager - package it.unibz.inf.ontop.utils.querymanager
 

K

keepPermanentDBConnection(boolean) - Method in class it.unibz.inf.ontop.injection.impl.DefaultOntopSystemBuilderFragment
 
keepPermanentDBConnection(boolean) - Method in interface it.unibz.inf.ontop.injection.OntopSystemConfiguration.OntopSystemBuilderFragment
 

L

load(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryIOManager
The load/write operation
load(File) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryIOManager
The load/write operation
loadQueryEngine() - Method in interface it.unibz.inf.ontop.injection.OntopSystemConfiguration
Loads the query engine (which gives access to connection and so on)

M

MaterializationParams - Interface in it.unibz.inf.ontop.materialization
Materialization-specific parameters
MaterializationParams.Builder<B extends MaterializationParams.Builder<B>> - Interface in it.unibz.inf.ontop.materialization
 
MaterializationParamsImpl - Class in it.unibz.inf.ontop.materialization.impl
 
MaterializationParamsImpl.DefaultBuilder<B extends MaterializationParams.Builder<B>> - Class in it.unibz.inf.ontop.materialization.impl
 
materialize() - Method in class it.unibz.inf.ontop.materialization.impl.DefaultOntopRDFMaterializer
 
materialize(ImmutableSet<IRI>) - Method in class it.unibz.inf.ontop.materialization.impl.DefaultOntopRDFMaterializer
 
materialize() - Method in interface it.unibz.inf.ontop.materialization.OntopRDFMaterializer
Materializes the saturated RDF graph
materialize(ImmutableSet<IRI>) - Method in interface it.unibz.inf.ontop.materialization.OntopRDFMaterializer
Materializes a sub-set of the saturated RDF graph corresponding the selected vocabulary
MaterializedGraphResultSet - Interface in it.unibz.inf.ontop.answering.resultset
Lazy materialization result set Does not allocate resources (e.g.

N

next() - Method in class it.unibz.inf.ontop.answering.resultset.impl.DefaultSimpleGraphResultSet
 

O

OBDAConnection - Interface in it.unibz.inf.ontop.answering.connection
 
OBDAStatement - Interface in it.unibz.inf.ontop.answering.connection
 
OntopConnection - Interface in it.unibz.inf.ontop.answering.connection
 
OntopQueryEngine - Interface in it.unibz.inf.ontop.answering
 
OntopQueryEngineImpl - Class in it.unibz.inf.ontop.answering.impl
 
OntopQueryEvaluationException - Exception in it.unibz.inf.ontop.exception
 
OntopQueryEvaluationException(String) - Constructor for exception it.unibz.inf.ontop.exception.OntopQueryEvaluationException
 
OntopQueryEvaluationException(String, Exception) - Constructor for exception it.unibz.inf.ontop.exception.OntopQueryEvaluationException
 
OntopQueryEvaluationException(Exception) - Constructor for exception it.unibz.inf.ontop.exception.OntopQueryEvaluationException
 
OntopRDFMaterializer - Interface in it.unibz.inf.ontop.materialization
 
OntopStatement - Interface in it.unibz.inf.ontop.answering.connection
OBDAStatement specific to Ontop.
OntopSystemConfiguration - Interface in it.unibz.inf.ontop.injection
 
OntopSystemConfiguration.Builder<B extends OntopSystemConfiguration.Builder<B>> - Interface in it.unibz.inf.ontop.injection
 
OntopSystemConfiguration.OntopSystemBuilderFragment<B extends OntopSystemConfiguration.Builder<B>> - Interface in it.unibz.inf.ontop.injection
 
OntopSystemFactory - Interface in it.unibz.inf.ontop.injection
 
OntopSystemModule - Class in it.unibz.inf.ontop.injection.impl
 
OntopSystemModule(OntopSystemSettings) - Constructor for class it.unibz.inf.ontop.injection.impl.OntopSystemModule
 
OntopSystemPostModule - Class in it.unibz.inf.ontop.injection.impl
 
OntopSystemPostModule(OntopReformulationSettings) - Constructor for class it.unibz.inf.ontop.injection.impl.OntopSystemPostModule
 
OntopSystemSettings - Interface in it.unibz.inf.ontop.injection
 
OntopSystemSettingsImpl - Class in it.unibz.inf.ontop.injection.impl
 

P

PERMANENT_DB_CONNECTION - Static variable in interface it.unibz.inf.ontop.injection.OntopSystemSettings
 
PredefinedBooleanResultSet - Class in it.unibz.inf.ontop.answering.resultset.impl
Predefined value
PredefinedBooleanResultSet(boolean) - Constructor for class it.unibz.inf.ontop.answering.resultset.impl.PredefinedBooleanResultSet
 

Q

QueryController - Class in it.unibz.inf.ontop.utils.querymanager
This class represents the controller for the query manager
QueryController() - Constructor for class it.unibz.inf.ontop.utils.querymanager.QueryController
 
QueryControllerEntity - Class in it.unibz.inf.ontop.utils.querymanager
 
QueryControllerEntity() - Constructor for class it.unibz.inf.ontop.utils.querymanager.QueryControllerEntity
 
QueryControllerGroup - Class in it.unibz.inf.ontop.utils.querymanager
 
QueryControllerGroup(String) - Constructor for class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
 
QueryControllerListener - Interface in it.unibz.inf.ontop.utils.querymanager
 
QueryControllerQuery - Class in it.unibz.inf.ontop.utils.querymanager
 
QueryControllerQuery(String) - Constructor for class it.unibz.inf.ontop.utils.querymanager.QueryControllerQuery
 
QueryIOManager - Class in it.unibz.inf.ontop.utils.querymanager
 
QueryIOManager(QueryController) - Constructor for class it.unibz.inf.ontop.utils.querymanager.QueryIOManager
Create an IO manager for saving/loading the user-defined queries
QuestStatement - Class in it.unibz.inf.ontop.answering.connection.impl
Abstract implementation of OntopStatement.
QuestStatement(QueryReformulator, InputQueryFactory) - Constructor for class it.unibz.inf.ontop.answering.connection.impl.QuestStatement
 

R

removeAllListeners() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
removeAllQueriesAndGroups() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Removes all the elements from the vector QueryControllerEntity
removeGroup(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Removes a group from the vector QueryControllerEntity
removeListener(QueryControllerListener) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
removeQuery(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
Removes a query from the vector QueryControllerEntity
removeQuery(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
Search a query in case it is found, it is removed and returns the object query else returns null.
removeQuery(QueryControllerQuery) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
Removes a query with the given id into QueryControllerQuery's vector.
reset() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
rollBack() - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
 

S

save(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryIOManager
The save/write operation.
save(File) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryIOManager
The save/write operation.
setAutoCommit(boolean) - Method in interface it.unibz.inf.ontop.answering.connection.OBDAConnection
Set it to false if you want a transaction
setEventsDisabled(boolean) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryController
 
setFetchSize(int) - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
setID(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
 
setMaxRows(int) - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
 
setQuery(String) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerQuery
 
setQueryTimeout(int) - Method in interface it.unibz.inf.ontop.answering.connection.OBDAStatement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.

T

toString() - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerQuery
 
toString() - Method in class it.unibz.inf.ontop.utils.VersionInfo
 

U

updateQuery(QueryControllerQuery) - Method in class it.unibz.inf.ontop.utils.querymanager.QueryControllerGroup
Updates the existing query.

V

VersionInfo - Class in it.unibz.inf.ontop.utils
 
A B C D E F G H I K L M N O P Q R S T U V 
Skip navigation links

Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.