Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore.DumpNode
-
Packages that use DumpNode Package Description edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore -
-
Uses of DumpNode in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore
Subclasses of DumpNode in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore Modifier and Type Class Description static classDumpNode.DumpBlankNodestatic classDumpNode.DumpLiteralNodestatic classDumpNode.DumpNullNodestatic classDumpNode.DumpUriNodeMethods in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore that return DumpNode Modifier and Type Method Description static DumpNodeDumpNode. fromJson(com.fasterxml.jackson.databind.JsonNode json)static DumpNodeDumpNode. fromNquad(String text)DumpNodeDumpQuad. getG()DumpNodeDumpTriple. getO()DumpNodeDumpTriple. getP()DumpNodeDumpTriple. getS()Constructors in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore with parameters of type DumpNode Constructor Description DumpQuad(DumpNode s, DumpNode p, DumpNode o, DumpNode g)DumpTriple(DumpNode s, DumpNode p, DumpNode o)
-