public interface BindingEnvironment
Modifier and Type | Method and Description |
---|---|
boolean |
bind(Node var,
Node value)
Bind a variable in the current envionment to the given value.
|
Node |
getGroundVersion(Node node)
Return the most ground version of the node.
|
Triple |
instantiate(TriplePattern pattern)
Instantiate a triple pattern against the current environment.
|
Node getGroundVersion(Node node)
boolean bind(Node var, Node value)
var
- a Node_RuleVariable defining the variable to bindvalue
- the value to bindTriple instantiate(TriplePattern pattern)
pattern
- the triple pattern to matchCopyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP