public interface FedXApi
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(Endpoint e) |
TupleQueryResult |
evaluate(String query) |
TupleQueryResult |
evaluate(String query,
List<Endpoint> endpoints) |
TupleQueryResult |
evaluateAt(String query,
List<String> endpointIds) |
RepositoryResult<Statement> |
getStatements(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
removeEndpoint(Endpoint e) |
void |
removeEndpoint(String endpointId) |
void |
shutdown() |
TupleQueryResult evaluate(String query) throws QueryEvaluationException
QueryEvaluationException
TupleQueryResult evaluate(String query, List<Endpoint> endpoints) throws FedXException, QueryEvaluationException
TupleQueryResult evaluateAt(String query, List<String> endpointIds) throws FedXException, QueryEvaluationException
RepositoryResult<Statement> getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
void addEndpoint(Endpoint e)
void removeEndpoint(Endpoint e)
void removeEndpoint(String endpointId)
void shutdown()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.