Uses of Interface
org.topbraid.spin.model.Template

Packages that use Template
org.topbraid.spin.model The SPIN object model (subclasses of Jena Resource). 
org.topbraid.spin.system Core factories and registries for SPIN. 
 

Uses of Template in org.topbraid.spin.model
 

Methods in org.topbraid.spin.model that return Template
static Template SPINFactory.asTemplate(Resource resource)
          Converts a given Resource into a Template instance.
 Template TemplateCall.getTemplate()
          Gets the associated Template, from the SPINModules registry.
 

Uses of Template in org.topbraid.spin.system
 

Methods in org.topbraid.spin.system that return Template
 Template SPINModuleRegistry.getTemplate(java.lang.String uri, Model model)
          Gets a Template with a given URI in its defining Model.
 

Methods in org.topbraid.spin.system that return types with arguments of type Template
 java.util.Collection<Template> SPINModuleRegistry.getTemplates()
          Gets a Collection of all registered Templates.
 

Methods in org.topbraid.spin.system with parameters of type Template
 void SPINModuleRegistry.register(Template template)
          Registers a Template with its URI.