public class JsonNode extends SimpleNodeImpl
SimpleNode.EdgeDirectionkeys, kind, map, simpleGraphprintDebug, printMapDebug, printObjectDebug, SELF_LABEL| Constructor and Description |
|---|
JsonNode(SimpleSystem jsonSystem,
String kind,
com.google.gson.JsonElement jElement)
construct me from the given jsonElement with the given kind
|
JsonNode(SimpleSystem js,
String kind,
String[] keys)
create me
|
| Modifier and Type | Method and Description |
|---|---|
JsonNode |
addNode(String key,
com.google.gson.JsonObject jObject)
add the given node with the given key
|
Stream<SimpleNode> |
in(String edgeName) |
Map<String,Object> |
initMap() |
Object |
mapValue(com.google.gson.JsonElement pElement)
get the object to be put in the map
|
Stream<SimpleNode> |
out(String edgeName) |
getKeys, getMap, getSimpleGraph, getVertex, setMap, setVertex, setVertexFromMap, setVertexFromMap, vertexToMapaddVertex, getStartNode, graph, isDebug, setDebug, setStartNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforAll, getProperty, getSelfLabel, of, printNameValues, property, property, recursiveOut, setPropertyaddVertex, g, getStartNode, graph, isDebug, setDebug, setStartNodepublic JsonNode(SimpleSystem js, String kind, String[] keys)
js - kind - keys - public JsonNode(SimpleSystem jsonSystem, String kind, com.google.gson.JsonElement jElement)
jsonSystem - kind - jElement - public Object mapValue(com.google.gson.JsonElement pElement)
pElement - public JsonNode addNode(String key, com.google.gson.JsonObject jObject)
key - jObject - public Stream<SimpleNode> out(String edgeName)
public Stream<SimpleNode> in(String edgeName)
Copyright © 2018 BITPlan GmbH. All rights reserved.