All the relationships in the graph.

Property definitions

neo4j $ NeoGraph :: edges
	# All the relationships in the graph.
	var edges: SimpleCollection[NeoEdge] = new Array[NeoEdge]
lib/neo4j/graph/graph.nit:28,2--29,58