| Package | Description |
|---|---|
| iot.jcypher.util |
| Modifier and Type | Method and Description |
|---|---|
static QueriesPrintObserver.QueryToObserve |
QueriesPrintObserver.QueryToObserve.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueriesPrintObserver.QueryToObserve[] |
QueriesPrintObserver.QueryToObserve.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QueriesPrintObserver.addToEnabledQueries(QueriesPrintObserver.QueryToObserve queryTitle,
QueriesPrintObserver.ContentToObserve cto) |
static QueriesPrintObserver.ContentToObserve |
QueriesPrintObserver.contentToObserve(QueriesPrintObserver.QueryToObserve queryTitle) |
static void |
Util.printQueries(List<JcQuery> queries,
QueriesPrintObserver.QueryToObserve toObserve,
Format format)
map to CYPHER statements and map to JSON, print the mapping results
to the output streams configured in QueriesPrintObserver
|
static void |
Util.printQuery(JcQuery query,
QueriesPrintObserver.QueryToObserve toObserve,
Format format)
map to CYPHER statements and map to JSON, print the mapping results to System.out
|
static void |
QueriesPrintObserver.removeFromEnabledQueries(QueriesPrintObserver.QueryToObserve queryTitle) |
Copyright © 2016. All rights reserved.