Interface ViewTemplate
- All Known Implementing Classes:
ViewTemplateImpl
public interface ViewTemplate
-
Method Summary
Modifier and TypeMethodDescriptionorg.aksw.jenax.sparql.fragment.api.Fragment1A SPARQL graph pattern holding the condition a resource must satisfy in order to qualify as applicable to the vieworg.aksw.jena_sparql_api.rx.entity.model.EntityQueryImplThe SPARQL-based entity query which yields for a resource the corresponding graph fragments TODO This method should not return a full query but just the part the specifying the attributesorg.apache.jena.rdf.model.Resource
-
Method Details
-
getMetadata
org.apache.jena.rdf.model.Resource getMetadata() -
getCondition
org.aksw.jenax.sparql.fragment.api.Fragment1 getCondition()A SPARQL graph pattern holding the condition a resource must satisfy in order to qualify as applicable to the view- Returns:
-
getEntityQuery
org.aksw.jena_sparql_api.rx.entity.model.EntityQueryImpl getEntityQuery()The SPARQL-based entity query which yields for a resource the corresponding graph fragments TODO This method should not return a full query but just the part the specifying the attributes- Returns:
-