Class NodePathletPath

java.lang.Object
org.apache.jena.graph.Node
org.apache.jena.graph.Node_Ext<T>
org.aksw.jenax.arq.util.node.NodeCustom<Path>
org.aksw.jena_sparql_api.data_query.impl.NodePathletPath
All Implemented Interfaces:
Serializable

public class NodePathletPath extends org.aksw.jenax.arq.util.node.NodeCustom<Path>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.jena.graph.Node

    org.apache.jena.graph.Node.NotLiteral
  • Field Summary

    Fields inherited from class org.apache.jena.graph.Node

    ANY, hashANY, hashBNode, hashExt, hashNodeTriple, hashURI, hashVariable, noLangTag, noTextDirection
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Path path)
     

    Methods inherited from class org.aksw.jenax.arq.util.node.NodeCustom

    asExpr, create, createNodeTransform, extract, getValue, mapValue, mentionedValues, of, resolveExpr, streamCustomNodes, streamMentionedValues, toString, toString, visitWith

    Methods inherited from class org.apache.jena.graph.Node_Ext

    equals, get, hashCode, isConcrete, isExt

    Methods inherited from class org.apache.jena.graph.Node

    getBlankNodeLabel, getGraph, getIndexingValue, getLiteral, getLiteralBaseDirection, getLiteralDatatype, getLiteralDatatypeURI, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getTriple, getURI, hasURI, isBlank, isLiteral, isNodeGraph, isNodeTriple, isTripleTerm, isURI, isVariable, matches, sameTermAs, sameValueAs, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NodePathletPath

      public NodePathletPath(Path value)
  • Method Details