Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.util |
Modifier and Type | Method and Description |
---|---|
<T> Var<T> |
HGQuery.var(String name)
Return the thread-local copy of a given variable.
|
static <T> Var<T> |
HGQuery.hg.var(String name)
Create a new variable and attach it to the current variable context.
|
static <T> Var<T> |
HGQuery.hg.var(String name,
Class<T> t)
Create a new variable and attach it to the current variable context.
|
static <T> Var<T> |
HGQuery.hg.var(String name,
T initialValue)
Create a new variable with an initial value and attach it to the current variable context.
|
Modifier and Type | Method and Description |
---|---|
<T> Var<T> |
VarContext.get(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
VarContext.isSameVar(Var<?> v1,
Var<?> v2) |
boolean |
VarContext.isSameVar(Var<?> v1,
Var<?> v2) |
Copyright © 2015. All rights reserved.