Class NodeTransformPathletPathResolver

java.lang.Object
org.aksw.jena_sparql_api.data_query.impl.NodeTransformPathletPathResolver
All Implemented Interfaces:
Function<org.apache.jena.graph.Node,org.apache.jena.graph.Node>, org.apache.jena.sparql.graph.NodeTransform

public class NodeTransformPathletPathResolver extends Object implements org.apache.jena.sparql.graph.NodeTransform
Scan all nodes of a query for instances of NodePathletPath and add resolve the contained path against a pathletContainer
Author:
raven
  • Field Details

  • Constructor Details

    • NodeTransformPathletPathResolver

      public NodeTransformPathletPathResolver(PathletJoinerImpl pathletContainer)
  • Method Details

    • apply

      public org.apache.jena.graph.Node apply(org.apache.jena.graph.Node t)
      Specified by:
      apply in interface Function<org.apache.jena.graph.Node,org.apache.jena.graph.Node>