NBDS – neuron based data structure

The neuron based data structure is a structure which represents relationships of objects/variables. It’s designed like a network or graph with vertexes (neurons) and edges (axons). You can use the neuron class as a container or a meta-structure for your object. To set up a relationship you have to add an axon. You can describe the axon by adding attributes or a plain text.

Articles

Docs

Here you can find development notes or other documents about the NBDS.

Download