Home
Random
Recent changes
Special pages
Community portal
Preferences
About Intino
Disclaimers
Intino
Search
User menu
Talk
Contributions
Log in
Editing
Magritte
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Creating Root Nodes ==== When you create a root node, you must specify the stash in which it will be saved. This organization helps maintain the structure and integrity of your graph. The following code example illustrates how to create a root node within a specific stash: Car car4 = carGraph.create("car4").car("tesla"); Car car5 = carGraph.create("car4", "tesla").car("tesla"); In this example we are creating a new car in the stash "car4". Take into consideration that is it also possible to define the name of the node as it is seen in the last line. If this is not provided a random UUID will be assigned as the name of the node. The name should not contain $ and . symbols as they are used to split the qualified name to provide an structure.
Summary:
Please note that all contributions to Intino may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Intino:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)