| Package | Description |
|---|---|
| org.topbraid.spin.model |
The SPIN object model (subclasses of Jena Resource).
|
| org.topbraid.spin.model.impl | |
| org.topbraid.spin.system |
Core factories and registries for SPIN.
|
| Modifier and Type | Method and Description |
|---|---|
static Template |
SPINFactory.asTemplate(org.apache.jena.rdf.model.Resource resource)
Converts a given Resource into a Template instance.
|
Template |
TemplateCall.getTemplate()
Gets the associated Template, from the SPINModules registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateImpl |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateCallImpl.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
Template |
SPINModuleRegistry.getTemplate(String uri,
org.apache.jena.rdf.model.Model model)
Gets a Template with a given URI in its defining Model.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Template> |
SPINModuleRegistry.getTemplates()
Gets a Collection of all registered Templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPINModuleRegistry.register(Template template)
Registers a Template with its URI.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.