Class NodeVarRefStaticSupplier

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

public class NodeVarRefStaticSupplier extends org.aksw.jenax.arq.util.node.NodeCustom<Supplier<VarRefStatic>>
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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    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