Package org.aksw.jenax.arq.util.var
Class VarGeneratorImpl2
java.lang.Object
org.aksw.jenax.arq.util.var.VarGeneratorImpl2
- All Implemented Interfaces:
org.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var>
public class VarGeneratorImpl2
extends Object
implements org.aksw.commons.collections.generator.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()static VarGeneratorImpl2create()static VarGeneratorImpl2If base is null, the default ("v") is used.org.apache.jena.sparql.core.Varcurrent()org.apache.jena.sparql.core.Varnext()Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.collections.generator.Generator
filterDrop, filterKeep, map
-
Field Details
-
base
-
nextId
protected int nextId -
current
protected org.apache.jena.sparql.core.Var current
-
-
Constructor Details
-
VarGeneratorImpl2
-
-
Method Details
-
clone
-
next
public org.apache.jena.sparql.core.Var next()- Specified by:
nextin interfaceorg.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var>
-
current
public org.apache.jena.sparql.core.Var current()- Specified by:
currentin interfaceorg.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var>
-
create
-
create
If base is null, the default ("v") is used.- Parameters:
base-- Returns:
-