| Package | Description |
|---|---|
| org.aksw.sparqlify.restriction |
| Modifier and Type | Method and Description |
|---|---|
PrefixSet |
RestrictionImpl.getUriPrefixes() |
PrefixSet |
Restriction.getUriPrefixes()
Retrieve the set of possible URI prefixes.
|
PrefixSet |
RestrictionSetImpl.getUriPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixSet.addAll(PrefixSet other) |
boolean |
RestrictionImpl.stateUriPrefixes(PrefixSet prefixes) |
boolean |
Restriction.stateUriPrefixes(PrefixSet prefixes)
States a set of valid prefixes.
|
boolean |
RestrictionSetImpl.stateUriPrefixes(PrefixSet prefixes) |
void |
RestrictionManagerImpl.stateUriPrefixes(com.hp.hpl.jena.sparql.core.Var a,
PrefixSet prefixes) |
| Constructor and Description |
|---|
PrefixSet(PrefixSet uriPrefixes) |
RestrictionImpl(PrefixSet prefixSet) |
Copyright © 2015. All rights reserved.