Skip to content

Commit

Permalink
protected
Browse files Browse the repository at this point in the history
  • Loading branch information
ullingerc committed Nov 27, 2024
1 parent 4426f96 commit d9283cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parser/MagicServiceQuery.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct MagicServiceQuery {
* @brief Add a parameter to the query from the given triple.
* The predicate of the triple determines the parameter name and the object
* of the triple determines the parameter value. The subject is ignored.
* Throws an exception if an unsupported algorithm is given or if the
* Throw an exception if an unsupported algorithm is given or if the
* predicate contains an unknown parameter name.
*
* @param triple A SparqlTriple that contains the parameter info
Expand All @@ -59,6 +59,7 @@ struct MagicServiceQuery {
*/
void addGraph(const GraphPatternOperation& childGraphPattern);

protected:
// Utility functions for variables in the magic service configuration triples
Variable getVariable(std::string_view parameter,
const TripleComponent& object) const;
Expand Down

0 comments on commit d9283cf

Please sign in to comment.