Uses of Class
org.aksw.jena_sparql_api.views.PrefixSet
Packages that use PrefixSet
Package
Description
-
Uses of PrefixSet in org.aksw.jena_sparql_api.restriction
Methods in org.aksw.jena_sparql_api.restriction that return PrefixSetModifier and TypeMethodDescriptionRestriction.getUriPrefixes()Retrieve the set of possible URI prefixes.RestrictionImpl.getUriPrefixes()RestrictionSetImpl.getUriPrefixes()Methods in org.aksw.jena_sparql_api.restriction with parameters of type PrefixSetModifier and TypeMethodDescriptionbooleanRestriction.stateUriPrefixes(PrefixSet prefixes) States a set of valid prefixes.booleanRestrictionImpl.stateUriPrefixes(PrefixSet prefixes) voidRestrictionManagerImpl.stateUriPrefixes(org.apache.jena.sparql.core.Var a, PrefixSet prefixes) booleanRestrictionSetImpl.stateUriPrefixes(PrefixSet prefixes) Constructors in org.aksw.jena_sparql_api.restriction with parameters of type PrefixSet -
Uses of PrefixSet in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views with parameters of type PrefixSetConstructors in org.aksw.jena_sparql_api.views with parameters of type PrefixSet -
Uses of PrefixSet in org.aksw.sparqlify.database
Methods in org.aksw.sparqlify.database that return PrefixSetConstructors in org.aksw.sparqlify.database with parameters of type PrefixSetModifierConstructorDescriptionPrefixConstraint(org.apache.jena.sparql.core.Var var, String attribute, PrefixSet prefixes)