public final class BigdataValuesHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.bigdata.bop.IConstant |
makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
double value)
Create constant from double.
|
static com.bigdata.bop.IConstant |
makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
int value)
Create constant from int.
|
static com.bigdata.bop.IConstant |
makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
String value)
Create Constant from string.
|
static com.bigdata.bop.IConstant |
makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
String value,
org.openrdf.model.URI type)
Create Constant from string and type.
|
static com.bigdata.bop.IConstant |
makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.URI value)
Create Constant from URI.
|
static com.bigdata.rdf.internal.IV |
makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.Literal literal)
Make IV from a literal.
|
static com.bigdata.rdf.internal.IV |
makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
String value)
Create IV from string constant.
|
static com.bigdata.rdf.internal.IV |
makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
String value,
org.openrdf.model.URI type)
Create IV from constant and type.
|
static com.bigdata.rdf.internal.IV |
makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.URI uriString)
Make IV for URI.
|
static com.bigdata.rdf.internal.IV |
makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.Value value,
com.bigdata.rdf.internal.VTE type)
Make IV from a value.
|
static com.bigdata.bop.IVariable |
makeVariable(String varName)
Create new variable with given name.
|
public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
String value,
org.openrdf.model.URI type)
public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.Literal literal)
public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.URI uriString)
public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.Value value,
com.bigdata.rdf.internal.VTE type)
type - Value type.public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
String value)
public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
String value)
public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.URI value)
public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
String value,
org.openrdf.model.URI type)
public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
int value)
public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
double value)
public static com.bigdata.bop.IVariable makeVariable(String varName)
Copyright © 2019. All rights reserved.