Class VarGeneratorImpl2
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.schema.VarGeneratorImpl2
- All Implemented Interfaces:
Generator<org.apache.jena.sparql.core.Var>
Wrap Jena SDB's Generator to yield objects of type Var
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clones should independently yield the same sequences of items as the original objectstatic VarGeneratorImpl2create()static VarGeneratorImpl2If base is null, the default ("v") is used.org.apache.jena.sparql.core.Varcurrent()org.apache.jena.sparql.core.Varnext()
-
Field Details
-
base
-
nextId
protected int nextId -
current
protected org.apache.jena.sparql.core.Var current
-
-
Constructor Details
-
VarGeneratorImpl2
-
-
Method Details
-
clone
Description copied from interface:GeneratorClones should independently yield the same sequences of items as the original object -
next
public org.apache.jena.sparql.core.Var next() -
current
public org.apache.jena.sparql.core.Var current() -
create
-
create
If base is null, the default ("v") is used.- Parameters:
base-- Returns:
-