01_user_documentation:06_graph:02_node
This is an old revision of the document!
Node
This section present what is a node.
Attribute
Persistent fields (in the java sense) of a Node are attributes. Basically, all fields that are NOT static, const nor transient are attributes. The persistence management of the Node require each attribute to have accessors, which are declared in the node.
NType
Compiled type that represent the type in a java sense of the Node.
Wrapper
Both primitive and objects that implements Serializable can be added in the graph, despite not being Node. Instead, a Wrapper Node is created to wrap the value of the primitive/Object. The wrapper is a Node, thus can be added in the graph. The wrapping and unwrapping is automatic.
01_user_documentation/06_graph/02_node.1738230566.txt.gz · Last modified: 2025/01/30 10:49 by gaetan
