Uses of Class
cz.vutbr.fit.layout.rdf.SavedQuery
-
Packages that use SavedQuery Package Description cz.vutbr.fit.layout.rdf -
-
Uses of SavedQuery in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return SavedQuery Modifier and Type Method Description SavedQueryRDFArtifactRepository. getSavedQueryByTitle(String title)Methods in cz.vutbr.fit.layout.rdf that return types with arguments of type SavedQuery Modifier and Type Method Description Map<org.eclipse.rdf4j.model.IRI,SavedQuery>RDFArtifactRepository. getSavedQueries()Methods in cz.vutbr.fit.layout.rdf with parameters of type SavedQuery Modifier and Type Method Description voidRDFArtifactRepository. saveQuery(SavedQuery query)Updates an existing query when the IRI is set or creates a new one when the IRI is not set.
-