| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.database | |
| org.aksw.sparqlify.restriction | |
| org.aksw.sparqlify.restriction.experiment | |
| org.aksw.sparqlify.sparqlview |
| Modifier and Type | Method and Description |
|---|---|
static RdfTermType |
ViewDefinitionNormalizerImpl.deriveType(E_RdfTerm termCtor) |
static RdfTermType |
ViewDefinitionNormalizerImpl.deriveType(com.hp.hpl.jena.sparql.expr.Expr expr) |
static RdfTermType |
ViewDefinitionNormalizerImpl.deriveType(com.hp.hpl.jena.sparql.expr.ExprFunction fn) |
static RdfTermType |
ViewDefinitionNormalizerImpl.deriveType(com.hp.hpl.jena.graph.Node node) |
static RdfTermType |
CandidateViewSelectorBase.getType(com.hp.hpl.jena.graph.Node node,
RestrictionManagerImpl restrictions) |
static RdfTermType |
CandidateViewSelectorImplUseTheGenericImplInstead.getType(com.hp.hpl.jena.graph.Node node,
RestrictionManagerImpl restrictions) |
| Modifier and Type | Method and Description |
|---|---|
static RdfTermType |
RdfViewSystem2.getType(com.hp.hpl.jena.graph.Node node,
RestrictionManagerImpl restrictions) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.hp.hpl.jena.sparql.core.Var,RdfTermType> |
RdfViewSystem2.deriveTypeConstraints(RdfView view) |
| Modifier and Type | Method and Description |
|---|---|
static RdfTermType |
RestrictionImpl.getNodeType(com.hp.hpl.jena.graph.Node node) |
RdfTermType |
RestrictionImpl.getType()
Deprecated.
|
RdfTermType |
RestrictionSetImpl.getType() |
static RdfTermType |
RdfTermType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdfTermType[] |
RdfTermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<RdfTermType> |
RestrictionImpl.getRdfTermTypes() |
EnumSet<RdfTermType> |
Restriction.getRdfTermTypes()
The set of possible RDF term types this restriction may have.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RestrictionImpl.stateType(RdfTermType newType) |
boolean |
Restriction.stateType(RdfTermType newType)
State whether the resource is a URI or a Literal
|
boolean |
RestrictionSetImpl.stateType(RdfTermType newType) |
void |
RestrictionManager.stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
void |
RestrictionManagerImpl.stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
| Constructor and Description |
|---|
RestrictionImpl(RdfTermType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManagerBeforeChangingToMap.stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
void |
RestrictionManager2.stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
| Modifier and Type | Method and Description |
|---|---|
static RdfTermType |
SparqlViewSystem.getType(com.hp.hpl.jena.graph.Node node,
RestrictionManagerImpl restrictions) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.hp.hpl.jena.sparql.core.Var,RdfTermType> |
SparqlViewSystem.deriveTypeConstraints(SparqlView view) |
Copyright © 2014. All Rights Reserved.