|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateCall
A template call.
Method Summary | |
---|---|
java.util.Map<Argument,RDFNode> |
getArgumentsMap()
Gets a Map from ArgumentDescriptors to RDFNodes. |
java.util.Map<Property,RDFNode> |
getArgumentsMapByProperties()
Gets a Map from Properties to RDFNodes derived from the ArgumentDescriptors. |
java.util.Map<java.lang.String,RDFNode> |
getArgumentsMapByVarNames()
Gets a Map from variable names to RDFNodes derived from the ArgumentDescriptors. |
java.lang.String |
getQueryString()
Gets this template call as a parsable SPARQL string, with LET assignments in the beginning of the WHERE clause to bind all arguments. |
Template |
getTemplate()
Gets the associated Template, from the SPINModules registry. |
Method Detail |
---|
java.util.Map<Argument,RDFNode> getArgumentsMap()
java.util.Map<Property,RDFNode> getArgumentsMapByProperties()
java.util.Map<java.lang.String,RDFNode> getArgumentsMapByVarNames()
java.lang.String getQueryString()
Template getTemplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |