| Package | Description |
|---|---|
| com.atomgraph.processor.exception | |
| com.atomgraph.processor.model | |
| com.atomgraph.processor.model.impl | |
| com.atomgraph.processor.util | |
| com.atomgraph.server.provider |
| Constructor and Description |
|---|
ParameterException(Parameter param,
Template template) |
ParameterException(String paramName,
Template template) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Template> |
Template.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Template.hasSuperTemplate(Template superTemplate) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateImpl |
| Modifier and Type | Method and Description |
|---|---|
protected Map<org.apache.jena.rdf.model.Property,Parameter> |
TemplateImpl.addSuperParameters(Template template,
Map<org.apache.jena.rdf.model.Property,Parameter> params) |
boolean |
TemplateImpl.hasSuperTemplate(Template superTemplate) |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateMatcher.TemplatePrecedence.getTemplate() |
Template |
TemplateCall.getTemplate() |
Template |
TemplateMatcher.match(org.apache.jena.ontology.Ontology ontology,
CharSequence path)
Given a relative URI and URI template property, returns ontology class with a matching URI template, if any.
|
Template |
TemplateMatcher.match(URI uri,
URI base)
Given an absolute URI and a base URI, returns ontology class with a matching URI template, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateCall |
TemplateCall.fromResource(org.apache.jena.rdf.model.Resource resource,
Template template) |
static TemplateCall |
TemplateCall.fromUri(String uri,
org.apache.jena.rdf.model.Model model,
Template template) |
| Constructor and Description |
|---|
TemplateCall(org.apache.jena.rdf.model.Resource resource,
Template template) |
TemplatePrecedence(Template template,
int precedence) |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateProvider.getContext(Class<?> type) |
Template |
TemplateProvider.getTemplate() |
Template |
TemplateCallProvider.getTemplate() |
Template |
TemplateProvider.getTemplate(org.apache.jena.ontology.Ontology ontology,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.inject.Injectable<Template> |
TemplateProvider.getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic,
javax.ws.rs.core.Context a) |
| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
TemplateCallProvider.getTemplateCall(Template template,
URI absolutePath,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
Copyright © 2015–2020. All rights reserved.