Class ServiceParameters
java.lang.Object
com.complexible.stardog.plan.eval.service.ServiceParameters
Parameters for services when the body does not represent a SPARQL query.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceParameters(com.google.common.collect.ListMultimap<IRI, com.complexible.stardog.plan.QueryTerm> theParameters) ServiceParameters(com.google.common.collect.ListMultimap<IRI, com.complexible.stardog.plan.QueryTerm> theParameters, Map<IRI, ServiceParameters> theSubParameters) -
Method Summary
-
Constructor Details
-
ServiceParameters
public ServiceParameters(com.google.common.collect.ListMultimap<IRI, com.complexible.stardog.plan.QueryTerm> theParameters, Map<IRI, ServiceParameters> theSubParameters) -
ServiceParameters
public ServiceParameters(com.google.common.collect.ListMultimap<IRI, com.complexible.stardog.plan.QueryTerm> theParameters) -
ServiceParameters
public ServiceParameters()
-
-
Method Details