com.hp.hpl.jena.sparql.engine.binding
Class BindingNamedVar
java.lang.Object
com.hp.hpl.jena.sparql.engine.binding.BindingWrapped
com.hp.hpl.jena.sparql.engine.binding.BindingNamedVar
- All Implemented Interfaces:
- Binding
public class BindingNamedVar
- extends BindingWrapped
A binding modifier that hides nondistinguished variables
|
Method Summary |
com.hp.hpl.jena.graph.Node |
get(Var var)
Return the object bound to a variable, or null |
Iterator<Var> |
vars()
Iterate over all variables of this binding. |
BindingNamedVar
public BindingNamedVar(Binding other)
vars
public Iterator<Var> vars()
- Description copied from interface:
Binding
- Iterate over all variables of this binding.
- Specified by:
vars in interface Binding- Overrides:
vars in class BindingWrapped
get
public com.hp.hpl.jena.graph.Node get(Var var)
- Description copied from interface:
Binding
- Return the object bound to a variable, or null
- Specified by:
get in interface Binding- Overrides:
get in class BindingWrapped
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.