public class TripleStoreDumper extends Object
| Constructor and Description |
|---|
TripleStoreDumper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dump(Object concept) |
static void |
dump(TripleQuery tripleQuery,
String indent)
dump the given triple Query and indentation
|
static void |
dump(TripleStore.TripleContainer tripleContainer,
String title)
dump the given Triple Container
|
static void |
dump(TripleStore TripleStore)
dump the given triple Store
|
static void |
dump(Triple cardTriple,
String indent)
dump the given triple with the given indentation
|
public static void dump(Object concept)
public static void dump(Triple cardTriple, String indent)
cardTriple - indent - public static void dump(TripleQuery tripleQuery, String indent)
tripleQuery - indent - - the indentationpublic static void dump(TripleStore.TripleContainer tripleContainer, String title)
tripleContainer - title - public static void dump(TripleStore TripleStore)
TripleStore - Copyright © 2017. All Rights Reserved.