The type of the local IDs.

Property definitions

neo4j $ NeoNodeCollection :: ID_TYPE
	# The type of the local IDs.
	type ID_TYPE: Serializable
lib/neo4j/graph/graph.nit:49,2--50,27

neo4j $ SequentialNodeCollection :: ID_TYPE
	redef type ID_TYPE: Int
lib/neo4j/graph/sequential_id.nit:51,2--24