public final class BigdataValuesHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
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)
vf - value - type - public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.Literal literal)
vf - literal - public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.URI uriString)
vf - literal - 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)
vf - value - type - Value type.public static com.bigdata.rdf.internal.IV makeIV(com.bigdata.rdf.model.BigdataValueFactory vf,
String value)
vf - value - public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
String value)
vf - value - public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
org.openrdf.model.URI value)
vf - value - public static com.bigdata.bop.IConstant makeConstant(com.bigdata.rdf.model.BigdataValueFactory vf,
String value,
org.openrdf.model.URI type)
vf - value - public static com.bigdata.bop.IVariable makeVariable(String varName)
varName - Copyright © 2017. All rights reserved.