public class IntersectionExpression extends ComplexNodeExpression
| Constructor and Description |
|---|
IntersectionExpression(org.apache.jena.rdf.model.RDFNode expr,
List<NodeExpression> inputs) |
| 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.
|
List<String> |
getFunctionalSyntaxArguments() |
List<NodeExpression> |
getInputExpressions() |
org.apache.jena.rdf.model.Resource |
getOutputShape(org.apache.jena.rdf.model.Resource contextShape)
Gets the shape of the output data (if known), based on a context shape.
|
String |
getTypeId() |
void |
visit(NodeExpressionVisitor visitor) |
getFunctionalSyntax, getFunctionalSyntaxNameevalReverse, getRDFNode, isReversible, toStringpublic IntersectionExpression(org.apache.jena.rdf.model.RDFNode expr,
List<NodeExpression> inputs)
public org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.rdf.model.RDFNode> eval(org.apache.jena.rdf.model.RDFNode focusNode,
NodeExpressionContext context)
NodeExpressionfocusNode - the focus nodecontext - the contextpublic List<String> getFunctionalSyntaxArguments()
getFunctionalSyntaxArguments in class ComplexNodeExpressionpublic List<NodeExpression> getInputExpressions()
getInputExpressions in interface NodeExpressiongetInputExpressions in class AbstractNodeExpressionpublic org.apache.jena.rdf.model.Resource getOutputShape(org.apache.jena.rdf.model.Resource contextShape)
NodeExpressiongetOutputShape in interface NodeExpressiongetOutputShape in class AbstractNodeExpressioncontextShape - the shape where the evaluation would start, e.g. the node shape of the sh:values statementpublic String getTypeId()
public void visit(NodeExpressionVisitor visitor)
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.