| Package | Description |
|---|---|
| org.aksw.sparqlify.config.lang | |
| org.aksw.sparqlify.core | |
| org.aksw.sparqlify.restriction | |
| org.aksw.sparqlify.restriction.experiment |
| Modifier and Type | Method and Description |
|---|---|
PrefixSet |
PrefixConstraint.getPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixSet.addAll(PrefixSet other) |
| Constructor and Description |
|---|
PrefixConstraint(com.hp.hpl.jena.sparql.core.Var var,
String attribute,
PrefixSet prefixes) |
PrefixSet(PrefixSet uriPrefixes) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.hp.hpl.jena.sparql.core.Var,PrefixSet> |
ConstraintContainer.getVarPrefixConstraints() |
| Constructor and Description |
|---|
RdfTermPrefix(PrefixSet type,
PrefixSet value,
PrefixSet language,
PrefixSet datatype) |
| Constructor and Description |
|---|
ConstraintContainer(Map<com.hp.hpl.jena.sparql.core.Var,RdfTermPattern> varRegexConstraints,
Map<com.hp.hpl.jena.sparql.core.Var,PrefixSet> varPrefixConstraints) |
| 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 |
|---|---|
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 |
|---|
RestrictionImpl(PrefixSet prefixSet) |
| Modifier and Type | Method and Description |
|---|---|
PrefixSet |
RestrictionPrefix.getPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManager2.stateLexicalValuePrefixes(com.hp.hpl.jena.sparql.core.Var a,
PrefixSet prefixes) |
void |
RestrictionManagerBeforeChangingToMap.stateUriPrefixes(com.hp.hpl.jena.sparql.core.Var a,
PrefixSet prefixes) |
void |
RestrictionManager2.stateUriPrefixes(com.hp.hpl.jena.sparql.core.Var a,
PrefixSet prefixes) |
| Constructor and Description |
|---|
RestrictionPrefix(PrefixSet prefixes,
boolean isInverted) |
Copyright © 2014. All Rights Reserved.