public class Bindings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_VALUE |
static String |
APP_VALUE2 |
static String |
VALUE |
static String |
VALUE2 |
| Constructor and Description |
|---|
Bindings(Hashtable<QualifiedName,List<QualifiedName>> variables,
Hashtable<QualifiedName,List<List<TypedValue>>> attributes,
ProvFactory pf) |
Bindings(ProvFactory pf) |
| Modifier and Type | Method and Description |
|---|---|
void |
add1DValues(List<StatementOrBundle> ll,
Hashtable<QualifiedName,List<QualifiedName>> variables) |
void |
add2Dvalues(List<StatementOrBundle> ll,
Hashtable<QualifiedName,List<List<TypedValue>>> attributes) |
void |
addAttribute(QualifiedName name,
List<TypedValue> values) |
void |
addVariable(QualifiedName name,
QualifiedName val) |
boolean |
equals(Object o) |
static Bindings |
fromDocument(Document doc,
ProvFactory pf) |
Hashtable<QualifiedName,List<List<TypedValue>>> |
getAttributes() |
Hashtable<QualifiedName,List<QualifiedName>> |
getVariables() |
static <E> void |
set(int pos,
List<E> ll,
E val) |
Document |
toDocument() |
String |
toString() |
public static final String VALUE
public static final String VALUE2
public static final String APP_VALUE
public static final String APP_VALUE2
public Bindings(ProvFactory pf)
public Bindings(Hashtable<QualifiedName,List<QualifiedName>> variables, Hashtable<QualifiedName,List<List<TypedValue>>> attributes, ProvFactory pf)
public Hashtable<QualifiedName,List<QualifiedName>> getVariables()
public Hashtable<QualifiedName,List<List<TypedValue>>> getAttributes()
public void addVariable(QualifiedName name, QualifiedName val)
public void addAttribute(QualifiedName name, List<TypedValue> values)
public Document toDocument()
public void add2Dvalues(List<StatementOrBundle> ll, Hashtable<QualifiedName,List<List<TypedValue>>> attributes)
public void add1DValues(List<StatementOrBundle> ll, Hashtable<QualifiedName,List<QualifiedName>> variables)
public static Bindings fromDocument(Document doc, ProvFactory pf)
public static <E> void set(int pos,
List<E> ll,
E val)
Copyright © 2014. All rights reserved.