com.hp.hpl.jena.sparql.core
Class VarAlloc

java.lang.Object
  extended by com.hp.hpl.jena.sparql.core.VarAlloc

public class VarAlloc
extends Object

Allocate variables


Constructor Summary
VarAlloc(String baseMarker)
           
 
Method Summary
 Var allocVar()
           
static VarAlloc get(Context context, Symbol name)
           
static VarAlloc getVarAllocator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarAlloc

public VarAlloc(String baseMarker)
Method Detail

getVarAllocator

public static VarAlloc getVarAllocator()

get

public static VarAlloc get(Context context,
                           Symbol name)

allocVar

public Var allocVar()


Licenced under the Apache License, Version 2.0