public abstract class CommandWrapper extends Object
| Constructor and Description |
|---|
CommandWrapper(org.apache.jena.rdf.model.Resource source,
String text,
String label,
org.apache.jena.rdf.model.Statement statement,
boolean thisUnbound,
boolean thisDeep) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
org.apache.jena.rdf.model.Resource |
getSource()
Gets the SPIN Query or template call that has created this QueryWrapper.
|
abstract Command |
getSPINCommand() |
org.apache.jena.rdf.model.Statement |
getStatement() |
Map<String,org.apache.jena.rdf.model.RDFNode> |
getTemplateBinding() |
String |
getText() |
boolean |
isThisDeep()
Checks if ?this is used in any nested block.
|
boolean |
isThisUnbound() |
void |
setTemplateBinding(Map<String,org.apache.jena.rdf.model.RDFNode> value) |
public String getLabel()
public abstract Command getSPINCommand()
public org.apache.jena.rdf.model.Statement getStatement()
public org.apache.jena.rdf.model.Resource getSource()
public String getText()
public boolean isThisDeep()
public boolean isThisUnbound()
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.