public class ConstantTermExpression extends AbstractNodeExpression implements AtomicNodeExpression
| Constructor and Description |
|---|
ConstantTermExpression(org.apache.jena.rdf.model.RDFNode term) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.rdf.model.RDFNode> |
eval(org.apache.jena.rdf.model.RDFNode focusNode,
NodeExpressionContext context)
Produces an iterator of value nodes for a given focus node.
|
String |
getFunctionalSyntax()
Produces a "functional" syntax used to display node expressions in a compact form.
|
String |
getTypeId() |
String |
toString() |
void |
visit(NodeExpressionVisitor visitor) |
evalReverse, getInputExpressions, getOutputShape, getRDFNode, isReversibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevalReverse, getInputExpressions, getOutputShape, getRDFNode, isReversiblepublic ConstantTermExpression(org.apache.jena.rdf.model.RDFNode term)
public org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.rdf.model.RDFNode> eval(org.apache.jena.rdf.model.RDFNode focusNode,
NodeExpressionContext context)
NodeExpressioneval in interface NodeExpressionfocusNode - the focus nodecontext - the contextpublic String getFunctionalSyntax()
NodeExpressiongetFunctionalSyntax in interface NodeExpressionpublic String getTypeId()
getTypeId in interface NodeExpressionpublic String toString()
toString in class AbstractNodeExpressionpublic void visit(NodeExpressionVisitor visitor)
visit in interface NodeExpressionCopyright © 2019 TopQuadrant, Inc.. All rights reserved.