Type of the nodes in graph

Property definitions

a_star $ PathContext :: N
	# Type of the nodes in `graph`
	type N: Node
lib/a_star/a_star.nit:334,2--335,13

a_star $ PositionPathContext :: N
	redef type N: PositionedNamedNode
lib/a_star/tests/test_a_star.nit:275,2--34