|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateCall | |
---|---|
org.topbraid.spin.constraints | Support for constraint checking using spin:constraint. |
org.topbraid.spin.model | The SPIN object model (subclasses of Jena Resource). |
Uses of TemplateCall in org.topbraid.spin.constraints |
---|
Methods in org.topbraid.spin.constraints that return types with arguments of type TemplateCall | |
---|---|
java.util.Collection<TemplateCall> |
ConstraintViolation.getFixes()
|
Constructor parameters in org.topbraid.spin.constraints with type arguments of type TemplateCall | |
---|---|
ConstraintViolation(Resource root,
java.util.Collection<SimplePropertyPath> paths,
java.util.Collection<TemplateCall> fixes,
java.lang.String message,
Resource source)
|
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 |