|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.client.jena.Converter
public class Converter
Convert values between openrdf and jena values
| Constructor Summary | |
|---|---|
Converter()
|
|
| Method Summary | |
|---|---|
static org.openrdf.model.Value |
convert(com.hp.hpl.jena.graph.Node n)
Convert a Node to a Value |
static com.hp.hpl.jena.graph.Triple |
convert(org.openrdf.model.Statement statement)
Convert a Statement to a triple |
static org.openrdf.model.Statement |
convert(com.hp.hpl.jena.graph.Triple t)
Convert a triple object to a statement |
static com.hp.hpl.jena.graph.Node |
convert(org.openrdf.model.Value value)
Convert a Value to a Node |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Converter()
| Method Detail |
|---|
public static org.openrdf.model.Statement convert(com.hp.hpl.jena.graph.Triple t)
t - triple to convert
public static com.hp.hpl.jena.graph.Triple convert(org.openrdf.model.Statement statement)
statement - statement to convert
public static com.hp.hpl.jena.graph.Node convert(org.openrdf.model.Value value)
value - value to convert
public static org.openrdf.model.Value convert(com.hp.hpl.jena.graph.Node n)
n - node to convert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||