- Notifications
You must be signed in to change notification settings - Fork 1
models
Yuri Barbosa Bittencourt edited this page Dec 22, 2017 · 1 revision

These are the three basic models of Graphast: Node, Edge and Graph.
A point worth mentioning is the structure attribute in Graph. In order to maintain the modularity of the framework, graph's data structure can be defined by user, since it implements GraphStructure interface. Graphast implements two structures: DefaultGraphStructure and MMapGraphStructure