|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateCall | |
---|---|
org.topbraid.spin.model | The SPIN object model (subclasses of Jena Resource). |
Uses of TemplateCall in org.topbraid.spin.model |
---|
Methods in org.topbraid.spin.model that return TemplateCall | |
---|---|
static TemplateCall |
SPINFactory.asTemplateCall(RDFNode node)
Checks whether a given RDFNode can be cast into TemplateCall, and returns it as a TemplateCall instance if so. |
static TemplateCall |
SPINFactory.createTemplateCall(Model model,
Resource template)
Creates a new TemplateCall as a blank node instance of a given template. |
TemplateCall |
QueryOrTemplateCall.getTemplateCall()
If this is a TemplateCall, then return it. |
Constructors in org.topbraid.spin.model with parameters of type TemplateCall | |
---|---|
QueryOrTemplateCall(Resource cls,
TemplateCall templateCall)
Constructs an instance representing a template call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |