Uses of Class
org.eclipse.rdf4j.query.algebra.ValueConstant
-
Packages that use ValueConstant Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ValueConstant Modifier and Type Method Description ValueConstantValueConstant. clone()ValueConstantAdd. getDestinationGraph()The named graph to which to add.ValueConstantCopy. getDestinationGraph()The named graph to which to copy.ValueConstantMove. getDestinationGraph()The named graph to which to copy.ValueConstantClear. getGraph()ValueConstantCreate. getGraph()ValueConstantLoad. getGraph()ValueConstantLoad. getSource()ValueConstantAdd. getSourceGraph()The named graph from which to add.ValueConstantCopy. getSourceGraph()The named graph from which to copy.ValueConstantMove. getSourceGraph()The named graph from which to copy.Methods in org.eclipse.rdf4j.query.algebra with parameters of type ValueConstant Modifier and Type Method Description voidQueryModelVisitor. meet(ValueConstant node)voidAdd. setDestinationGraph(ValueConstant destinationGraph)voidCopy. setDestinationGraph(ValueConstant destinationGraph)voidMove. setDestinationGraph(ValueConstant destinationGraph)voidClear. setGraph(ValueConstant graph)voidCreate. setGraph(ValueConstant graph)voidLoad. setGraph(ValueConstant graph)voidLoad. setSource(ValueConstant source)voidAdd. setSourceGraph(ValueConstant graph)voidCopy. setSourceGraph(ValueConstant graph)voidMove. setSourceGraph(ValueConstant graph)Constructors in org.eclipse.rdf4j.query.algebra with parameters of type ValueConstant Constructor Description Add(ValueConstant graph)Clear(ValueConstant graph)Copy(ValueConstant graph)Create(ValueConstant graph)Load(ValueConstant source)Move(ValueConstant graph) -
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ValueConstant Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(ValueConstant node)voidAbstractSimpleQueryModelVisitor. meet(ValueConstant node)voidStatementPatternVisitor. meet(ValueConstant node)
-