| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore |
| Modifier and Type | Class and Description |
|---|---|
static class |
DumpNode.DumpBlankNode |
static class |
DumpNode.DumpLiteralNode |
static class |
DumpNode.DumpNullNode |
static class |
DumpNode.DumpUriNode |
| Modifier and Type | Method and Description |
|---|---|
static DumpNode |
DumpNode.fromJson(com.fasterxml.jackson.databind.JsonNode json) |
static DumpNode |
DumpNode.fromNquad(String text) |
DumpNode |
DumpQuad.getG() |
DumpNode |
DumpTriple.getO() |
DumpNode |
DumpTriple.getP() |
DumpNode |
DumpTriple.getS() |
| Constructor and Description |
|---|
DumpQuad(DumpNode s,
DumpNode p,
DumpNode o,
DumpNode g) |
DumpTriple(DumpNode s,
DumpNode p,
DumpNode o) |
Copyright © 2021. All rights reserved.