Skip to content
Yuri Barbosa Bittencourt edited this page Dec 22, 2017 · 1 revision

Graphast Basic Models

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

Clone this wiki locally