A C E G I M O P Q R S U

A

AbstractRDFProvider - Class in org.eaglei.search.provider.rdf
SearchProvider implementation for a repository containing RDF data.
AbstractRDFProvider(EIOntModel, EIEntity) - Constructor for class org.eaglei.search.provider.rdf.AbstractRDFProvider
Creates a new SearchProvider that executes SPARQL queries against an underlying RDF repository.

C

closeStorage() - Method in class org.eaglei.search.provider.rdf.RDFGenerator
 
count(SearchCountRequest) - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
 
createSearchResultFromModel(String, Model) - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Creates a SearchResult from an Model holding only RDF triples associated with that subject URI
createSearchResultFromModel(String, Model) - Method in class org.eaglei.search.provider.rdf.SPARQLProtocolProvider
 
createSearchResultSet(List<SearchResult>, SearchRequest) - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
 
createSPARQLString(SearchRequest) - Static method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Create a SPARQL SELECT query against the repository as an ARQ Query.

E

eagleiOntModel - Variable in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Reference to in-memory copy of the eagle-i ontology model

G

generate(String, InstitutionRegistry, EIOntModel) - Static method in class org.eaglei.search.provider.rdf.RDFFileGenerator
Executes RDFGenerator to generate RDF for all institutions to the specified output directory.
generate(DataGenParams) - Method in class org.eaglei.search.provider.rdf.RDFGenerator
 
generateForInstitution(String, String, DataGenParams) - Method in class org.eaglei.search.provider.rdf.RDFGenerator
 
generateLab(String, String, String, String, String, String, DataGenParams) - Method in class org.eaglei.search.provider.rdf.RDFGenerator
 
generateResource(String, String, String, String, String, String, String, String, DataGenParams) - Method in class org.eaglei.search.provider.rdf.RDFGenerator
 
getModel() - Method in class org.eaglei.search.provider.rdf.RDFGenerator
 
getProviderTypeCount(SearchRequest) - Method in class org.eaglei.search.provider.rdf.RDFModelProvider
 
getProviderTypeCount(SearchRequest) - Method in class org.eaglei.search.provider.rdf.SPARQLProtocolProvider
 
getQueryExecution(Query) - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Gets an ARQ QueryExecution for the Query.
getQueryExecution(Query) - Method in class org.eaglei.search.provider.rdf.RDFModelProvider
 
getQueryExecution(Query) - Method in class org.eaglei.search.provider.rdf.SPARQLProtocolProvider
 
getResourceCount(SearchRequest) - Method in class org.eaglei.search.provider.rdf.RDFModelProvider
 
getResourceCount(SearchRequest) - Method in class org.eaglei.search.provider.rdf.SPARQLProtocolProvider
 
getSearchResultsFromSPARQLResults(List<QuerySolution>, SearchRequest) - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Converts the SPARQL ResultSet into SearchResults

I

init() - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
 
institution - Variable in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Institution against which this provider is executing.

M

main(String[]) - Static method in class org.eaglei.search.provider.rdf.RDFFileGenerator
Executes RDFGenerator to generate RDF for all institutions to the specified output directory.

O

org.eaglei.search.provider.rdf - package org.eaglei.search.provider.rdf
 

P

prefLabelProperties - Variable in class org.eaglei.search.provider.rdf.AbstractRDFProvider
Cache of preferred name property URIs

Q

query(SearchRequest) - Method in class org.eaglei.search.provider.rdf.AbstractRDFProvider
 

R

RDFFileGenerator - Class in org.eaglei.search.provider.rdf
Uses the RDFGenerator to create test RDF data and serializes it to the file system.
RDFFileGenerator() - Constructor for class org.eaglei.search.provider.rdf.RDFFileGenerator
 
RDFGenerator - Class in org.eaglei.search.provider.rdf
Generator test data (as RDF) using the eagle-i ontology.
RDFGenerator(EIOntModel) - Constructor for class org.eaglei.search.provider.rdf.RDFGenerator
Creates an RDFGenerator that adds all of the RDF to a Jena model that is auto-generated.
RDFGenerator(EIOntModel, Model) - Constructor for class org.eaglei.search.provider.rdf.RDFGenerator
Creates an RDFGenerator that adds all of the RDF to the specified model.
RDFModelProvider - Class in org.eaglei.search.provider.rdf
AbstractRDFProvider subclass that queries an in-memory Jena Model.
RDFModelProvider(EIOntModel, DataGenParams, EIEntity) - Constructor for class org.eaglei.search.provider.rdf.RDFModelProvider
Creates a SearchProvider for auto-generated RDF data.
RDFModelProvider(Model, EIOntModel, EIEntity) - Constructor for class org.eaglei.search.provider.rdf.RDFModelProvider
Creates an RDF-based repository for the specified Jena Model.
RDFProviderProperties - Class in org.eaglei.search.provider.rdf
Extension of SearchProperties that defines System properties specific to the RDF Provider.
RDFProviderProperties() - Constructor for class org.eaglei.search.provider.rdf.RDFProviderProperties
 
REPOSITORY_PASSWORD - Static variable in class org.eaglei.search.provider.rdf.RDFProviderProperties
SearchConfiguration property that holds the http basic auth password to use for calls against the repository.
REPOSITORY_URL - Static variable in class org.eaglei.search.provider.rdf.RDFProviderProperties
SearchConfiguration property that holds the URL of the repository
REPOSITORY_USERNAME - Static variable in class org.eaglei.search.provider.rdf.RDFProviderProperties
SearchConfiguration property that holds the http basic auth username to use for calls against the repository

S

SearchRDFConfig - Class in org.eaglei.search.provider.rdf
 
SearchRDFConfig() - Constructor for class org.eaglei.search.provider.rdf.SearchRDFConfig
 
SPARQLProtocolProvider - Class in org.eaglei.search.provider.rdf
AbstractRDFProvider subclass that executes the SPARQL query against a SPARQL endpoint.
SPARQLProtocolProvider(EIOntModel, EIEntity, RepositoryHttpConfig) - Constructor for class org.eaglei.search.provider.rdf.SPARQLProtocolProvider
Creates a SearchProvider for an RDF-repository that is accessed via SPARQL Protocol at the specified URL.
sparqlSearchProvider() - Method in class org.eaglei.search.provider.rdf.SearchRDFConfig
 

U

UNIVERSITY_CLASS_URI - Static variable in class org.eaglei.search.provider.rdf.RDFGenerator
URI for the university class

A C E G I M O P Q R S U

Copyright © 2009-2011 Eagle-I. All Rights Reserved.