public class Binding extends Object implements IBinding
Modifier and Type | Field and Description |
---|---|
protected IConstant |
val
The value;
|
protected IVariable |
var
The variable.
|
Constructor and Description |
---|
Binding(IVariable var,
IConstant val)
Construct a binding instance.
|
protected final IVariable var
protected final IConstant val
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.